ILIAS  release_8 Revision v8.24
ilCertificateQueueEntry Class Reference
+ Collaboration diagram for ilCertificateQueueEntry:

Public Member Functions

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

Private Attributes

int $objId
 
int $userId
 
string $adapterClass
 
string $state
 
int $startedTimestamp
 
int $id
 
int $templateId
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getAdapterClass()

ilCertificateQueueEntry::getAdapterClass ( )

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

62 : string
63 {
65 }

References $adapterClass.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getId()

ilCertificateQueueEntry::getId ( )

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

77 : ?int
78 {
79 return $this->id;
80 }

References $id.

◆ getObjId()

ilCertificateQueueEntry::getObjId ( )

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

52 : int
53 {
54 return $this->objId;
55 }

References $objId.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getStartedTimestamp()

ilCertificateQueueEntry::getStartedTimestamp ( )

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

72 : int
73 {
75 }

References $startedTimestamp.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getState()

ilCertificateQueueEntry::getState ( )

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

67 : string
68 {
69 return $this->state;
70 }

References $state.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getTemplateId()

ilCertificateQueueEntry::getTemplateId ( )

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

82 : int
83 {
84 return $this->templateId;
85 }

References $templateId.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

◆ getUserId()

ilCertificateQueueEntry::getUserId ( )

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

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

References $userId.

Referenced by ilCertificateQueueRepository\addToQueue().

+ Here is the caller graph for this function:

Field Documentation

◆ $adapterClass

string ilCertificateQueueEntry::$adapterClass
private

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

Referenced by __construct(), and getAdapterClass().

◆ $id

int ilCertificateQueueEntry::$id
private

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

Referenced by __construct(), and getId().

◆ $objId

int ilCertificateQueueEntry::$objId
private

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

Referenced by __construct(), and getObjId().

◆ $startedTimestamp

int ilCertificateQueueEntry::$startedTimestamp
private

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

Referenced by __construct(), and getStartedTimestamp().

◆ $state

string ilCertificateQueueEntry::$state
private

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

Referenced by __construct(), and getState().

◆ $templateId

int ilCertificateQueueEntry::$templateId
private

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

Referenced by __construct(), and getTemplateId().

◆ $userId

int ilCertificateQueueEntry::$userId
private

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

Referenced by __construct(), and getUserId().


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