ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (?ilCertificateObjectHelper $objectHelper=null, ?ilCertificateUtilHelper $utilHelper=null) | |
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... | |
Private Attributes | |
readonly ilCertificateObjectHelper | $objectHelper |
readonly ilCertificateUtilHelper | $utilHelper |
Definition at line 24 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
ilObjectCustomUserFieldsPlaceholderValues::__construct | ( | ?ilCertificateObjectHelper | $objectHelper = null , |
?ilCertificateUtilHelper | $utilHelper = null |
||
) |
Definition at line 29 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
References $objectHelper, $objId, $utilHelper, ilCourseDefinedFieldDefinition\_getFields(), ilCourseUserData\_getValuesByObjId(), ilCertificatePlaceholderValues\getPlaceholderValues(), null, and ilStr\strToUpper().
ilObjectCustomUserFieldsPlaceholderValues::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 82 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
References $DIC, $lng, ilCourseDefinedFieldDefinition\_getFields(), and ilStr\strToUpper().
|
private |
Definition at line 26 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
Referenced by __construct().