ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ilLanguage $language=null, ilCertificateObjectHelper $objectHelper=null, ilCertificateParticipantsHelper $participantsHelper=null, ilCertificateUtilHelper $ilUtilHelper=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 Attributes | |
$defaultPlaceholderValuesObject | |
$language | |
$objectHelper | |
$participantsHelper | |
$ilUtilHelper | |
Definition at line 4 of file class.ilStudyProgrammePlaceholderValues.php.
ilStudyProgrammePlaceholderValues::__construct | ( | ilDefaultPlaceholderValues | $defaultPlaceholderValues = null , |
ilLanguage | $language = null , |
||
ilCertificateObjectHelper | $objectHelper = null , |
||
ilCertificateParticipantsHelper | $participantsHelper = null , |
||
ilCertificateUtilHelper | $ilUtilHelper = null |
||
) |
ilDefaultPlaceholderValues | $defaultPlaceholderValues | |
ilLanguage | null | $language | |
ilCertificateObjectHelper | null | $objectHelper | |
ilCertificateParticipantsHelper | null | $participantsHelper | |
ilCertificateUtilHelper | $ilUtilHelper | |
ilCertificateDateHelper | null | $ilDateHelper |
Definition at line 39 of file class.ilStudyProgrammePlaceholderValues.php.
References $DIC, $ilUtilHelper, $language, $objectHelper, $participantsHelper, and language().
ilStudyProgrammePlaceholderValues::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.
$userId | |
$objId |
ilException |
Implements ilCertificatePlaceholderValues.
Definition at line 88 of file class.ilStudyProgrammePlaceholderValues.php.
References $type, and ilUtil\prepareFormOutput().
ilStudyProgrammePlaceholderValues::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.
int | $userId | |
int | $objId |
Implements ilCertificatePlaceholderValues.
Definition at line 134 of file class.ilStudyProgrammePlaceholderValues.php.
References $type, and ilUtil\prepareFormOutput().
|
private |
Definition at line 9 of file class.ilStudyProgrammePlaceholderValues.php.
|
private |
Definition at line 29 of file class.ilStudyProgrammePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 14 of file class.ilStudyProgrammePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 19 of file class.ilStudyProgrammePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilStudyProgrammePlaceholderValues.php.
Referenced by __construct().