|
ILIAS
release_8 Revision v8.24
|
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 |
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().
Here is the caller graph for this function:| ilCertificateQueueEntry::getId | ( | ) |
Definition at line 77 of file class.ilCertificateQueueEntry.php.
References $id.
| ilCertificateQueueEntry::getObjId | ( | ) |
Definition at line 52 of file class.ilCertificateQueueEntry.php.
References $objId.
Referenced by ilCertificateQueueRepository\addToQueue().
Here is the caller graph for this function:| ilCertificateQueueEntry::getStartedTimestamp | ( | ) |
Definition at line 72 of file class.ilCertificateQueueEntry.php.
References $startedTimestamp.
Referenced by ilCertificateQueueRepository\addToQueue().
Here is the caller graph for this function:| ilCertificateQueueEntry::getState | ( | ) |
Definition at line 67 of file class.ilCertificateQueueEntry.php.
References $state.
Referenced by ilCertificateQueueRepository\addToQueue().
Here is the caller graph for this function:| ilCertificateQueueEntry::getTemplateId | ( | ) |
Definition at line 82 of file class.ilCertificateQueueEntry.php.
References $templateId.
Referenced by ilCertificateQueueRepository\addToQueue().
Here is the caller graph for this function:| ilCertificateQueueEntry::getUserId | ( | ) |
Definition at line 57 of file class.ilCertificateQueueEntry.php.
References $userId.
Referenced by ilCertificateQueueRepository\addToQueue().
Here is the caller graph for this function:
|
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().