ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1
<?php
2
32
class
ilTestFixedQuestionSetConfigGUI
33
{
37
public
$ctrl
=
null
;
38
42
public
$access
=
null
;
43
47
public
$tabs
=
null
;
48
52
public
$lng
=
null
;
53
57
public
$tpl
=
null
;
58
62
public
$db
=
null
;
63
67
public
$tree
=
null
;
68
69
public
?
ilComponentRepository
$component_repository
;
70
74
public
$objDefinition
=
null
;
75
79
public
$testOBJ
=
null
;
80
84
public
function
__construct
()
85
{
86
}
90
public
function
executeCommand
()
91
{
92
global
$DIC
;
/* @var ILIAS\DI\Container $DIC */
93
$ctrl
=
$DIC
[
'ilCtrl'
];
/* @var ilCtrl $ctrl */
94
//switch( $ctrl->getNextClass() )
95
}
96
}
ilTestFixedQuestionSetConfigGUI
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:33
ilTestFixedQuestionSetConfigGUI\__construct
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:84
ilTestFixedQuestionSetConfigGUI\$tpl
$tpl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:57
ilTestFixedQuestionSetConfigGUI\$testOBJ
$testOBJ
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:79
ilTestFixedQuestionSetConfigGUI\$tabs
$tabs
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:47
ilTestFixedQuestionSetConfigGUI\$access
$access
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:42
ilTestFixedQuestionSetConfigGUI\$component_repository
ilComponentRepository $component_repository
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:69
ilTestFixedQuestionSetConfigGUI\$lng
$lng
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:52
ilTestFixedQuestionSetConfigGUI\$tree
$tree
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:67
ilTestFixedQuestionSetConfigGUI\$objDefinition
$objDefinition
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:74
ilTestFixedQuestionSetConfigGUI\$ctrl
$ctrl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:37
ilTestFixedQuestionSetConfigGUI\$db
$db
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:62
ilTestFixedQuestionSetConfigGUI\executeCommand
executeCommand()
Control Flow Entrance.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:90
$DIC
global $DIC
Definition:
feed.php:28
ilComponentRepository
Readable part of repository interface to ilComponentDataDB.
Definition:
class.ilComponentRepository.php:26
Modules
Test
classes
class.ilTestFixedQuestionSetConfigGUI.php
Generated on Sun Nov 2 2025 22:01:21 for ILIAS by
1.9.4 (using
Doxyfile
)