ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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 
)

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

References $adapterClass, $id, $objId, $startedTimestamp, $state, $templateId, and $userId.

42  {
43  $this->objId = $objId;
44  $this->userId = $userId;
45  $this->adapterClass = $adapterClass;
46  $this->state = $state;
47  $this->templateId = $templateId;
48  $this->startedTimestamp = $startedTimestamp;
49  $this->id = $id;
50  }

Member Function Documentation

◆ getAdapterClass()

ilCertificateQueueEntry::getAdapterClass ( )

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

References $adapterClass.

Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().

62  : string
63  {
64  return $this->adapterClass;
65  }
+ Here is the caller graph for this function:

◆ getId()

ilCertificateQueueEntry::getId ( )

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

References $id.

Referenced by ilCertificateCron\getDefaultScheduleValue().

77  : ?int
78  {
79  return $this->id;
80  }
+ Here is the caller graph for this function:

◆ getObjId()

ilCertificateQueueEntry::getObjId ( )

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

References $objId.

Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().

52  : int
53  {
54  return $this->objId;
55  }
+ Here is the caller graph for this function:

◆ getStartedTimestamp()

ilCertificateQueueEntry::getStartedTimestamp ( )

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

References $startedTimestamp.

Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().

72  : int
73  {
75  }
+ Here is the caller graph for this function:

◆ getState()

ilCertificateQueueEntry::getState ( )

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

References $state.

Referenced by ilCertificateQueueRepository\addToQueue().

67  : string
68  {
69  return $this->state;
70  }
+ Here is the caller graph for this function:

◆ getTemplateId()

ilCertificateQueueEntry::getTemplateId ( )

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

References $templateId.

Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().

82  : int
83  {
84  return $this->templateId;
85  }
+ Here is the caller graph for this function:

◆ getUserId()

ilCertificateQueueEntry::getUserId ( )

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

References $userId.

Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().

57  : int
58  {
59  return $this->userId;
60  }
+ 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: