|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilExercisePlaceholderDescription:
Collaboration diagram for ilExercisePlaceholderDescription:Public Member Functions | |
| __construct (ilDefaultPlaceholderDescription $defaultPlaceholderDescriptionObject=null, ilLanguage $language=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 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 | |
| $defaultPlaceHolderDescriptionObject | |
| $language | |
| $placeholder | |
Definition at line 7 of file class.ilExercisePlaceholderDescription.php.
| ilExercisePlaceholderDescription::__construct | ( | ilDefaultPlaceholderDescription | $defaultPlaceholderDescriptionObject = null, |
| ilLanguage | $language = null, |
||
| ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null |
||
| ) |
| ilDefaultPlaceholderDescription | null | $defaultPlaceholderDescriptionObject | |
| ilLanguage | null | $language | |
| ilUserDefinedFieldsPlaceholderDescription | null | $userDefinedFieldPlaceHolderDescriptionObject |
Definition at line 29 of file class.ilExercisePlaceholderDescription.php.
References $DIC, $language, language(), and ilUtil\prepareFormOutput().
Here is the call graph for this function:| ilExercisePlaceholderDescription::createPlaceholderHtmlDescription | ( | ilTemplate | $template = null | ) |
This methods MUST return an array containing an array with the the description as array value.
| ilTemplate | $template |
Definition at line 64 of file class.ilExercisePlaceholderDescription.php.
References language().
Here is the call graph for this function:| ilExercisePlaceholderDescription::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.ilExercisePlaceholderDescription.php.
References $placeholder.
|
private |
Definition at line 12 of file class.ilExercisePlaceholderDescription.php.
|
private |
Definition at line 17 of file class.ilExercisePlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilExercisePlaceholderDescription.php.
Referenced by getPlaceholderDescriptions().