ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Collection of basic placeholder values that can be used. More...
Public Member Functions | |
__construct (ilLanguage $language, ?ilUserDefinedFieldsPlaceholderDescription $userDefinedFieldPlaceHolderDescriptionObject=null) | |
createPlaceholderHtmlDescription (?ilTemplate $template=null) | |
This method is different then the 'getPlaceholderValues' method, this method is used to create a placeholder value array containing dummy values that is used to create a preview certificate. More... | |
getPlaceholderDescriptions () | |
This method MUST return an array containing an array with the the description as array value. More... | |
![]() | |
createPlaceholderHtmlDescription () | |
Private Attributes | |
array | $placeholder |
readonly ilLanguage | $language |
Collection of basic placeholder values that can be used.
Definition at line 25 of file class.ilDefaultPlaceholderDescription.php.
ilDefaultPlaceholderDescription::__construct | ( | ilLanguage | $language, |
?ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null |
||
) |
Definition at line 30 of file class.ilDefaultPlaceholderDescription.php.
References $language, ILIAS\UI\examples\Symbol\Glyph\Language\language(), ilLanguage\loadLanguageModule(), null, and ilLanguage\txt().
ilDefaultPlaceholderDescription::createPlaceholderHtmlDescription | ( | ?ilTemplate | $template = null | ) |
This method is different then the 'getPlaceholderValues' method, this method is used to create a placeholder value array containing dummy values that is used to create a preview certificate.
Definition at line 70 of file class.ilDefaultPlaceholderDescription.php.
References $id, ILIAS\UI\examples\Symbol\Glyph\Language\language(), and null.
ilDefaultPlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 93 of file class.ilDefaultPlaceholderDescription.php.
References $placeholder.
|
private |
Definition at line 28 of file class.ilDefaultPlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilDefaultPlaceholderDescription.php.
Referenced by getPlaceholderDescriptions().