ILIAS
release_8 Revision v8.19
|
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 |
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(), 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.
ilTemplate | null | $template |
Definition at line 71 of file class.ilDefaultPlaceholderDescription.php.
References $id, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
ilDefaultPlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 94 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().