19 declare(strict_types=1);
35 private readonly
int $patternCertificateId,
36 private readonly
int $objId,
37 private readonly
string $objType,
38 private readonly
int $userId,
39 private readonly
string $userName,
40 private readonly
int $acquiredTimestamp,
41 private readonly
string $certificateContent,
42 private readonly
string $templateValues,
45 private readonly
string $iliasVersion,
46 private readonly
bool $currentlyActive,
48 ?
string $backgroundImagePath =
null,
49 ?
string $tile_image_path =
null,
50 ?
string $backgroundImageIdentification =
null,
51 ?
string $tile_image_identification =
null,
54 $this->validUntil = (
int) $validUntil;
55 $this->backgroundImagePath = (string) $backgroundImagePath;
56 $this->tile_image_path = (string) $tile_image_path;
57 $this->backgroundImageIdentification = (string) $backgroundImageIdentification;
58 $this->tile_image_identification = (string) $tile_image_identification;
79 return $this->patternCertificateId;
89 return $this->objType;
99 return $this->userName;
104 return $this->acquiredTimestamp;
109 return $this->certificateContent;
114 return $this->templateValues;
129 return $this->iliasVersion;
134 return $this->currentlyActive;
180 return $this->certificate_id;
readonly string $tile_image_identification
getPatternCertificateId()
__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)
readonly string $backgroundImagePath
readonly string $tile_image_path
getCurrentTileImageUsed()
getBackgroundImageIdentification()
withVersion(int $version)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
readonly string $backgroundImageIdentification
getTileImageIdentification()
getCurrentBackgroundImageUsed()