ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

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

47  : string
48  {
49  return $this->adapterClass;
50  }
+ Here is the caller graph for this function:

◆ getId()

ilCertificateQueueEntry::getId ( )

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

References $id.

Referenced by ilCertificateCron\getDefaultScheduleValue().

62  : ?int
63  {
64  return $this->id;
65  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the caller graph for this function:

◆ getObjId()

ilCertificateQueueEntry::getObjId ( )

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

References $objId.

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

37  : int
38  {
39  return $this->objId;
40  }
$objId
Definition: xapitoken.php:57
+ Here is the caller graph for this function:

◆ getStartedTimestamp()

ilCertificateQueueEntry::getStartedTimestamp ( )

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

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

57  : int
58  {
59  return $this->startedTimestamp;
60  }
+ Here is the caller graph for this function:

◆ getState()

ilCertificateQueueEntry::getState ( )

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

Referenced by ilCertificateQueueRepository\addToQueue().

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

◆ getTemplateId()

ilCertificateQueueEntry::getTemplateId ( )

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

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

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

◆ getUserId()

ilCertificateQueueEntry::getUserId ( )

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

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

42  : int
43  {
44  return $this->userId;
45  }
+ Here is the caller graph for this function:

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