ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilTestObjectiveOrientedContainer.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
11
class
ilTestObjectiveOrientedContainer
12
{
16
private
$objId
;
17
21
private
$refId
;
22
23
public
function
__construct
()
24
{
25
$this->objId = null;
26
$this->refId = null;
27
}
28
32
public
function
getObjId
()
33
{
34
return
$this->objId
;
35
}
36
40
public
function
setObjId
(
$objId
)
41
{
42
$this->objId =
$objId
;
43
}
44
48
public
function
getRefId
()
49
{
50
return
$this->refId
;
51
}
52
56
public
function
setRefId
(
$refId
)
57
{
58
$this->refId =
$refId
;
59
}
60
64
public
function
isObjectiveOrientedPresentationRequired
()
65
{
66
return
(
bool
) $this->
getObjId
();
67
}
68
}
ilTestObjectiveOrientedContainer
Definition:
class.ilTestObjectiveOrientedContainer.php:11
ilTestObjectiveOrientedContainer\setObjId
setObjId($objId)
Definition:
class.ilTestObjectiveOrientedContainer.php:40
ilTestObjectiveOrientedContainer\getRefId
getRefId()
Definition:
class.ilTestObjectiveOrientedContainer.php:48
ilTestObjectiveOrientedContainer\$refId
$refId
Definition:
class.ilTestObjectiveOrientedContainer.php:21
ilTestObjectiveOrientedContainer\getObjId
getObjId()
Definition:
class.ilTestObjectiveOrientedContainer.php:32
ilTestObjectiveOrientedContainer\setRefId
setRefId($refId)
Definition:
class.ilTestObjectiveOrientedContainer.php:56
ilTestObjectiveOrientedContainer\__construct
__construct()
Definition:
class.ilTestObjectiveOrientedContainer.php:23
ilTestObjectiveOrientedContainer\isObjectiveOrientedPresentationRequired
isObjectiveOrientedPresentationRequired()
Definition:
class.ilTestObjectiveOrientedContainer.php:64
ilTestObjectiveOrientedContainer\$objId
$objId
Definition:
class.ilTestObjectiveOrientedContainer.php:16
Modules
Test
classes
class.ilTestObjectiveOrientedContainer.php
Generated on Wed Apr 2 2025 20:01:02 for ILIAS by
1.8.13 (using
Doxyfile
)