ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ( $obj_id, $obj_type, $certificateContent, $certificateHash, $templateValues, $version, $iliasVersion, $createdTimestamp, $currentlyActive, $backgroundImagePath='', $thumbnailImagePath='', $id=null, bool $deleted=false) | |
getObjId () | |
getCertificateContent () | |
getCertificateHash () | |
getTemplateValues () | |
getVersion () | |
getIliasVersion () | |
getCreatedTimestamp () | |
isCurrentlyActive () | |
getId () | |
getBackgroundImagePath () | |
getObjType () | |
isDeleted () | |
getThumbnailImagePath () | |
Definition at line 7 of file class.ilCertificateTemplate.php.
ilCertificateTemplate::__construct | ( | $obj_id, | |
$obj_type, | |||
$certificateContent, | |||
$certificateHash, | |||
$templateValues, | |||
$version, | |||
$iliasVersion, | |||
$createdTimestamp, | |||
$currentlyActive, | |||
$backgroundImagePath = '' , |
|||
$thumbnailImagePath = '' , |
|||
$id = null , |
|||
bool | $deleted = false |
||
) |
integer | $obj_id | |
$obj_type | ||
string | $certificateContent | |
string | $certificateHash | |
string | $templateValues | |
string | $version | |
string | $iliasVersion | |
integer | $createdTimestamp | |
boolean | $currentlyActive | |
string | $backgroundImagePath | |
string | $thumbnailImagePath | |
integer | null | $id | |
bool | $deleted |
Definition at line 89 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 194 of file class.ilCertificateTemplate.php.
References $backgroundImagePath.
Referenced by ilCertificateTemplatePreviewAction\exchangeCertificateVariables(), ilCertificateTemplateDeleteAction\overwriteBackgroundImageThumbnail(), and ilCertificateTemplateRepository\save().
ilCertificateTemplate::getCertificateContent | ( | ) |
Definition at line 130 of file class.ilCertificateTemplate.php.
References $certificateContent.
Referenced by ilCertificateGUI\createFormatArray(), ilCertificateTemplateRepository\save(), and ilCertificateGUI\setTemplateContent().
ilCertificateTemplate::getCertificateHash | ( | ) |
Definition at line 138 of file class.ilCertificateTemplate.php.
References $certificateHash.
Referenced by ilCertificateGUI\createFormatArray(), and ilCertificateTemplateRepository\save().
ilCertificateTemplate::getCreatedTimestamp | ( | ) |
Definition at line 170 of file class.ilCertificateTemplate.php.
References $createdTimestamp.
Referenced by ilCertificateTemplateRepository\save().
ilCertificateTemplate::getId | ( | ) |
Definition at line 186 of file class.ilCertificateTemplate.php.
References $id.
Referenced by ilCertificateAppEventListener\processEntry(), and ilCertificateTemplateRepository\updateActivity().
ilCertificateTemplate::getIliasVersion | ( | ) |
Definition at line 162 of file class.ilCertificateTemplate.php.
References $iliasVersion.
Referenced by ilCertificateTemplateRepository\save().
ilCertificateTemplate::getObjId | ( | ) |
Definition at line 122 of file class.ilCertificateTemplate.php.
References $obj_id.
Referenced by ilCertificateTemplateRepository\save().
ilCertificateTemplate::getObjType | ( | ) |
Definition at line 202 of file class.ilCertificateTemplate.php.
References $obj_type.
Referenced by ilCertificateTemplateRepository\save().
ilCertificateTemplate::getTemplateValues | ( | ) |
Definition at line 146 of file class.ilCertificateTemplate.php.
References $templateValues.
Referenced by ilCertificateTemplateRepository\save().
ilCertificateTemplate::getThumbnailImagePath | ( | ) |
Definition at line 218 of file class.ilCertificateTemplate.php.
References $thumbnailImagePath.
Referenced by ilCertificateTemplateRepository\save().
ilCertificateTemplate::getVersion | ( | ) |
Definition at line 154 of file class.ilCertificateTemplate.php.
References $version.
Referenced by ilCertificateTemplateRepository\fetchPreviousCertificate(), and ilCertificateTemplateRepository\save().
ilCertificateTemplate::isCurrentlyActive | ( | ) |
Definition at line 178 of file class.ilCertificateTemplate.php.
References $currentlyActive.
Referenced by ilCertificateTemplateRepository\save(), and ilCertificateGUI\setTemplateContent().
ilCertificateTemplate::isDeleted | ( | ) |
Definition at line 210 of file class.ilCertificateTemplate.php.
References $deleted.
Referenced by ilCertificateTemplateRepository\save().
|
private |
Definition at line 57 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getBackgroundImagePath().
|
private |
Definition at line 17 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getCertificateContent().
|
private |
Definition at line 22 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getCertificateHash().
|
private |
Definition at line 42 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getCreatedTimestamp().
|
private |
Definition at line 47 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and isCurrentlyActive().
|
private |
Definition at line 67 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and isDeleted().
|
private |
Definition at line 52 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getId().
|
private |
Definition at line 37 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getIliasVersion().
|
private |
Definition at line 12 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 62 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getObjType().
|
private |
Definition at line 27 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getTemplateValues().
|
private |
Definition at line 72 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getThumbnailImagePath().
|
private |
Definition at line 32 of file class.ilCertificateTemplate.php.
Referenced by __construct(), and getVersion().