Tripal
All Classes Files Functions Variables Modules Pages
Functions
tripal_featuremap.DEPRECATED.inc File Reference

Functions

 tripal_featuremap_get_property ($featuremap_id, $property)
 
 tripal_featuremap_insert_property ($featuremap_id, $property, $value, $update_if_present=0)
 
 tripal_featuremap_update_property ($featuremap_id, $property, $value, $insert_if_missing=0)
 
 tripal_featuremap_delete_property ($featuremap_id, $property)
 
 tripal_featuremap_add_featuremap_dbxref ($featuremap_id, $featuremap_dbxref)
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal featuremap api

Function Documentation

◆ tripal_featuremap_add_featuremap_dbxref()

tripal_featuremap_add_featuremap_dbxref (   $featuremap_id,
  $featuremap_dbxref 
)
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_associate_dbxref().
See also
chado_associate_dbxref().

◆ tripal_featuremap_delete_property()

tripal_featuremap_delete_property (   $featuremap_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_featuremap_get_property()

tripal_featuremap_get_property (   $featuremap_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_featuremap_insert_property()

tripal_featuremap_insert_property (   $featuremap_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_featuremap_update_property()

tripal_featuremap_update_property (   $featuremap_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().