|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilUserDefinedFieldsPlaceholderValues:
Collaboration diagram for ilUserDefinedFieldsPlaceholderValues:Public Member Functions | |
| __construct (?ilCertificateObjectHelper $objectHelper=null, ?ilUserDefinedFields $userDefinedFieldsObject=null, ?ilCertificateUtilHelper $ilUtilHelper=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 |
| ilUserDefinedFields | $userDefinedFieldsObject |
| ilCertificateUtilHelper | $ilUtilHelper |
Definition at line 24 of file class.ilUserDefinedFieldsPlaceholderValues.php.
| ilUserDefinedFieldsPlaceholderValues::__construct | ( | ?ilCertificateObjectHelper | $objectHelper = null, |
| ?ilUserDefinedFields | $userDefinedFieldsObject = null, |
||
| ?ilCertificateUtilHelper | $ilUtilHelper = null |
||
| ) |
Definition at line 30 of file class.ilUserDefinedFieldsPlaceholderValues.php.
References $ilUtilHelper, $objectHelper, $userDefinedFieldsObject, and ilUserDefinedFields\_getInstance().
Here is the call graph for this function:| 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.
| int | $userId | |
| int | $objId |
Implements ilCertificatePlaceholderValues.
Definition at line 100 of file class.ilUserDefinedFieldsPlaceholderValues.php.
References ilStr\strToUpper().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilUserDefinedFieldsPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilUserDefinedFieldsPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilUserDefinedFieldsPlaceholderValues.php.
Referenced by __construct().