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.ilTestObjectiveOrientedContainer.php
Go to the documentation of this file.
1
<?php
2
25
class
ilTestObjectiveOrientedContainer
26
{
30
private
$objId
;
31
35
private
$refId
;
36
37
public
function
__construct
()
38
{
39
$this->objId = null;
40
$this->refId = null;
41
}
42
46
public
function
getObjId
(): ?
int
47
{
48
return
$this->objId
;
49
}
50
54
public
function
setObjId
(
$objId
)
55
{
56
$this->objId =
$objId
;
57
}
58
62
public
function
getRefId
(): ?
int
63
{
64
return
$this->refId
;
65
}
66
70
public
function
setRefId
(
$refId
)
71
{
72
$this->refId =
$refId
;
73
}
74
78
public
function
isObjectiveOrientedPresentationRequired
(): bool
79
{
80
return
(
bool
) $this->
getObjId
();
81
}
82
}
ilTestObjectiveOrientedContainer
Definition:
class.ilTestObjectiveOrientedContainer.php:25
ilTestObjectiveOrientedContainer\setObjId
setObjId($objId)
Definition:
class.ilTestObjectiveOrientedContainer.php:54
ilTestObjectiveOrientedContainer\getRefId
getRefId()
Definition:
class.ilTestObjectiveOrientedContainer.php:62
ilTestObjectiveOrientedContainer\$refId
$refId
Definition:
class.ilTestObjectiveOrientedContainer.php:35
ilTestObjectiveOrientedContainer\getObjId
getObjId()
Definition:
class.ilTestObjectiveOrientedContainer.php:46
ilTestObjectiveOrientedContainer\setRefId
setRefId($refId)
Definition:
class.ilTestObjectiveOrientedContainer.php:70
ilTestObjectiveOrientedContainer\__construct
__construct()
Definition:
class.ilTestObjectiveOrientedContainer.php:37
ilTestObjectiveOrientedContainer\isObjectiveOrientedPresentationRequired
isObjectiveOrientedPresentationRequired()
Definition:
class.ilTestObjectiveOrientedContainer.php:78
ilTestObjectiveOrientedContainer\$objId
$objId
Definition:
class.ilTestObjectiveOrientedContainer.php:30
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Modules
Test
classes
class.ilTestObjectiveOrientedContainer.php
Generated on Fri Apr 4 2025 22:02:00 for ILIAS by
1.8.13 (using
Doxyfile
)