Project

General

Profile

« Previous | Next » 

Revision 8a1b451e

Added by Andreas Kohlbecker over 5 years ago

php doc

View differences:

modules/cdm_dataportal/includes/pages.inc
679 679
 *  - 'taxon_description_features'
680 680
 *
681 681
 *
682
 * @param taxon
683
 * @param mergedTrees
684
 * @param media
682
 * @param object taxon
683
 * @param object $merged_tree
684
 * @param object media
685
 * @param bool $add_synonymy
685 686
 *
686 687
 * @return array
687 688
 *   A Drupal render array with the following elements:
......
689 690
 *     - 'taxon_description_feature_toc'
690 691
 *     - 'taxon_description_features'
691 692
 *
693
 * @throws Exception
694
 *
692 695
 * @ingroup compose
693 696
 */
694 697
function compose_cdm_taxon_page_profile($taxon, $merged_tree, $media, $add_synonymy) {
......
820 823
/**
821 824
 * composes and returns an render array for the experts associated with the given taxon
822 825
 *
823
 * @param taxon
826
 * @param object taxon
824 827
 *
825 828
 * @return array
826 829
 *   A Drupal render array for a table with the experts

Also available in: Unified diff