ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private readonly int $patternCertificateId, private readonly int $objId, private readonly string $objType, private readonly int $userId, private readonly string $userName, private readonly int $acquiredTimestamp, private readonly string $certificateContent, private readonly string $templateValues, ?int $validUntil, private int $version, private readonly string $iliasVersion, private readonly bool $currentlyActive, private readonly CertificateId $certificate_id, ?string $backgroundImagePath=null, ?string $tile_image_path=null, ?string $backgroundImageIdentification=null, ?string $tile_image_identification=null, private ?int $id=null) | |
withId (int $id) | |
withVersion (int $version) | |
getPatternCertificateId () | |
getObjId () | |
getObjType () | |
getUserId () | |
getUserName () | |
getAcquiredTimestamp () | |
getCertificateContent () | |
getTemplateValues () | |
getValidUntil () | |
getVersion () | |
getIliasVersion () | |
isCurrentlyActive () | |
getId () | |
getBackgroundImagePath () | |
getBackgroundImageIdentification () | |
getCurrentBackgroundImageUsed () | |
getTileImagePath () | |
getTileImageIdentification () | |
getCurrentTileImageUsed () | |
getCertificateId () | |
Private Attributes | |
readonly int | $validUntil |
readonly string | $backgroundImageIdentification |
readonly string | $tile_image_identification |
readonly string | $backgroundImagePath |
readonly string | $tile_image_path |
Definition at line 26 of file class.ilUserCertificate.php.
ilUserCertificate::__construct | ( | private readonly int | $patternCertificateId, |
private readonly int | $objId, | ||
private readonly string | $objType, | ||
private readonly int | $userId, | ||
private readonly string | $userName, | ||
private readonly int | $acquiredTimestamp, | ||
private readonly string | $certificateContent, | ||
private readonly string | $templateValues, | ||
?int | $validUntil, | ||
private int | $version, | ||
private readonly string | $iliasVersion, | ||
private readonly bool | $currentlyActive, | ||
private readonly CertificateId | $certificate_id, | ||
?string | $backgroundImagePath = null , |
||
?string | $tile_image_path = null , |
||
?string | $backgroundImageIdentification = null , |
||
?string | $tile_image_identification = null , |
||
private ?int | $id = null |
||
) |
Definition at line 34 of file class.ilUserCertificate.php.
References ILIAS\Repository\int().
ilUserCertificate::getAcquiredTimestamp | ( | ) |
Definition at line 102 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getBackgroundImageIdentification | ( | ) |
Definition at line 147 of file class.ilUserCertificate.php.
References $backgroundImageIdentification.
Referenced by getCurrentBackgroundImageUsed(), and ilUserCertificateRepository\save().
ilUserCertificate::getBackgroundImagePath | ( | ) |
Definition at line 142 of file class.ilUserCertificate.php.
References $backgroundImagePath.
Referenced by getCurrentBackgroundImageUsed(), and ilUserCertificateRepository\save().
ilUserCertificate::getCertificateContent | ( | ) |
Definition at line 107 of file class.ilUserCertificate.php.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
ilUserCertificate::getCertificateId | ( | ) |
Definition at line 178 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getCurrentBackgroundImageUsed | ( | ) |
Definition at line 152 of file class.ilUserCertificate.php.
References getBackgroundImageIdentification(), and getBackgroundImagePath().
Referenced by ilPdfGenerator\createPDFScalar().
ilUserCertificate::getCurrentTileImageUsed | ( | ) |
Definition at line 170 of file class.ilUserCertificate.php.
References getTileImageIdentification(), and getTileImagePath().
ilUserCertificate::getId | ( | ) |
Definition at line 137 of file class.ilUserCertificate.php.
References $id.
ilUserCertificate::getIliasVersion | ( | ) |
Definition at line 127 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getObjId | ( | ) |
Definition at line 82 of file class.ilUserCertificate.php.
References $objId.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getObjType | ( | ) |
Definition at line 87 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getPatternCertificateId | ( | ) |
Definition at line 77 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getTemplateValues | ( | ) |
Definition at line 112 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getTileImageIdentification | ( | ) |
Definition at line 165 of file class.ilUserCertificate.php.
References $tile_image_identification.
Referenced by getCurrentTileImageUsed(), and ilUserCertificateRepository\save().
ilUserCertificate::getTileImagePath | ( | ) |
Definition at line 160 of file class.ilUserCertificate.php.
References $tile_image_path.
Referenced by getCurrentTileImageUsed(), and ilUserCertificateRepository\save().
ilUserCertificate::getUserId | ( | ) |
Definition at line 92 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getUserName | ( | ) |
Definition at line 97 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getValidUntil | ( | ) |
Definition at line 117 of file class.ilUserCertificate.php.
References $validUntil.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::getVersion | ( | ) |
Definition at line 122 of file class.ilUserCertificate.php.
References $version.
ilUserCertificate::isCurrentlyActive | ( | ) |
Definition at line 132 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::withId | ( | int | $id | ) |
Definition at line 61 of file class.ilUserCertificate.php.
References $id.
Referenced by ilUserCertificateRepository\save().
ilUserCertificate::withVersion | ( | int | $version | ) |
|
private |
Definition at line 29 of file class.ilUserCertificate.php.
Referenced by getBackgroundImageIdentification().
|
private |
Definition at line 31 of file class.ilUserCertificate.php.
Referenced by getBackgroundImagePath().
|
private |
Definition at line 30 of file class.ilUserCertificate.php.
Referenced by getTileImageIdentification().
|
private |
Definition at line 32 of file class.ilUserCertificate.php.
Referenced by getTileImagePath().
|
private |
Definition at line 28 of file class.ilUserCertificate.php.
Referenced by getValidUntil().