ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | |
$placeholder | |
$language | |
Collection of basic placeholder values that can be used.
Definition at line 8 of file class.ilDefaultPlaceholderDescription.php.
ilDefaultPlaceholderDescription::__construct | ( | ilLanguage | $language, |
ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null |
||
) |
ilLanguage | $language | |
ilUserDefinedFieldsPlaceholderDescription | null | $userDefinedFieldPlaceHolderDescriptionObject |
Definition at line 24 of file class.ilDefaultPlaceholderDescription.php.
References $language, 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.
null | $template |
Definition at line 64 of file class.ilDefaultPlaceholderDescription.php.
References $id, and $template.
ilDefaultPlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 88 of file class.ilDefaultPlaceholderDescription.php.
References $placeholder.
|
private |
Definition at line 18 of file class.ilDefaultPlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 13 of file class.ilDefaultPlaceholderDescription.php.
Referenced by getPlaceholderDescriptions().