|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilCoursePlaceholderValues:
Collaboration diagram for ilCoursePlaceholderValues:Public Member Functions | |
| __construct (?ilObjectCustomUserFieldsPlaceholderValues $customUserFieldsPlaceholderValues=null, ?ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ?ilLanguage $language=null, ?ilCertificateObjectHelper $objectHelper=null, ?ilCertificateParticipantsHelper $participantsHelper=null, ?ilCertificateUtilHelper $ilUtilHelper=null, ?ilCertificateDateHelper $dateHelper=null, ?ilCertificateLPStatusHelper $lpStatusHelper=null) | |
| 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... | |
| 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... | |
Private Member Functions | |
| hasCompletionDate ($possibleDate) | |
Private Attributes | |
| readonly ilDefaultPlaceholderValues | $defaultPlaceholderValuesObject |
| readonly ilObjectCustomUserFieldsPlaceholderValues | $customUserFieldsPlaceholderValuesObject |
| readonly ilCertificateObjectHelper | $objectHelper |
| readonly ilCertificateParticipantsHelper | $participantsHelper |
| readonly ilCertificateUtilHelper | $ilUtilHelper |
| readonly ilCertificateDateHelper | $dateHelper |
| readonly ilCertificateLPStatusHelper | $lpStatusHelper |
Definition at line 24 of file class.ilCoursePlaceholderValues.php.
| ilCoursePlaceholderValues::__construct | ( | ?ilObjectCustomUserFieldsPlaceholderValues | $customUserFieldsPlaceholderValues = null, |
| ?ilDefaultPlaceholderValues | $defaultPlaceholderValues = null, |
||
| ?ilLanguage | $language = null, |
||
| ?ilCertificateObjectHelper | $objectHelper = null, |
||
| ?ilCertificateParticipantsHelper | $participantsHelper = null, |
||
| ?ilCertificateUtilHelper | $ilUtilHelper = null, |
||
| ?ilCertificateDateHelper | $dateHelper = null, |
||
| ?ilCertificateLPStatusHelper | $lpStatusHelper = null |
||
| ) |
Definition at line 34 of file class.ilCoursePlaceholderValues.php.
References $dateHelper, $DIC, $ilUtilHelper, $lpStatusHelper, $objectHelper, and $participantsHelper.
| ilCoursePlaceholderValues::getPlaceholderValues | ( | int | $userId, |
| int | $objId | ||
| ) |
This method MUST return an array that contains the actual data for the given user of the given object.
ilInvalidCertificateException MUST be thrown if the data could not be determined or the user did NOT achieve the certificate.
| ilDatabaseException | |
| ilDateTimeException | |
| ilException | |
| ilInvalidCertificateException | |
| ilObjectNotFoundException |
Implements ilCertificatePlaceholderValues.
Definition at line 111 of file class.ilCoursePlaceholderValues.php.
References ilObjUser\_lookupLanguage(), hasCompletionDate(), and ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:| ilCoursePlaceholderValues::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 161 of file class.ilCoursePlaceholderValues.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:
|
private |
| mixed | $possibleDate |
Definition at line 90 of file class.ilCoursePlaceholderValues.php.
Referenced by getPlaceholderValues().
Here is the caller graph for this function:
|
private |
Definition at line 27 of file class.ilCoursePlaceholderValues.php.
|
private |
Definition at line 31 of file class.ilCoursePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilCoursePlaceholderValues.php.
|
private |
Definition at line 30 of file class.ilCoursePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilCoursePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilCoursePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilCoursePlaceholderValues.php.
Referenced by __construct().