ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ilTestFixedQuestionSetConfigGUI
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:18
ilTestFixedQuestionSetConfigGUI\__construct
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:72
ilTestFixedQuestionSetConfigGUI\$tpl
$tpl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:42
ilTestFixedQuestionSetConfigGUI\$testOBJ
$testOBJ
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:67
ilTestFixedQuestionSetConfigGUI\$tabs
$tabs
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:32
ilTestFixedQuestionSetConfigGUI\$access
$access
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:27
ilTestFixedQuestionSetConfigGUI\$lng
$lng
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:37
ilTestFixedQuestionSetConfigGUI\$tree
$tree
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:52
ilTestFixedQuestionSetConfigGUI\$pluginAdmin
$pluginAdmin
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:57
ilTestFixedQuestionSetConfigGUI\$objDefinition
$objDefinition
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:62
ilTestFixedQuestionSetConfigGUI\$ctrl
$ctrl
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:22
ilTestFixedQuestionSetConfigGUI\$db
$db
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:47
ilTestFixedQuestionSetConfigGUI\executeCommand
executeCommand()
Control Flow Entrance.
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:78
$DIC
global $DIC
Definition:
saml.php:7
Modules
Test
classes
class.ilTestFixedQuestionSetConfigGUI.php
Generated on Thu Oct 2 2025 19:01:35 for ILIAS by
1.9.4 (using
Doxyfile
)