ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 |
Definition at line 24 of file class.ilCertificateQueueEntry.php.
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.
ilCertificateQueueEntry::getAdapterClass | ( | ) |
Definition at line 62 of file class.ilCertificateQueueEntry.php.
References $adapterClass.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getId | ( | ) |
Definition at line 77 of file class.ilCertificateQueueEntry.php.
References $id.
Referenced by ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getObjId | ( | ) |
Definition at line 52 of file class.ilCertificateQueueEntry.php.
References $objId.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getStartedTimestamp | ( | ) |
Definition at line 72 of file class.ilCertificateQueueEntry.php.
References $startedTimestamp.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getState | ( | ) |
Definition at line 67 of file class.ilCertificateQueueEntry.php.
References $state.
Referenced by ilCertificateQueueRepository\addToQueue().
ilCertificateQueueEntry::getTemplateId | ( | ) |
Definition at line 82 of file class.ilCertificateQueueEntry.php.
References $templateId.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getUserId | ( | ) |
Definition at line 57 of file class.ilCertificateQueueEntry.php.
References $userId.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
|
private |
Definition at line 28 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getAdapterClass().
|
private |
Definition at line 31 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getId().
|
private |
Definition at line 26 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 30 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getStartedTimestamp().
|
private |
Definition at line 29 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getState().
|
private |
Definition at line 32 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getTemplateId().
|
private |
Definition at line 27 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getUserId().