ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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

 $objId
 
 $userId
 
 $adapterClass
 
 $state
 
 $startedTimestamp
 
 $id
 
 $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 
)
Parameters
integer$objId
integer$userId
string$adapterClass
string$state
$templateId
integer | null$startedTimestamp
integer | null$id

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

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

Member Function Documentation

◆ getAdapterClass()

ilCertificateQueueEntry::getAdapterClass ( )
Returns
string

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

References $adapterClass.

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

90  : string
91  {
92  return $this->adapterClass;
93  }
+ Here is the caller graph for this function:

◆ getId()

ilCertificateQueueEntry::getId ( )
Returns
int|null

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

References $id.

Referenced by ilCertificateCron\getDefaultScheduleValue().

+ Here is the caller graph for this function:

◆ getObjId()

ilCertificateQueueEntry::getObjId ( )
Returns
int

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

References $objId.

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

74  : int
75  {
76  return $this->objId;
77  }
+ Here is the caller graph for this function:

◆ getStartedTimestamp()

ilCertificateQueueEntry::getStartedTimestamp ( )
Returns
int

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

References $startedTimestamp.

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

+ Here is the caller graph for this function:

◆ getState()

ilCertificateQueueEntry::getState ( )
Returns
string

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

References $state.

Referenced by ilCertificateQueueRepository\addToQueue().

98  : string
99  {
100  return $this->state;
101  }
+ Here is the caller graph for this function:

◆ getTemplateId()

ilCertificateQueueEntry::getTemplateId ( )
Returns
int

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

References $templateId.

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

122  : int
123  {
124  return $this->templateId;
125  }
+ Here is the caller graph for this function:

◆ getUserId()

ilCertificateQueueEntry::getUserId ( )
Returns
int

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

References $userId.

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

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

Field Documentation

◆ $adapterClass

ilCertificateQueueEntry::$adapterClass
private

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

Referenced by __construct(), and getAdapterClass().

◆ $id

ilCertificateQueueEntry::$id
private

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

Referenced by __construct(), and getId().

◆ $objId

ilCertificateQueueEntry::$objId
private

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

Referenced by __construct(), and getObjId().

◆ $startedTimestamp

ilCertificateQueueEntry::$startedTimestamp
private

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

Referenced by __construct(), and getStartedTimestamp().

◆ $state

ilCertificateQueueEntry::$state
private

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

Referenced by __construct(), and getState().

◆ $templateId

ilCertificateQueueEntry::$templateId
private

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

Referenced by __construct(), and getTemplateId().

◆ $userId

ilCertificateQueueEntry::$userId
private

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

Referenced by __construct(), and getUserId().


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