ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private readonly int $obj_id, private readonly string $obj_type, private readonly string $certificateContent, private readonly string $certificateHash, private readonly string $templateValues, private readonly int $version, private readonly string $iliasVersion, private readonly int $createdTimestamp, private readonly bool $currentlyActive, private readonly string $backgroundImagePath='', private readonly string $tile_image_path='', private readonly string $backgroundIdentification='', private readonly string $tile_image_identification='', private readonly ?int $id=null, private readonly bool $deleted=false) | |
getObjId () | |
getCertificateContent () | |
getCertificateHash () | |
getTemplateValues () | |
getVersion () | |
getIliasVersion () | |
getCreatedTimestamp () | |
isCurrentlyActive () | |
getId () | |
getCurrentBackgroundImageUsed () | |
getBackgroundImageIdentification () | |
getBackgroundImagePath () | |
getObjType () | |
isDeleted () | |
getCurrentTileImageUsed () | |
getTileImageIdentification () | |
getTileImagePath () | |
Definition at line 26 of file class.ilCertificateTemplate.php.
ilCertificateTemplate::__construct | ( | private readonly int | $obj_id, |
private readonly string | $obj_type, | ||
private readonly string | $certificateContent, | ||
private readonly string | $certificateHash, | ||
private readonly string | $templateValues, | ||
private readonly int | $version, | ||
private readonly string | $iliasVersion, | ||
private readonly int | $createdTimestamp, | ||
private readonly bool | $currentlyActive, | ||
private readonly string | $backgroundImagePath = '' , |
||
private readonly string | $tile_image_path = '' , |
||
private readonly string | $backgroundIdentification = '' , |
||
private readonly string | $tile_image_identification = '' , |
||
private readonly ?int | $id = null , |
||
private readonly bool | $deleted = false |
||
) |
Definition at line 28 of file class.ilCertificateTemplate.php.
ilCertificateTemplate::getBackgroundImageIdentification | ( | ) |
Definition at line 100 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateTemplatePreviewAction\exchangeCertificateVariables(), getCurrentBackgroundImageUsed(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getBackgroundImagePath | ( | ) |
Definition at line 105 of file class.ilCertificateTemplate.php.
Referenced by getCurrentBackgroundImageUsed(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getCertificateContent | ( | ) |
Definition at line 52 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getCertificateHash | ( | ) |
Definition at line 57 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getCreatedTimestamp | ( | ) |
Definition at line 77 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getCurrentBackgroundImageUsed | ( | ) |
Definition at line 92 of file class.ilCertificateTemplate.php.
References getBackgroundImageIdentification(), and getBackgroundImagePath().
ilCertificateTemplate::getCurrentTileImageUsed | ( | ) |
Definition at line 120 of file class.ilCertificateTemplate.php.
References getTileImageIdentification(), and getTileImagePath().
ilCertificateTemplate::getId | ( | ) |
Definition at line 87 of file class.ilCertificateTemplate.php.
References $id.
Referenced by ILIAS\Certificate\API\UserCertificateAPI\certificateCriteriaMetForGivenTemplate(), processEntry(), ILIAS\Certificate\API\UserCertificateAPI\processEntry(), and ilCertificateTemplateDatabaseRepository\updateActivity().
ilCertificateTemplate::getIliasVersion | ( | ) |
Definition at line 72 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getObjId | ( | ) |
Definition at line 47 of file class.ilCertificateTemplate.php.
Referenced by ILIAS\Certificate\API\UserCertificateAPI\certificateCriteriaMetForGivenTemplate(), ILIAS\Certificate\API\UserCertificateAPI\processEntry(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getObjType | ( | ) |
Definition at line 110 of file class.ilCertificateTemplate.php.
Referenced by ILIAS\Certificate\API\UserCertificateAPI\certificateCriteriaMetForGivenTemplate(), ILIAS\Certificate\API\UserCertificateAPI\processEntry(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getTemplateValues | ( | ) |
Definition at line 62 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getTileImageIdentification | ( | ) |
Definition at line 128 of file class.ilCertificateTemplate.php.
Referenced by getCurrentTileImageUsed(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getTileImagePath | ( | ) |
Definition at line 133 of file class.ilCertificateTemplate.php.
Referenced by getCurrentTileImageUsed(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getVersion | ( | ) |
Definition at line 67 of file class.ilCertificateTemplate.php.
References $version.
Referenced by ilCertificateTemplateDatabaseRepository\fetchPreviousCertificate(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::isCurrentlyActive | ( | ) |
Definition at line 82 of file class.ilCertificateTemplate.php.
Referenced by ILIAS\Certificate\API\UserCertificateAPI\certificateCriteriaMetForGivenTemplate(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::isDeleted | ( | ) |
Definition at line 115 of file class.ilCertificateTemplate.php.
Referenced by ilCertificateTemplateDatabaseRepository\save().