|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collection of basic placeholder values that can be used. More...
Inheritance diagram for ilDefaultPlaceholderDescription:
Collaboration diagram for ilDefaultPlaceholderDescription: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... | |
Public Member Functions inherited from ilCertificatePlaceholderDescription | |
| 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 language().
Here is the call graph for this function:| 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 65 of file class.ilDefaultPlaceholderDescription.php.
References language().
Here is the call graph for this function:| ilDefaultPlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 89 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().