|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilMDUtils:Static Public Member Functions | |
| static | _LOMDurationToArray ($a_string) |
| LOM datatype duration is a string like P2M4DT7H18M2S (2 months 4 days 7 hours 18 minutes 2 seconds) This function tries to parse a given string in an array of months, days, hours, minutes and seconds. More... | |
| static | _fillHTMLMetaTags ($a_rbac_id, $a_obj_id, $a_type) |
| Fill html meta tags. More... | |
| static | _parseCopyright ($a_copyright) |
| Parse copyright. More... | |
| static | _getDefaultCopyright () |
Definition at line 27 of file class.ilMDUtils.php.
|
static |
Fill html meta tags.
@access public
| int | rbac_id |
| int | obj_id |
| string | obj type |
Definition at line 87 of file class.ilMDUtils.php.
References $DIC, $tpl, ilMDKeyword\_getKeywordsByLanguageAsString(), and ilMDContribute\_lookupAuthors().
Referenced by ilObjLinkResourceGUI\executeCommand(), ilObjCourseGUI\infoScreen(), ilObjGroupGUI\infoScreen(), ilObjCourseGUI\viewObject(), and ilObjGroupGUI\viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 134 of file class.ilMDUtils.php.
References _parseCopyright(), ilMDCopyrightSelectionEntry\createIdentifier(), and ilMDCopyrightSelectionEntry\getDefault().
Referenced by ilInfoScreenGUI\addMetaDataSections().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
LOM datatype duration is a string like P2M4DT7H18M2S (2 months 4 days 7 hours 18 minutes 2 seconds) This function tries to parse a given string in an array of months, days, hours, minutes and seconds.
| string | string to parse |
Definition at line 37 of file class.ilMDUtils.php.
Referenced by ilMDEducational\_getTypicalLearningTimeSeconds(), ilMDEducational\getTypicalLearningTimeSeconds(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listQuickEdit_scorm(), and ilTypicalLearningTimeInputGUI\setValueByLOMDuration().
Here is the caller graph for this function:
|
static |
Parse copyright.
@access public
| string | copyright |
Definition at line 123 of file class.ilMDUtils.php.
References ilMDSettings\_getInstance(), ilMDCopyrightSelectionEntry\_lookupCopyright(), and ilMDCopyrightSelectionEntry\isEntry().
Referenced by _getDefaultCopyright(), ilInfoScreenGUI\addMetaDataSections(), ilLMPresentationGUI\showDownloadList(), and ilLMPresentationGUI\showPrintView().
Here is the call graph for this function:
Here is the caller graph for this function: