Tripal
Functions
tripal_analysis.DEPRECATED.inc File Reference

Functions

 tripal_analysis_register_child ($modulename)
 
 tripal_analysis_unregister_child ($modulename)
 
 tripal_analysis_get_property ($analysis_id, $property, $cv_name='tripal')
 
 tripal_analysis_insert_property ($analysis_id, $property, $value, $update_if_present=0, $cv_name='tripal')
 
 tripal_analysis_update_property ($analysis_id, $property, $value, $insert_if_missing=0, $cv_name='tripal')
 
 tripal_analysis_delete_property ($analysis_id, $property, $cv_name='tripal')
 
 tripal_analysis_get_node ($analysis_id)
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal analysis api

Function Documentation

◆ tripal_analysis_delete_property()

tripal_analysis_delete_property (   $analysis_id,
  $property,
  $cv_name = 'tripal' 
)
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 the more generic chado_delete_property().
See also
chado_delete_property().

◆ tripal_analysis_get_node()

tripal_analysis_get_node (   $analysis_id)
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_get_analysis().
See also
tripal_get_analysis().

◆ tripal_analysis_get_property()

tripal_analysis_get_property (   $analysis_id,
  $property,
  $cv_name = 'tripal' 
)
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_analysis_insert_property()

tripal_analysis_insert_property (   $analysis_id,
  $property,
  $value,
  $update_if_present = 0,
  $cv_name = 'tripal' 
)
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_analysis_register_child()

tripal_analysis_register_child (   $modulename)
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_register_analysis_child().
See also
tripal_register_analysis_child().

◆ tripal_analysis_unregister_child()

tripal_analysis_unregister_child (   $modulename)
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_unregister_analysis_child().
See also
tripal_unregister_analysis_child().

◆ tripal_analysis_update_property()

tripal_analysis_update_property (   $analysis_id,
  $property,
  $value,
  $insert_if_missing = 0,
  $cv_name = 'tripal' 
)
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().