ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct (?ilObjectCustomUserFieldsPlaceholderValues $customUserFieldsPlaceholderValues=null, ?ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ?ilLanguage $language=null, ?ilCertificateObjectHelper $objectHelper=null, ?CertificateParticipantsHelper $participantsHelper=null, ?ilCertificateDateHelper $dateHelper=null, ?ilCertificateLPStatusHelper $lpStatusHelper=null) | |
getPlaceholderValuesForPreview (int $userId, int $objId) | |
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... | |
![]() | |
getPlaceholderValues (int $userId, int $objId) | |
This method MUST return an array that contains the actual data for the given user of the given object. More... | |
Private Member Functions | |
hasCompletionDate ($possibleDate) | |
Private Attributes | |
readonly ilDefaultPlaceholderValues | $defaultPlaceholderValuesObject |
readonly ilObjectCustomUserFieldsPlaceholderValues | $customUserFieldsPlaceholderValuesObject |
readonly ilCertificateObjectHelper | $objectHelper |
readonly CertificateParticipantsHelper | $participantsHelper |
readonly ilCertificateDateHelper | $dateHelper |
readonly ilCertificateLPStatusHelper | $lpStatusHelper |
Definition at line 42 of file CoursePlaceholderValues.php.
ILIAS\Course\Certificate\CoursePlaceholderValues::__construct | ( | ?ilObjectCustomUserFieldsPlaceholderValues | $customUserFieldsPlaceholderValues = null , |
?ilDefaultPlaceholderValues | $defaultPlaceholderValues = null , |
||
?ilLanguage | $language = null , |
||
?ilCertificateObjectHelper | $objectHelper = null , |
||
?CertificateParticipantsHelper | $participantsHelper = null , |
||
?ilCertificateDateHelper | $dateHelper = null , |
||
?ilCertificateLPStatusHelper | $lpStatusHelper = null |
||
) |
Definition at line 51 of file CoursePlaceholderValues.php.
References ILIAS\Course\Certificate\CoursePlaceholderValues\$dateHelper, $DIC, ILIAS\Course\Certificate\CoursePlaceholderValues\$lpStatusHelper, ILIAS\Course\Certificate\CoursePlaceholderValues\$objectHelper, ILIAS\Course\Certificate\CoursePlaceholderValues\$participantsHelper, and null.
ILIAS\Course\Certificate\CoursePlaceholderValues::getPlaceholderValuesForPreview | ( | int | $userId, |
int | $objId | ||
) |
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.
Implements ilCertificatePlaceholderValues.
Definition at line 175 of file CoursePlaceholderValues.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
|
private |
mixed | $possibleDate |
Definition at line 101 of file CoursePlaceholderValues.php.
References $objId, ilCertificatePlaceholderValues\getPlaceholderValues(), null, and ilLegacyFormElementsUtil\prepareFormOutput().
|
private |
Definition at line 45 of file CoursePlaceholderValues.php.
|
private |
Definition at line 48 of file CoursePlaceholderValues.php.
Referenced by ILIAS\Course\Certificate\CoursePlaceholderValues\__construct().
|
private |
Definition at line 44 of file CoursePlaceholderValues.php.
|
private |
Definition at line 49 of file CoursePlaceholderValues.php.
Referenced by ILIAS\Course\Certificate\CoursePlaceholderValues\__construct().
|
private |
Definition at line 46 of file CoursePlaceholderValues.php.
Referenced by ILIAS\Course\Certificate\CoursePlaceholderValues\__construct().
|
private |
Definition at line 47 of file CoursePlaceholderValues.php.
Referenced by ILIAS\Course\Certificate\CoursePlaceholderValues\__construct().