ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (?\ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ?\ilLanguage $language=null, ?\ilCertificateObjectHelper $objectHelper=null) | |
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 | |
readonly ilDefaultPlaceholderValues | $defaultPlaceholderValuesObject |
readonly ilCertificateObjectHelper | $objectHelper |
Definition at line 23 of file class.ilStudyProgrammePlaceholderValues.php.
ILIAS\StudyProgramme\Certificate\ilStudyProgrammePlaceholderValues::__construct | ( | ?\ilDefaultPlaceholderValues | $defaultPlaceholderValues = null , |
?\ilLanguage | $language = null , |
||
?\ilCertificateObjectHelper | $objectHelper = null |
||
) |
Definition at line 28 of file class.ilStudyProgrammePlaceholderValues.php.
References $DIC, ILIAS\StudyProgramme\Certificate\ilStudyProgrammePlaceholderValues\$objectHelper, and null.
ILIAS\StudyProgramme\Certificate\ilStudyProgrammePlaceholderValues::getPlaceholderValues | ( | int | $userId, |
int | $objId | ||
) |
This method MUST return an array that contains the actual data for the given user of the given object.
ilInvalidCertificateException MUST be thrown if the data could not be determined or the user did NOT achieve the certificate.
Implements ilCertificatePlaceholderValues.
Definition at line 61 of file class.ilStudyProgrammePlaceholderValues.php.
References $ass_id, and ilLegacyFormElementsUtil\prepareFormOutput().
ILIAS\StudyProgramme\Certificate\ilStudyProgrammePlaceholderValues::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 95 of file class.ilStudyProgrammePlaceholderValues.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
|
private |
Definition at line 25 of file class.ilStudyProgrammePlaceholderValues.php.
|
private |
Definition at line 26 of file class.ilStudyProgrammePlaceholderValues.php.
Referenced by ILIAS\StudyProgramme\Certificate\ilStudyProgrammePlaceholderValues\__construct().