ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (?ilDefaultPlaceholderDescription $defaultPlaceholderDescriptionObject=null, ?ilLanguage $language=null, ?ilUserDefinedFieldsPlaceholderDescription $userDefinedFieldPlaceHolderDescriptionObject=null) | |
createPlaceholderHtmlDescription (?ilTemplate $template=null) | |
This methods MUST return an array containing an array with the the description as array value. More... | |
getPlaceholderDescriptions () | |
This method MUST return an array containing an array with the the description as array value. More... | |
![]() | |
createPlaceholderHtmlDescription () | |
Private Attributes | |
ilDefaultPlaceholderDescription | $defaultPlaceHolderDescriptionObject |
ilLanguage | $language |
array | $placeholder |
Definition at line 24 of file class.ilExercisePlaceholderDescription.php.
ilExercisePlaceholderDescription::__construct | ( | ?ilDefaultPlaceholderDescription | $defaultPlaceholderDescriptionObject = null , |
?ilLanguage | $language = null , |
||
?ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null |
||
) |
Definition at line 30 of file class.ilExercisePlaceholderDescription.php.
References $DIC, $language, ILIAS\UI\examples\Symbol\Glyph\Language\language(), ilLanguage\loadLanguageModule(), ilLegacyFormElementsUtil\prepareFormOutput(), and ilLanguage\txt().
ilExercisePlaceholderDescription::createPlaceholderHtmlDescription | ( | ?ilTemplate | $template = null | ) |
This methods MUST return an array containing an array with the the description as array value.
ilTemplate | null | $template |
Definition at line 76 of file class.ilExercisePlaceholderDescription.php.
References $id, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
ilExercisePlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 99 of file class.ilExercisePlaceholderDescription.php.
References $placeholder.
|
private |
Definition at line 26 of file class.ilExercisePlaceholderDescription.php.
|
private |
Definition at line 27 of file class.ilExercisePlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilExercisePlaceholderDescription.php.
Referenced by getPlaceholderDescriptions().