ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
_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. |
Static Public Member Functions | |
static | _fillHTMLMetaTags ($a_rbac_id, $a_obj_id, $a_type) |
Fill html meta tags. | |
static | _parseCopyright ($a_copyright) |
Parse copyright. |
Definition at line 32 of file class.ilMDUtils.php.
|
static |
Fill html meta tags.
public
int | rbac_id |
int | obj_id |
string | obj type |
Definition at line 99 of file class.ilMDUtils.php.
References $tpl, ilMDKeyword\_getKeywordsByLanguageAsString(), and ilMDContribute\_lookupAuthors().
Referenced by ilObjLinkResourceGUI\executeCommand(), ilObjCourseGUI\infoScreen(), and ilObjCourseGUI\viewObject().
ilMDUtils::_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.
string | string to parse |
Definition at line 42 of file class.ilMDUtils.php.
Referenced by ilMDEducational\_getTypicalLearningTimeSeconds(), ilMDEducational\getTypicalLearningTimeSeconds(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listQuickEdit(), and ilMDEditorGUI\listQuickEdit_scorm().
|
static |
Parse copyright.
public
string | copyright |
Definition at line 132 of file class.ilMDUtils.php.
References ilMDSettings\_getInstance(), and ilMDCopyrightSelectionEntry\_lookupCopyright().
Referenced by ilInfoScreenGUI\addMetaDataSections(), and ilLMPresentationGUI\showPrintView().