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
}
ilTestFixedQuestionSetConfigGUI\$db
$db
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:47
$DIC
global $DIC
Definition:
saml.php:7
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
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
php
ilTestFixedQuestionSetConfigGUI
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:17
ilTestFixedQuestionSetConfigGUI\$pluginAdmin
$pluginAdmin
Definition:
class.ilTestFixedQuestionSetConfigGUI.php:57
Modules
Test
classes
class.ilTestFixedQuestionSetConfigGUI.php
Generated on Thu Feb 27 2025 19:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)