ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilCertificateQueueEntry.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilCertificateQueueEntry
25
{
26
private
int
$objId
;
27
private
int
$userId
;
28
private
string
$adapterClass
;
29
private
string
$state
;
30
private
?
int
$startedTimestamp
;
31
private
?
int
$id
;
32
private
int
$templateId
;
33
34
public
function
__construct
(
35
int
$objId,
36
int
$userId,
37
string
$adapterClass,
38
string
$state,
39
int
$templateId,
40
?
int
$startedTimestamp = null,
41
?
int
$id = null
42
) {
43
$this->objId =
$objId
;
44
$this->userId =
$userId
;
45
$this->adapterClass =
$adapterClass
;
46
$this->state =
$state
;
47
$this->templateId =
$templateId
;
48
$this->startedTimestamp =
$startedTimestamp
;
49
$this->
id
=
$id
;
50
}
51
52
public
function
getObjId
():
int
53
{
54
return
$this->objId
;
55
}
56
57
public
function
getUserId
():
int
58
{
59
return
$this->userId
;
60
}
61
62
public
function
getAdapterClass
(): string
63
{
64
return
$this->adapterClass
;
65
}
66
67
public
function
getState
(): string
68
{
69
return
$this->state
;
70
}
71
72
public
function
getStartedTimestamp
():
int
73
{
74
return
$this->startedTimestamp
;
75
}
76
77
public
function
getId
(): ?
int
78
{
79
return
$this->id
;
80
}
81
82
public
function
getTemplateId
():
int
83
{
84
return
$this->templateId
;
85
}
86
}
ilCertificateQueueEntry
Definition:
class.ilCertificateQueueEntry.php:24
ilCertificateQueueEntry\$templateId
int $templateId
Definition:
class.ilCertificateQueueEntry.php:32
ilCertificateQueueEntry\__construct
__construct(int $objId, int $userId, string $adapterClass, string $state, int $templateId, ?int $startedTimestamp=null, ?int $id=null)
Definition:
class.ilCertificateQueueEntry.php:34
ilCertificateQueueEntry\$startedTimestamp
int $startedTimestamp
Definition:
class.ilCertificateQueueEntry.php:30
ilCertificateQueueEntry\getAdapterClass
getAdapterClass()
Definition:
class.ilCertificateQueueEntry.php:62
ilCertificateQueueEntry\$userId
int $userId
Definition:
class.ilCertificateQueueEntry.php:27
ilCertificateQueueEntry\getStartedTimestamp
getStartedTimestamp()
Definition:
class.ilCertificateQueueEntry.php:72
ilCertificateQueueEntry\getState
getState()
Definition:
class.ilCertificateQueueEntry.php:67
ilCertificateQueueEntry\getObjId
getObjId()
Definition:
class.ilCertificateQueueEntry.php:52
ilCertificateQueueEntry\$adapterClass
string $adapterClass
Definition:
class.ilCertificateQueueEntry.php:28
ilCertificateQueueEntry\getId
getId()
Definition:
class.ilCertificateQueueEntry.php:77
ilCertificateQueueEntry\$state
string $state
Definition:
class.ilCertificateQueueEntry.php:29
ilCertificateQueueEntry\getUserId
getUserId()
Definition:
class.ilCertificateQueueEntry.php:57
ilCertificateQueueEntry\$id
int $id
Definition:
class.ilCertificateQueueEntry.php:31
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilCertificateQueueEntry\getTemplateId
getTemplateId()
Definition:
class.ilCertificateQueueEntry.php:82
ilCertificateQueueEntry\$objId
int $objId
Definition:
class.ilCertificateQueueEntry.php:26
Services
Certificate
classes
Queue
class.ilCertificateQueueEntry.php
Generated on Fri Apr 4 2025 22:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)