ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
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 Sun Aug 31 2025 22:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)