Tripal
Functions
tripal_library.DEPRECATED.inc File Reference

Functions

 tripal_library_get_property ($library_id, $property)
 
 tripal_library_insert_property ($library_id, $property, $value, $update_if_present=0)
 
 tripal_library_update_property ($library_id, $property, $value, $insert_if_missing=0)
 
 tripal_library_delete_property ($library_id, $property)
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal library api

Function Documentation

◆ tripal_library_delete_property()

tripal_library_delete_property (   $library_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_library_get_property()

tripal_library_get_property (   $library_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_library_insert_property()

tripal_library_insert_property (   $library_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_library_update_property()

tripal_library_update_property (   $library_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().