|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilObjectCustomUserFieldsPlaceholderValues:
Collaboration diagram for ilObjectCustomUserFieldsPlaceholderValues:Public Member Functions | |
| __construct (ilCertificateObjectHelper $objectHelper=null, ilCertificateUtilHelper $ilUtilHelper=null) | |
| getPlaceholderValuesForPreview (int $user_id, int $obj_id) | |
| 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 | |
| $placeholder | |
| $objectHelper | |
| $ilUtilHelper | |
Definition at line 7 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
| ilObjectCustomUserFieldsPlaceholderValues::__construct | ( | ilCertificateObjectHelper | $objectHelper = null, |
| ilCertificateUtilHelper | $ilUtilHelper = null |
||
| ) |
| ilCertificateObjectHelper | null | $objectHelper | |
| ilCertificateUtilHelper | null | $ilUtilHelper |
Definition at line 28 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
References $ilUtilHelper, and $objectHelper.
| ilObjectCustomUserFieldsPlaceholderValues::getPlaceholderValuesForPreview | ( | int | $user_id, |
| int | $obj_id | ||
| ) |
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 | $user_id | |
| int | $obj_id |
| ilException | |
| ilInvalidCertificateException |
Implements ilCertificatePlaceholderValues.
Definition at line 93 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
References $DIC, $lng, $placeholder, ilCourseDefinedFieldDefinition\_getFields(), and ilStr\strToUpper().
Here is the call graph for this function:
|
private |
Definition at line 22 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 17 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 12 of file class.ilObjectCustomUserFieldsPlaceholderValues.php.
Referenced by getPlaceholderValuesForPreview().