|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilUserCertificate: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, ?string $backgroundImagePath=null, ?string $thumbnailImagePath=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 () | |
| getThumbnailImagePath () | |
Private Attributes | |
| readonly int | $validUntil |
| readonly string | $backgroundImagePath |
| readonly string | $thumbnailImagePath |
Definition at line 24 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, | ||
| ?string | $backgroundImagePath = null, |
||
| ?string | $thumbnailImagePath = null, |
||
| private ?int | $id = null |
||
| ) |
Definition at line 30 of file class.ilUserCertificate.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ilUserCertificate::getAcquiredTimestamp | ( | ) |
Definition at line 93 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getBackgroundImagePath | ( | ) |
Definition at line 133 of file class.ilUserCertificate.php.
References $backgroundImagePath.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getCertificateContent | ( | ) |
Definition at line 98 of file class.ilUserCertificate.php.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getId | ( | ) |
Definition at line 128 of file class.ilUserCertificate.php.
References $id.
| ilUserCertificate::getIliasVersion | ( | ) |
Definition at line 118 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getObjId | ( | ) |
Definition at line 73 of file class.ilUserCertificate.php.
References $objId.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getObjType | ( | ) |
Definition at line 78 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getPatternCertificateId | ( | ) |
Definition at line 68 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getTemplateValues | ( | ) |
Definition at line 103 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getThumbnailImagePath | ( | ) |
Definition at line 138 of file class.ilUserCertificate.php.
References $thumbnailImagePath.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getUserId | ( | ) |
Definition at line 83 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getUserName | ( | ) |
Definition at line 88 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getValidUntil | ( | ) |
Definition at line 108 of file class.ilUserCertificate.php.
References $validUntil.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getVersion | ( | ) |
Definition at line 113 of file class.ilUserCertificate.php.
References $version.
| ilUserCertificate::isCurrentlyActive | ( | ) |
Definition at line 123 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::withId | ( | int | $id | ) |
Definition at line 52 of file class.ilUserCertificate.php.
References $id.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::withVersion | ( | int | $version | ) |
|
private |
Definition at line 27 of file class.ilUserCertificate.php.
Referenced by getBackgroundImagePath().
|
private |
Definition at line 28 of file class.ilUserCertificate.php.
Referenced by getThumbnailImagePath().
|
private |
Definition at line 26 of file class.ilUserCertificate.php.
Referenced by getValidUntil().