ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ilLanguage $language=null, ilCertificateObjectHelper $objectHelper=null, ilCertificateLPMarksHelper $lpMarksHelper=null, ilCertificateExerciseMembersHelper $exerciseMembersHelper=null, ilCertificateLPStatusHelper $lpStatusHelper=null, ilCertificateUtilHelper $utilHelper=null, ilCertificateDateHelper $dateHelper=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 | |
$language | |
$defaultPlaceholderValuesObject | |
$lpMarksHelper | |
$objectHelper | |
$exerciseMembersHelper | |
$lpStatusHelper | |
$utilHelper | |
$dateHelper | |
Definition at line 7 of file class.ilExercisePlaceholderValues.php.
ilExercisePlaceholderValues::__construct | ( | ilDefaultPlaceholderValues | $defaultPlaceholderValues = null , |
ilLanguage | $language = null , |
||
ilCertificateObjectHelper | $objectHelper = null , |
||
ilCertificateLPMarksHelper | $lpMarksHelper = null , |
||
ilCertificateExerciseMembersHelper | $exerciseMembersHelper = null , |
||
ilCertificateLPStatusHelper | $lpStatusHelper = null , |
||
ilCertificateUtilHelper | $utilHelper = null , |
||
ilCertificateDateHelper | $dateHelper = null |
||
) |
ilDefaultPlaceholderValues | null | $defaultPlaceholderValues | |
ilLanguage | null | $language | |
ilCertificateObjectHelper | null | $objectHelper | |
ilCertificateLPMarksHelper | null | $lpMarksHelper | |
ilCertificateExerciseMembersHelper | null | $exerciseMembersHelper | |
ilCertificateLPStatusHelper | null | $lpStatusHelper | |
ilCertificateUtilHelper | null | $utilHelper | |
ilCertificateDateHelper | null | $dateHelper |
Definition at line 59 of file class.ilExercisePlaceholderValues.php.
References $dateHelper, $DIC, $exerciseMembersHelper, $language, $lpMarksHelper, $lpStatusHelper, $objectHelper, and $utilHelper.
ilExercisePlaceholderValues::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 |
ilDateTimeException | |
ilException |
Implements ilCertificatePlaceholderValues.
Definition at line 128 of file class.ilExercisePlaceholderValues.php.
ilExercisePlaceholderValues::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 165 of file class.ilExercisePlaceholderValues.php.
|
private |
Definition at line 47 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 17 of file class.ilExercisePlaceholderValues.php.
|
private |
Definition at line 32 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 12 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 37 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 42 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().