Revision 828a0c8c
Added by Andreas Kohlbecker almost 4 years ago
modules/cdm_dataportal/includes/name.inc | ||
---|---|---|
216 | 216 |
* ); |
217 | 217 |
* @endcode |
218 | 218 |
* |
219 |
* @param object $taxonNameType |
|
220 |
* A cdm TaxonNameType entity |
|
221 |
* |
|
219 | 222 |
*/ |
220 | 223 |
function get_partDefinition($taxonNameType) { |
221 | 224 |
|
... | ... | |
569 | 572 |
* A CDM Taxon instance |
570 | 573 |
* @return String |
571 | 574 |
* The string of homomyns |
572 |
* |
|
573 |
* @throws \Exception |
|
574 | 575 |
*/ |
575 | 576 |
function cdm_name_relationships_of($taxon) { |
576 | 577 |
|
Also available in: Unified diff
code cleaning and adding missing doc