Project

General

Profile

« Previous | Next » 

Revision cdafd99f

Added by Alexander Oppermann about 11 years ago

*improved php documentation

View differences:

7.x/modules/cdm_dataportal/cdm_api/cdm_api.module
1639 1639

  
1640 1640
/**
1641 1641
 * 
1642
 * Returns an array with all available Feature 
1643
 * Trees and the representations of the selected
1644
 * Feature Tree as a detail view.
1645
 * 
1646
 * @param string $add_default_feature_free
1647
 * @return multitype:string multitype:NULL
1642
 * @param boolean $add_default_feature_free
1643
 * @return array 
1644
 *  associative array with following keys:
1645
 *  -options: Returns an array with all available Feature Trees
1646
 *  -treeRepresentations: Returns representations of the selected Feature Tree as a detail view
1648 1647
 * 
1649 1648
 */
1650 1649
function cdm_get_featureTrees_as_options($add_default_feature_free = FALSE) {

Also available in: Unified diff