ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct (int $obj_id, string $obj_type, string $certificateContent, string $certificateHash, string $templateValues, int $version, string $iliasVersion, int $createdTimestamp, bool $currentlyActive, string $backgroundImagePath='', string $thumbnailImagePath='', ?int $id=null, bool $deleted=false) | |
getObjId () | |
getCertificateContent () | |
getCertificateHash () | |
getTemplateValues () | |
getVersion () | |
getIliasVersion () | |
getCreatedTimestamp () | |
isCurrentlyActive () | |
getId () | |
getBackgroundImagePath () | |
getObjType () | |
isDeleted () | |
getThumbnailImagePath () | |
Private Attributes | |
int | $obj_id |
string | $certificateContent |
string | $certificateHash |
string | $templateValues |
int | $version |
string | $iliasVersion |
int | $createdTimestamp |
bool | $currentlyActive |
int | $id |
string | $backgroundImagePath |
string | $obj_type |
bool | $deleted |
string | $thumbnailImagePath |
Definition at line 24 of file class.ilCertificateTemplate.php.
ilCertificateTemplate::__construct | ( | int | $obj_id, |
string | $obj_type, | ||
string | $certificateContent, | ||
string | $certificateHash, | ||
string | $templateValues, | ||
int | $version, | ||
string | $iliasVersion, | ||
int | $createdTimestamp, | ||
bool | $currentlyActive, | ||
string | $backgroundImagePath = '' , |
||
string | $thumbnailImagePath = '' , |
||
?int | $id = null , |
||
bool | $deleted = false |
||
) |
Definition at line 40 of file class.ilCertificateTemplate.php.
References $backgroundImagePath, $certificateContent, $certificateHash, $createdTimestamp, $currentlyActive, $deleted, $id, $iliasVersion, $obj_id, $obj_type, $templateValues, $thumbnailImagePath, and $version.
ilCertificateTemplate::getBackgroundImagePath | ( | ) |
Definition at line 115 of file class.ilCertificateTemplate.php.
References $backgroundImagePath.
Referenced by ilCertificateTemplatePreviewAction\exchangeCertificateVariables(), ilCertificateBackgroundImageFileService\hasBackgroundImage(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getCertificateContent | ( | ) |
Definition at line 75 of file class.ilCertificateTemplate.php.
References $certificateContent.
Referenced by ilCertificateGUI\createFormatArray(), ilCertificateTemplateDatabaseRepository\save(), and ilCertificateGUI\setTemplateContent().
ilCertificateTemplate::getCertificateHash | ( | ) |
Definition at line 80 of file class.ilCertificateTemplate.php.
References $certificateHash.
Referenced by ilCertificateGUI\createFormatArray(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getCreatedTimestamp | ( | ) |
Definition at line 100 of file class.ilCertificateTemplate.php.
References $createdTimestamp.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getId | ( | ) |
Definition at line 110 of file class.ilCertificateTemplate.php.
References $id.
Referenced by ilCertificateAppEventListener\processEntry(), and ilCertificateTemplateDatabaseRepository\updateActivity().
ilCertificateTemplate::getIliasVersion | ( | ) |
Definition at line 95 of file class.ilCertificateTemplate.php.
References $iliasVersion.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getObjId | ( | ) |
Definition at line 70 of file class.ilCertificateTemplate.php.
References $obj_id.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getObjType | ( | ) |
Definition at line 120 of file class.ilCertificateTemplate.php.
References $obj_type.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getTemplateValues | ( | ) |
Definition at line 85 of file class.ilCertificateTemplate.php.
References $templateValues.
Referenced by ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getThumbnailImagePath | ( | ) |
Definition at line 130 of file class.ilCertificateTemplate.php.
References $thumbnailImagePath.
Referenced by ilCertificateBackgroundImageFileService\hasBackgroundImageThumbnail(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::getVersion | ( | ) |
Definition at line 90 of file class.ilCertificateTemplate.php.
References $version.
Referenced by ilCertificateTemplateDatabaseRepository\fetchPreviousCertificate(), and ilCertificateTemplateDatabaseRepository\save().
ilCertificateTemplate::isCurrentlyActive | ( | ) |
Definition at line 105 of file class.ilCertificateTemplate.php.
References $currentlyActive.
Referenced by ilCertificateTemplateDatabaseRepository\save(), and ilCertificateGUI\setTemplateContent().
ilCertificateTemplate::isDeleted | ( | ) |
Definition at line 125 of file class.ilCertificateTemplate.php.
References $deleted.
Referenced by ilCertificateTemplateDatabaseRepository\save().
|
private |
Definition at line 35 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getBackgroundImagePath().
|
private |
Definition at line 27 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getCertificateContent().
|
private |
Definition at line 28 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getCertificateHash().
|
private |
Definition at line 32 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getCreatedTimestamp().
|
private |
Definition at line 33 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and isCurrentlyActive().
|
private |
Definition at line 37 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and isDeleted().
|
private |
Definition at line 34 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getId().
|
private |
Definition at line 31 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getIliasVersion().
|
private |
Definition at line 26 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 36 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getObjType().
|
private |
Definition at line 29 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getTemplateValues().
|
private |
Definition at line 38 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getThumbnailImagePath().
|
private |
Definition at line 30 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getVersion().