|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilObjectCustomUserFieldsPlaceholderValues:
Collaboration diagram for ilObjectCustomUserFieldsPlaceholderValues: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... | |
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... | |
Private Attributes | |
| ilCertificateObjectHelper | $objectHelper |
| 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, and $utilHelper.
| 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.
| int | $userId | |
| int | $objId |
Implements ilCertificatePlaceholderValues.
Definition at line 88 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
References $DIC, ILIAS\LTI\ToolProvider\$key, $lng, $objId, ilCourseDefinedFieldDefinition\_getFields(), and ilStr\strToUpper().
Here is the call graph for this function:
|
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().