ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
17
class
ilTestFixedQuestionSetConfigGUI
18
{
22
public
$ctrl
= null;
23
27
public
$access
= null;
28
32
public
$tabs
= null;
33
37
public
$lng
= null;
38
42
public
$tpl
= null;
43
47
public
$db
= null;
48
52
public
$tree
= null;
53
57
public
$pluginAdmin
= null;
58
62
public
$objDefinition
= null;
63
67
public
$testOBJ
= null;
68
72
public
function
__construct
()
73
{
74
}
78
public
function
executeCommand
()
79
{
80
global
$DIC
;
/* @var ILIAS\DI\Container $DIC */
81
$ctrl
= $DIC[
'ilCtrl'
];
/* @var ilCtrl $ctrl */
82
//switch( $ctrl->getNextClass() )
83
}
84
}
ilTestFixedQuestionSetConfigGUI\$db
$db
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:47
ilTestFixedQuestionSetConfigGUI\$lng
$lng
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:37
ilTestFixedQuestionSetConfigGUI\$testOBJ
$testOBJ
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:67
ilTestFixedQuestionSetConfigGUI\$ctrl
$ctrl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:22
ilTestFixedQuestionSetConfigGUI\$objDefinition
$objDefinition
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:62
ilTestFixedQuestionSetConfigGUI\$tabs
$tabs
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:32
ilTestFixedQuestionSetConfigGUI\executeCommand
executeCommand()
Control Flow Entrance.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:78
$DIC
global $DIC
Definition:
goto.php:24
ilTestFixedQuestionSetConfigGUI\$tpl
$tpl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:42
ilTestFixedQuestionSetConfigGUI\$access
$access
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:27
ilTestFixedQuestionSetConfigGUI\$tree
$tree
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:52
ilTestFixedQuestionSetConfigGUI\__construct
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:72
ilTestFixedQuestionSetConfigGUI
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:17
ilTestFixedQuestionSetConfigGUI\$pluginAdmin
$pluginAdmin
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:57
Modules
Test
classes
class.ilTestFixedQuestionSetConfigGUI.php
Generated on Wed Apr 2 2025 21:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)