Revision 3224fddd
Added by Andreas Kohlbecker about 4 years ago
modules/cdm_dataportal/cdm_dataportal.module | ||
---|---|---|
2818 | 2818 |
* The footnotes are passed to the FootnoteManager in order to store the |
2819 | 2819 |
* annotations and to create the footnote keys. |
2820 | 2820 |
|
2821 |
* @param object $cdm_entity
|
|
2821 |
* @param stdClass $cdm_entity
|
|
2822 | 2822 |
* A single CdmBase instance ore comparable object. |
2823 | 2823 |
* @param $footnote_list_key_suggestion string |
2824 | 2824 |
* optional parameter. If this parameter is left empty (null, 0, "") the footnote key will be determined be set to |
... | ... | |
2827 | 2827 |
* |
2828 | 2828 |
* @see cdm_fetch_visible_annotations() |
2829 | 2829 |
*/ |
2830 |
function cdm_entity_annotations_as_footnotekeys(object $cdm_entity, $footnote_list_key_suggestion = NULL) {
|
|
2830 |
function cdm_entity_annotations_as_footnotekeys(stdClass $cdm_entity, $footnote_list_key_suggestion = NULL) {
|
|
2831 | 2831 |
|
2832 | 2832 |
$foot_note_keys = array(); |
2833 | 2833 |
|
Also available in: Unified diff
cleaning up and renaming entity annotation footnote key methods