ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private readonly Language $lng, private readonly ilCertificateObjectHelper $objectHelper, private readonly Profile $user_profile, private readonly ilCertificateUtilHelper $ilUtilHelper) | |
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... | |
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... | |
Definition at line 28 of file class.ilUserDefinedFieldsPlaceholderValues.php.
ilUserDefinedFieldsPlaceholderValues::__construct | ( | private readonly Language | $lng, |
private readonly ilCertificateObjectHelper | $objectHelper, | ||
private readonly Profile | $user_profile, | ||
private readonly ilCertificateUtilHelper | $ilUtilHelper | ||
) |
Definition at line 30 of file class.ilUserDefinedFieldsPlaceholderValues.php.
ilUserDefinedFieldsPlaceholderValues::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 73 of file class.ilUserDefinedFieldsPlaceholderValues.php.
References ilStr\strToUpper().