Tripal
Functions
tripal_contact.DEPRECATED.inc File Reference

Functions

 tripal_contact_get_property ($contact_id, $property)
 
 tripal_contact_insert_property ($contact_id, $property, $value, $update_if_present=0)
 
 tripal_contact_update_property ($contact_id, $property, $value, $insert_if_missing=0)
 
 tripal_contact_delete_property ($contact_id, $property)
 
 tripal_contact_add_contact ($name, $description, $type, $properties)
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal contact api

Function Documentation

◆ tripal_contact_add_contact()

tripal_contact_add_contact (   $name,
  $description,
  $type,
  $properties 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_insert_contact().
See also
tripal_insert_contact().

◆ tripal_contact_delete_property()

tripal_contact_delete_property (   $contact_id,
  $property 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by chado_delete_property().
See also
chado_delete_property().

◆ tripal_contact_get_property()

tripal_contact_get_property (   $contact_id,
  $property 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by chado_get_property().
See also
chado_get_property().

◆ tripal_contact_insert_property()

tripal_contact_insert_property (   $contact_id,
  $property,
  $value,
  $update_if_present = 0 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by chado_insert_property().
See also
chado_insert_property().

◆ tripal_contact_update_property()

tripal_contact_update_property (   $contact_id,
  $property,
  $value,
  $insert_if_missing = 0 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by chado_update_property().
See also
chado_update_property().