ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
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... | |
Definition at line 7 of file interface.ilCertificatePlaceholderValues.php.
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.
ilInvalidCertificateException MUST be thrown if the data could not be determined or the user did NOT achieve the certificate.
int | $userId | |
int | $objId |
ilInvalidCertificateException |
Implemented in ilExercisePlaceholderValues, ilCoursePlaceholderValues, ilCmiXapiPlaceholderValues, ilLTIConsumerPlaceholderValues, ilScormPlaceholderValues, and ilStudyProgrammePlaceholderValues.
Referenced by ilUserDefinedFieldsPlaceholderValues\__construct(), ilDefaultPlaceholderValues\__construct(), and ilTestPlaceholderValues\__construct().
ilCertificatePlaceholderValues::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 |
Implemented in ilScormPlaceholderValues, ilDefaultPlaceholderValues, ilTestPlaceholderValues, ilExercisePlaceholderValues, ilCoursePlaceholderValues, ilStudyProgrammePlaceholderValues, ilUserDefinedFieldsPlaceholderValues, ilCmiXapiPlaceholderValues, and ilLTIConsumerPlaceholderValues.