|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Certificate\TestPlaceholderDescription:
Collaboration diagram for ILIAS\Test\Certificate\TestPlaceholderDescription:Public Member Functions | |
| __construct (?\ilDefaultPlaceholderDescription $defaultPlaceholderDescriptionObject=null, ?\ilLanguage $language=null, ?Profile $profile=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 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 | |
| readonly ilLanguage | $language |
| array | $placeholder |
Definition at line 28 of file TestPlaceholderDescription.php.
| ILIAS\Test\Certificate\TestPlaceholderDescription::__construct | ( | ?\ilDefaultPlaceholderDescription | $defaultPlaceholderDescriptionObject = null, |
| ?\ilLanguage | $language = null, |
||
| ?Profile | $profile = null, |
||
| ?\ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null |
||
| ) |
Definition at line 33 of file TestPlaceholderDescription.php.
References $DIC, ILIAS\Test\Certificate\TestPlaceholderDescription\$language, ILIAS\UI\examples\Symbol\Glyph\Language\language(), ilLanguage\loadLanguageModule(), ilLegacyFormElementsUtil\prepareFormOutput(), and ilLanguage\txt().
Here is the call graph for this function:| ILIAS\Test\Certificate\TestPlaceholderDescription::createPlaceholderHtmlDescription | ( | ?\ilTemplate | $template = null | ) |
This methods MUST return an array containing an array with the the description as array value.
Definition at line 90 of file TestPlaceholderDescription.php.
References $id, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| ILIAS\Test\Certificate\TestPlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 113 of file TestPlaceholderDescription.php.
References ILIAS\Test\Certificate\TestPlaceholderDescription\$placeholder.
|
private |
Definition at line 30 of file TestPlaceholderDescription.php.
Referenced by ILIAS\Test\Certificate\TestPlaceholderDescription\__construct().
|
private |
Definition at line 31 of file TestPlaceholderDescription.php.
Referenced by ILIAS\Test\Certificate\TestPlaceholderDescription\getPlaceholderDescriptions().