ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ 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.ilTestObjectiveOrientedContainer.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
27
class
ilTestObjectiveOrientedContainer
28
{
32
private
$objId
;
33
37
private
$refId
;
38
39
public
function
__construct
()
40
{
41
$this->objId =
null
;
42
$this->refId =
null
;
43
}
44
48
public
function
getObjId
(): ?
int
49
{
50
return
$this->objId
;
51
}
52
56
public
function
setObjId
(
$objId
)
57
{
58
$this->objId =
$objId
;
59
}
60
64
public
function
getRefId
(): ?
int
65
{
66
return
$this->refId
;
67
}
68
72
public
function
setRefId
(
$refId
)
73
{
74
$this->refId =
$refId
;
75
}
76
80
public
function
isObjectiveOrientedPresentationRequired
(): bool
81
{
82
return
(
bool
) $this->
getObjId
();
83
}
84
}
ilTestObjectiveOrientedContainer
Definition:
class.ilTestObjectiveOrientedContainer.php:27
ilTestObjectiveOrientedContainer\setObjId
setObjId($objId)
Definition:
class.ilTestObjectiveOrientedContainer.php:56
ilTestObjectiveOrientedContainer\getRefId
getRefId()
Definition:
class.ilTestObjectiveOrientedContainer.php:64
ilTestObjectiveOrientedContainer\$refId
$refId
Definition:
class.ilTestObjectiveOrientedContainer.php:37
ilTestObjectiveOrientedContainer\getObjId
getObjId()
Definition:
class.ilTestObjectiveOrientedContainer.php:48
ilTestObjectiveOrientedContainer\setRefId
setRefId($refId)
Definition:
class.ilTestObjectiveOrientedContainer.php:72
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ilTestObjectiveOrientedContainer\__construct
__construct()
Definition:
class.ilTestObjectiveOrientedContainer.php:39
ilTestObjectiveOrientedContainer\isObjectiveOrientedPresentationRequired
isObjectiveOrientedPresentationRequired()
Definition:
class.ilTestObjectiveOrientedContainer.php:80
ilTestObjectiveOrientedContainer\$objId
$objId
Definition:
class.ilTestObjectiveOrientedContainer.php:32
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Test
classes
class.ilTestObjectiveOrientedContainer.php
Generated on Wed Apr 2 2025 23:03:46 for ILIAS by
1.8.13 (using
Doxyfile
)