ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | |
Definition at line 7 of file class.ilCertificateQueueEntry.php.
ilCertificateQueueEntry::__construct | ( | int | $objId, |
int | $userId, | ||
string | $adapterClass, | ||
string | $state, | ||
int | $templateId, | ||
int | $startedTimestamp = null , |
||
int | $id = null |
||
) |
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.
ilCertificateQueueEntry::getAdapterClass | ( | ) |
Definition at line 90 of file class.ilCertificateQueueEntry.php.
References $adapterClass.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getId | ( | ) |
Definition at line 114 of file class.ilCertificateQueueEntry.php.
References $id.
Referenced by ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getObjId | ( | ) |
Definition at line 74 of file class.ilCertificateQueueEntry.php.
References $objId.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getStartedTimestamp | ( | ) |
Definition at line 106 of file class.ilCertificateQueueEntry.php.
References $startedTimestamp.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getState | ( | ) |
Definition at line 98 of file class.ilCertificateQueueEntry.php.
References $state.
Referenced by ilCertificateQueueRepository\addToQueue().
ilCertificateQueueEntry::getTemplateId | ( | ) |
Definition at line 122 of file class.ilCertificateQueueEntry.php.
References $templateId.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
ilCertificateQueueEntry::getUserId | ( | ) |
Definition at line 82 of file class.ilCertificateQueueEntry.php.
References $userId.
Referenced by ilCertificateQueueRepository\addToQueue(), and ilCertificateCron\getDefaultScheduleValue().
|
private |
Definition at line 22 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getAdapterClass().
|
private |
Definition at line 37 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getId().
|
private |
Definition at line 12 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 32 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getStartedTimestamp().
|
private |
Definition at line 27 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getState().
|
private |
Definition at line 42 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getTemplateId().
|
private |
Definition at line 17 of file class.ilCertificateQueueEntry.php.
Referenced by __construct(), and getUserId().