ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
}
ilComponentRepository
Readable part of repository interface to ilComponentDataDB.
Definition:
class.ilComponentRepository.php:25
ilTestFixedQuestionSetConfigGUI\$db
$db
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:62
ilTestFixedQuestionSetConfigGUI\$lng
$lng
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:52
ilTestFixedQuestionSetConfigGUI\$testOBJ
$testOBJ
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:79
ilTestFixedQuestionSetConfigGUI\$ctrl
$ctrl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:37
ilTestFixedQuestionSetConfigGUI\$objDefinition
$objDefinition
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:74
$DIC
global $DIC
Definition:
feed.php:28
ilTestFixedQuestionSetConfigGUI\$component_repository
ilComponentRepository $component_repository
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:69
ilTestFixedQuestionSetConfigGUI\$tabs
$tabs
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:47
ilTestFixedQuestionSetConfigGUI\executeCommand
executeCommand()
Control Flow Entrance.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:90
ilTestFixedQuestionSetConfigGUI\$tpl
$tpl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:57
ilTestFixedQuestionSetConfigGUI\$access
$access
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:42
ilTestFixedQuestionSetConfigGUI\$tree
$tree
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:67
ilTestFixedQuestionSetConfigGUI\__construct
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:84
ilTestFixedQuestionSetConfigGUI
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:32
Modules
Test
classes
class.ilTestFixedQuestionSetConfigGUI.php
Generated on Thu Apr 3 2025 22:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)