ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
php
Modules
Test
classes
class.ilTestObjectiveOrientedContainer.php
Generated on Thu Jan 16 2025 19:02:10 for ILIAS by
1.8.13 (using
Doxyfile
)