|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilUserCertificate:Public Member Functions | |
| __construct (int $patternCertificateId, int $objId, string $objType, int $userId, string $userName, int $acquiredTimestamp, string $certificateContent, string $templateValues, ?int $validUntil, int $version, string $iliasVersion, bool $currentlyActive, ?string $backgroundImagePath=null, ?string $thumbnailImagePath=null, ?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 | |
| int | $patternCertificateId |
| int | $objId |
| string | $objType |
| int | $userId |
| string | $userName |
| int | $acquiredTimestamp |
| string | $certificateContent |
| string | $templateValues |
| int | $validUntil |
| int | $version |
| string | $iliasVersion |
| bool | $currentlyActive |
| int | $id |
| string | $backgroundImagePath |
| string | $thumbnailImagePath |
Definition at line 24 of file class.ilUserCertificate.php.
| ilUserCertificate::__construct | ( | int | $patternCertificateId, |
| int | $objId, | ||
| string | $objType, | ||
| int | $userId, | ||
| string | $userName, | ||
| int | $acquiredTimestamp, | ||
| string | $certificateContent, | ||
| string | $templateValues, | ||
| ?int | $validUntil, | ||
| int | $version, | ||
| string | $iliasVersion, | ||
| bool | $currentlyActive, | ||
| ?string | $backgroundImagePath = null, |
||
| ?string | $thumbnailImagePath = null, |
||
| ?int | $id = null |
||
| ) |
Definition at line 42 of file class.ilUserCertificate.php.
References $acquiredTimestamp, $backgroundImagePath, $certificateContent, $currentlyActive, $id, $iliasVersion, $objId, $objType, $patternCertificateId, $templateValues, $thumbnailImagePath, $userId, $userName, $validUntil, $version, and ILIAS\Repository\int().
Here is the call graph for this function:| ilUserCertificate::getAcquiredTimestamp | ( | ) |
Definition at line 117 of file class.ilUserCertificate.php.
References $acquiredTimestamp.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getBackgroundImagePath | ( | ) |
Definition at line 157 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 122 of file class.ilUserCertificate.php.
References $certificateContent.
Referenced by ilPdfGenerator\createPDFScalar(), and ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getId | ( | ) |
Definition at line 152 of file class.ilUserCertificate.php.
References $id.
| ilUserCertificate::getIliasVersion | ( | ) |
Definition at line 142 of file class.ilUserCertificate.php.
References $iliasVersion.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getObjId | ( | ) |
Definition at line 97 of file class.ilUserCertificate.php.
References $objId.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getObjType | ( | ) |
Definition at line 102 of file class.ilUserCertificate.php.
References $objType.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getPatternCertificateId | ( | ) |
Definition at line 92 of file class.ilUserCertificate.php.
References $patternCertificateId.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getTemplateValues | ( | ) |
Definition at line 127 of file class.ilUserCertificate.php.
References $templateValues.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getThumbnailImagePath | ( | ) |
Definition at line 162 of file class.ilUserCertificate.php.
References $thumbnailImagePath.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getUserId | ( | ) |
Definition at line 107 of file class.ilUserCertificate.php.
References $userId.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getUserName | ( | ) |
Definition at line 112 of file class.ilUserCertificate.php.
References $userName.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getValidUntil | ( | ) |
Definition at line 132 of file class.ilUserCertificate.php.
References $validUntil.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::getVersion | ( | ) |
Definition at line 137 of file class.ilUserCertificate.php.
References $version.
| ilUserCertificate::isCurrentlyActive | ( | ) |
Definition at line 147 of file class.ilUserCertificate.php.
References $currentlyActive.
Referenced by ilUserCertificateRepository\save().
Here is the caller graph for this function:| ilUserCertificate::withId | ( | int | $id | ) |
Definition at line 76 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 84 of file class.ilUserCertificate.php.
References $version.
|
private |
Definition at line 31 of file class.ilUserCertificate.php.
Referenced by __construct(), and getAcquiredTimestamp().
|
private |
Definition at line 39 of file class.ilUserCertificate.php.
Referenced by __construct(), and getBackgroundImagePath().
|
private |
Definition at line 32 of file class.ilUserCertificate.php.
Referenced by __construct(), and getCertificateContent().
|
private |
Definition at line 37 of file class.ilUserCertificate.php.
Referenced by __construct(), and isCurrentlyActive().
|
private |
Definition at line 38 of file class.ilUserCertificate.php.
Referenced by __construct(), getId(), and withId().
|
private |
Definition at line 36 of file class.ilUserCertificate.php.
Referenced by __construct(), and getIliasVersion().
|
private |
Definition at line 27 of file class.ilUserCertificate.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 28 of file class.ilUserCertificate.php.
Referenced by __construct(), and getObjType().
|
private |
Definition at line 26 of file class.ilUserCertificate.php.
Referenced by __construct(), and getPatternCertificateId().
|
private |
Definition at line 33 of file class.ilUserCertificate.php.
Referenced by __construct(), and getTemplateValues().
|
private |
Definition at line 40 of file class.ilUserCertificate.php.
Referenced by __construct(), and getThumbnailImagePath().
|
private |
Definition at line 29 of file class.ilUserCertificate.php.
Referenced by __construct(), and getUserId().
|
private |
Definition at line 30 of file class.ilUserCertificate.php.
Referenced by __construct(), and getUserName().
|
private |
Definition at line 34 of file class.ilUserCertificate.php.
Referenced by __construct(), and getValidUntil().
|
private |
Definition at line 35 of file class.ilUserCertificate.php.
Referenced by __construct(), getVersion(), and withVersion().