|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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) | |
| 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 | |
| $customUserFieldsPlaceholderDescriptionObject | |
| $language | |
| $placeholder | |
Definition at line 7 of file class.ilCoursePlaceholderDescription.php.
| ilCoursePlaceholderDescription::__construct | ( | int | $objectId, |
| ilDefaultPlaceholderDescription | $defaultPlaceholderDescriptionObject = null, |
||
| ilLanguage | $language = null, |
||
| ilUserDefinedFieldsPlaceholderDescription | $userDefinedFieldPlaceHolderDescriptionObject = null, |
||
| ilObjectCustomUserFieldsPlaceholderDescription | $customUserFieldsPlaceholderDescriptionObject = null |
||
| ) |
| int | $objectId | |
| ilDefaultPlaceholderDescription | null | $defaultPlaceholderDescriptionObject | |
| ilLanguage | null | $language | |
| ilUserDefinedFieldsPlaceholderDescription | null | $userDefinedFieldPlaceHolderDescriptionObject | |
| ilObjectCustomUserFieldsPlaceholderDescription | null | $customUserFieldsPlaceholderDescriptionObject |
Definition at line 35 of file class.ilCoursePlaceholderDescription.php.
References $customUserFieldsPlaceholderDescriptionObject, $DIC, $language, language(), and ilUtil\prepareFormOutput().
Here is the call graph for this function:| ilCoursePlaceholderDescription::createPlaceholderHtmlDescription | ( | ilTemplate | $template = null | ) |
This methods MUST return an array containing an array with the the description as array value.
| null | $template |
Definition at line 75 of file class.ilCoursePlaceholderDescription.php.
References 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 98 of file class.ilCoursePlaceholderDescription.php.
References $placeholder.
|
private |
Definition at line 17 of file class.ilCoursePlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 12 of file class.ilCoursePlaceholderDescription.php.
|
private |
Definition at line 21 of file class.ilCoursePlaceholderDescription.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilCoursePlaceholderDescription.php.
Referenced by getPlaceholderDescriptions().