ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilUserCertificatePresentation.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilUserCertificatePresentation
25
{
26
public
function
__construct
(
27
private
readonly
int
$objId
,
28
private
readonly
string
$objType,
29
private
readonly ?
ilUserCertificate
$userCertificate,
30
private
readonly
string
$objectTitle,
31
private
readonly
string
$objectDescription,
32
private
readonly
string
$userName =
''
33
) {
34
}
35
36
public
function
getObjId
():
int
37
{
38
return
$this->objId
;
39
}
40
41
public
function
getObjType
(): string
42
{
43
return
$this->objType;
44
}
45
46
public
function
getUserCertificate
(): ?
ilUserCertificate
47
{
48
return
$this->userCertificate;
49
}
50
51
public
function
getObjectTitle
(): string
52
{
53
return
$this->objectTitle;
54
}
55
56
public
function
getObjectDescription
(): string
57
{
58
return
$this->objectDescription;
59
}
60
61
public
function
getUserName
(): string
62
{
63
return
$this->userName;
64
}
65
}
ilUserCertificatePresentation\getObjId
getObjId()
Definition:
class.ilUserCertificatePresentation.php:36
ilUserCertificatePresentation\getUserCertificate
getUserCertificate()
Definition:
class.ilUserCertificatePresentation.php:46
$objId
$objId
Definition:
xapitoken.php:57
ilUserCertificatePresentation
Definition:
class.ilUserCertificatePresentation.php:24
ilUserCertificatePresentation\getUserName
getUserName()
Definition:
class.ilUserCertificatePresentation.php:61
ilUserCertificatePresentation\__construct
__construct(private readonly int $objId, private readonly string $objType, private readonly ?ilUserCertificate $userCertificate, private readonly string $objectTitle, private readonly string $objectDescription, private readonly string $userName='')
Definition:
class.ilUserCertificatePresentation.php:26
ilUserCertificatePresentation\getObjectTitle
getObjectTitle()
Definition:
class.ilUserCertificatePresentation.php:51
ilUserCertificatePresentation\getObjectDescription
getObjectDescription()
Definition:
class.ilUserCertificatePresentation.php:56
ilUserCertificatePresentation\getObjType
getObjType()
Definition:
class.ilUserCertificatePresentation.php:41
ilUserCertificate
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Certificate
classes
User
class.ilUserCertificatePresentation.php
Generated on Fri Apr 18 2025 23:02:45 for ILIAS by
1.8.13 (using
Doxyfile
)