ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilCertificateQueueEntry Class Reference
+ Collaboration diagram for ilCertificateQueueEntry:

Public Member Functions

 __construct (private readonly int $objId, private readonly int $userId, private readonly string $adapterClass, private readonly string $state, private readonly int $templateId, private readonly ?int $startedTimestamp=null, private readonly ?int $id=null)
 
 getObjId ()
 
 getUserId ()
 
 getAdapterClass ()
 
 getState ()
 
 getStartedTimestamp ()
 
 getId ()
 
 getTemplateId ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilCertificateQueueEntry::__construct ( private readonly int  $objId,
private readonly int  $userId,
private readonly string  $adapterClass,
private readonly string  $state,
private readonly int  $templateId,
private readonly ?int  $startedTimestamp = null,
private readonly ?int  $id = null 
)

Definition at line 26 of file class.ilCertificateQueueEntry.php.

34 {
35 }

Member Function Documentation

◆ getAdapterClass()

ilCertificateQueueEntry::getAdapterClass ( )

Definition at line 47 of file class.ilCertificateQueueEntry.php.

47 : string
48 {
49 return $this->adapterClass;
50 }

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getId()

ilCertificateQueueEntry::getId ( )

Definition at line 62 of file class.ilCertificateQueueEntry.php.

62 : ?int
63 {
64 return $this->id;
65 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

◆ getObjId()

ilCertificateQueueEntry::getObjId ( )

Definition at line 37 of file class.ilCertificateQueueEntry.php.

37 : int
38 {
39 return $this->objId;
40 }
$objId
Definition: xapitoken.php:57

References $objId.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getStartedTimestamp()

ilCertificateQueueEntry::getStartedTimestamp ( )

Definition at line 57 of file class.ilCertificateQueueEntry.php.

57 : int
58 {
59 return $this->startedTimestamp;
60 }

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getState()

ilCertificateQueueEntry::getState ( )

Definition at line 52 of file class.ilCertificateQueueEntry.php.

52 : string
53 {
54 return $this->state;
55 }

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getTemplateId()

ilCertificateQueueEntry::getTemplateId ( )

Definition at line 67 of file class.ilCertificateQueueEntry.php.

67 : int
68 {
69 return $this->templateId;
70 }

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getUserId()

ilCertificateQueueEntry::getUserId ( )

Definition at line 42 of file class.ilCertificateQueueEntry.php.

42 : int
43 {
44 return $this->userId;
45 }

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: