|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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, private readonly CertificateId $certificate_id, ?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 () | |
| getBackgroundImageIdentification () | |
| getTileImageIdentification () | |
| getCertificateId () | |
Private Attributes | |
| readonly int | $validUntil |
| readonly string | $backgroundImageIdentification |
| readonly string | $tile_image_identification |
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 | $backgroundImageIdentification = null, |
||
| ?string | $tile_image_identification = null, |
||
| private ?int | $id = null |
||
| ) |
Definition at line 32 of file class.ilUserCertificate.php.
References $backgroundImageIdentification, $tile_image_identification, $validUntil, and ILIAS\Repository\int().
Here is the call graph for this function:| ilUserCertificate::getAcquiredTimestamp | ( | ) |
Definition at line 96 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getBackgroundImageIdentification | ( | ) |
Definition at line 136 of file class.ilUserCertificate.php.
References $backgroundImageIdentification.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getCertificateContent | ( | ) |
Definition at line 101 of file class.ilUserCertificate.php.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getCertificateId | ( | ) |
Definition at line 146 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 131 of file class.ilUserCertificate.php.
References $id.
| ilUserCertificate::getIliasVersion | ( | ) |
Definition at line 121 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getObjId | ( | ) |
Definition at line 76 of file class.ilUserCertificate.php.
References $objId.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getObjType | ( | ) |
Definition at line 81 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getPatternCertificateId | ( | ) |
Definition at line 71 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getTemplateValues | ( | ) |
Definition at line 106 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getTileImageIdentification | ( | ) |
Definition at line 141 of file class.ilUserCertificate.php.
References $tile_image_identification.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getUserId | ( | ) |
Definition at line 86 of file class.ilUserCertificate.php.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getUserName | ( | ) |
Definition at line 91 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getValidUntil | ( | ) |
Definition at line 111 of file class.ilUserCertificate.php.
References $validUntil.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getVersion | ( | ) |
Definition at line 116 of file class.ilUserCertificate.php.
References $version.
| ilUserCertificate::isCurrentlyActive | ( | ) |
Definition at line 126 of file class.ilUserCertificate.php.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::withId | ( | int | $id | ) |
Definition at line 55 of file class.ilUserCertificate.php.
References $id.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::withVersion | ( | int | $version | ) |
Definition at line 63 of file class.ilUserCertificate.php.
References $version.
|
private |
Definition at line 29 of file class.ilUserCertificate.php.
Referenced by __construct(), and getBackgroundImageIdentification().
|
private |
Definition at line 30 of file class.ilUserCertificate.php.
Referenced by __construct(), and getTileImageIdentification().
|
private |
Definition at line 28 of file class.ilUserCertificate.php.
Referenced by __construct(), and getValidUntil().