|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilCoursePlaceholderDescription:
Collaboration diagram for ilCoursePlaceholderDescription:Public Member Functions | |
| __construct (int $objectId, ?ilDefaultPlaceholderDescription $defaultPlaceholderDescriptionObject=null, ?ilLanguage $language=null, ?ilUserDefinedFieldsPlaceholderDescription $userDefinedFieldPlaceHolderDescriptionObject=null, ?ilObjectCustomUserFieldsPlaceholderDescription $customUserFieldsPlaceholderDescriptionObject=null) | |
| createPlaceholderHtmlDescription (?ilTemplate $template=null) | |
| getPlaceholderDescriptions () | |
| This method MUST return an array containing an array with the the description as array value. More... | |
Public Member Functions inherited from ilCertificatePlaceholderDescription | |
| createPlaceholderHtmlDescription () | |
Private Attributes | |
| readonly ilDefaultPlaceholderDescription | $defaultPlaceHolderDescriptionObject |
| readonly ilObjectCustomUserFieldsPlaceholderDescription | $customUserFieldsPlaceholderDescriptionObject |
| readonly ilLanguage | $language |
| array | $placeholder |
Definition at line 24 of file class.ilCoursePlaceholderDescription.php.
| ilCoursePlaceholderDescription::__construct | ( | int | $objectId, |
| ?ilDefaultPlaceholderDescription | $defaultPlaceholderDescriptionObject = null, |
||
| ?ilLanguage | $language = null, |
||
| ?ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null, |
||
| ?ilObjectCustomUserFieldsPlaceholderDescription | $customUserFieldsPlaceholderDescriptionObject = null |
||
| ) |
Definition at line 31 of file class.ilCoursePlaceholderDescription.php.
References $customUserFieldsPlaceholderDescriptionObject, $DIC, $language, ilObjectCustomUserFieldsPlaceholderDescription\getPlaceholderDescriptions(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:| ilCoursePlaceholderDescription::createPlaceholderHtmlDescription | ( | ?ilTemplate | $template = null | ) |
Definition at line 72 of file class.ilCoursePlaceholderDescription.php.
References $id, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| ilCoursePlaceholderDescription::getPlaceholderDescriptions | ( | ) |
This method MUST return an array containing an array with the the description as array value.
Implements ilCertificatePlaceholderDescription.
Definition at line 95 of file class.ilCoursePlaceholderDescription.php.
References $placeholder.
|
private |
Definition at line 27 of file class.ilCoursePlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilCoursePlaceholderDescription.php.
|
private |
Definition at line 28 of file class.ilCoursePlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilCoursePlaceholderDescription.php.
Referenced by getPlaceholderDescriptions().