|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collection of basic placeholder values that can be used. More...
Inheritance diagram for ilDefaultPlaceholderValues:
Collaboration diagram for ilDefaultPlaceholderValues:Public Member Functions | |
| __construct (ilCertificateObjectHelper $objectHelper=null, ilCertificateDateHelper $dateHelper=null, int $dateFormat=null, ilLanguage $language=null, ilCertificateUtilHelper $utilHelper=null, ilUserDefinedFieldsPlaceholderValues $userDefinedFieldsPlaceholderValues=null, $birthdayDateFormat=IL_CAL_DATE) | |
| 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 | |
| $placeholder | |
| $objectHelper | |
| $dateHelper | |
| $dateFormat | |
| $language | |
| $utilHelper | |
| $userDefinedFieldsPlaceholderValues | |
| $birthdayDateFormat | |
Collection of basic placeholder values that can be used.
Definition at line 8 of file class.ilDefaultPlaceholderValues.php.
| ilDefaultPlaceholderValues::__construct | ( | ilCertificateObjectHelper | $objectHelper = null, |
| ilCertificateDateHelper | $dateHelper = null, |
||
| int | $dateFormat = null, |
||
| ilLanguage | $language = null, |
||
| ilCertificateUtilHelper | $utilHelper = null, |
||
| ilUserDefinedFieldsPlaceholderValues | $userDefinedFieldsPlaceholderValues = null, |
||
$birthdayDateFormat = IL_CAL_DATE |
|||
| ) |
| ilCertificateObjectHelper | $objectHelper | |
| ilCertificateDateHelper | $dateHelper | |
| int | $dateFormat | |
| ilLanguage | null | $language | |
| ilCertificateUtilHelper | null | $utilHelper | |
| ilUserDefinedFieldsPlaceholderValues | null | $userDefinedFieldsPlaceholderValues | |
| int | $birthdayDateFormat |
Definition at line 59 of file class.ilDefaultPlaceholderValues.php.
References $birthdayDateFormat, $dateFormat, $dateHelper, $DIC, $language, $objectHelper, $userDefinedFieldsPlaceholderValues, $utilHelper, IL_CAL_UNIX, and language().
Here is the call graph for this function:| ilDefaultPlaceholderValues::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.
Due the fact that this is a class to create default values the placeholder values will be identical to the description
| int | $userId | |
| int | $objId |
Implements ilCertificatePlaceholderValues.
Definition at line 189 of file class.ilDefaultPlaceholderValues.php.
References $objId.
|
private |
Definition at line 48 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 23 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 18 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 13 of file class.ilDefaultPlaceholderValues.php.
|
private |
Definition at line 43 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().
|
private |
Definition at line 38 of file class.ilDefaultPlaceholderValues.php.
Referenced by __construct().