|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilUserDefinedFieldsPlaceholderValues:
Collaboration diagram for ilUserDefinedFieldsPlaceholderValues: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... | |
Public Member Functions inherited from ilCertificatePlaceholderValues | |
| 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 ILIAS\Repository\lng(), and ilStr\strToUpper().
Here is the call graph for this function: