ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
33
class
ilTestFixedQuestionSetConfigGUI
34
{
38
public
$ctrl
=
null
;
39
43
public
$access
=
null
;
44
48
public
$tabs
=
null
;
49
53
public
$lng
=
null
;
54
58
public
$tpl
=
null
;
59
63
public
$db
=
null
;
64
68
public
$tree
=
null
;
69
70
public
?
ilComponentRepository
$component_repository
;
71
75
public
$objDefinition
=
null
;
76
80
public
$testOBJ
=
null
;
81
85
public
function
__construct
()
86
{
87
}
91
public
function
executeCommand
()
92
{
93
}
94
}
ilTestFixedQuestionSetConfigGUI
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:34
ilTestFixedQuestionSetConfigGUI\__construct
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:85
ilTestFixedQuestionSetConfigGUI\$tpl
$tpl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:58
ilTestFixedQuestionSetConfigGUI\$testOBJ
$testOBJ
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:80
ilTestFixedQuestionSetConfigGUI\$tabs
$tabs
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:48
ilTestFixedQuestionSetConfigGUI\$access
$access
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:43
ilTestFixedQuestionSetConfigGUI\$component_repository
ilComponentRepository $component_repository
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:70
ilTestFixedQuestionSetConfigGUI\$lng
$lng
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:53
ilTestFixedQuestionSetConfigGUI\$tree
$tree
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:68
ilTestFixedQuestionSetConfigGUI\$objDefinition
$objDefinition
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:75
ilTestFixedQuestionSetConfigGUI\$ctrl
$ctrl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:38
ilTestFixedQuestionSetConfigGUI\$db
$db
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:63
ilTestFixedQuestionSetConfigGUI\executeCommand
executeCommand()
Control Flow Entrance.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:91
ilComponentRepository
Readable part of repository interface to ilComponentDataDB.
Definition:
class.ilComponentRepository.php:25
components
ILIAS
Test
classes
class.ilTestFixedQuestionSetConfigGUI.php
Generated on Sat Dec 13 2025 23:03:46 for ILIAS by
1.9.4 (using
Doxyfile
)