ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Static Public Member Functions | |
static | _LOMDurationToArray (string $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 (int $a_rbac_id, int $a_obj_id, string $a_type) |
static | _parseCopyright (string $a_copyright) |
Returns an empty string if copyright selection is not active, regardless of input. More... | |
static | _getDefaultCopyright () |
Returns an empty string if copyright selection is not active. More... | |
Definition at line 28 of file class.ilMDUtils.php.
|
static |
Definition at line 48 of file class.ilMDUtils.php.
References $DIC, ilMDKeyword\_getKeywordsByLanguageAsString(), and ilMDContribute\_lookupAuthors().
|
static |
Returns an empty string if copyright selection is not active.
Definition at line 96 of file class.ilMDUtils.php.
References ilMDCopyrightSelectionEntry\createIdentifier(), and ilMDCopyrightSelectionEntry\getDefault().
|
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.
Definition at line 36 of file class.ilMDUtils.php.
References $DIC.
Referenced by ilMDEducational\_getTypicalLearningTimeSeconds(), and ilMDEducational\getTypicalLearningTimeSeconds().
|
static |
Returns an empty string if copyright selection is not active, regardless of input.
Definition at line 83 of file class.ilMDUtils.php.
References ilMDSettings\_getInstance(), ilMDCopyrightSelectionEntry\_lookupCopyright(), and ilMDCopyrightSelectionEntry\isEntry().