ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilTestFixedQuestionSetConfigGUI Class Reference
+ Collaboration diagram for ilTestFixedQuestionSetConfigGUI:

Public Member Functions

 __construct ()
 ilTestFixedQuestionSetConfigGUI constructor. More...
 
 executeCommand ()
 Control Flow Entrance. More...
 

Data Fields

 $ctrl = null
 
 $access = null
 
 $tabs = null
 
 $lng = null
 
 $tpl = null
 
 $db = null
 
 $tree = null
 
 $pluginAdmin = null
 
 $objDefinition = null
 
 $testOBJ = null
 

Detailed Description

Definition at line 17 of file class.ilTestFixedQuestionSetConfigGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilTestFixedQuestionSetConfigGUI::__construct ( )

ilTestFixedQuestionSetConfigGUI constructor.

Definition at line 72 of file class.ilTestFixedQuestionSetConfigGUI.php.

73  {
74  }

Member Function Documentation

◆ executeCommand()

ilTestFixedQuestionSetConfigGUI::executeCommand ( )

Control Flow Entrance.

Definition at line 78 of file class.ilTestFixedQuestionSetConfigGUI.php.

References $ctrl, and $DIC.

79  {
80  global $DIC; /* @var ILIAS\DI\Container $DIC */
81  $ctrl = $DIC['ilCtrl']; /* @var ilCtrl $ctrl */
82  //switch( $ctrl->getNextClass() )
83  }
global $DIC
Definition: saml.php:7

Field Documentation

◆ $access

ilTestFixedQuestionSetConfigGUI::$access = null

Definition at line 27 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $ctrl

ilTestFixedQuestionSetConfigGUI::$ctrl = null

Definition at line 22 of file class.ilTestFixedQuestionSetConfigGUI.php.

Referenced by executeCommand().

◆ $db

ilTestFixedQuestionSetConfigGUI::$db = null

Definition at line 47 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $lng

ilTestFixedQuestionSetConfigGUI::$lng = null

Definition at line 37 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $objDefinition

ilTestFixedQuestionSetConfigGUI::$objDefinition = null

Definition at line 62 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $pluginAdmin

ilTestFixedQuestionSetConfigGUI::$pluginAdmin = null

Definition at line 57 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $tabs

ilTestFixedQuestionSetConfigGUI::$tabs = null

Definition at line 32 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $testOBJ

ilTestFixedQuestionSetConfigGUI::$testOBJ = null

Definition at line 67 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $tpl

ilTestFixedQuestionSetConfigGUI::$tpl = null

Definition at line 42 of file class.ilTestFixedQuestionSetConfigGUI.php.

◆ $tree

ilTestFixedQuestionSetConfigGUI::$tree = null

Definition at line 52 of file class.ilTestFixedQuestionSetConfigGUI.php.


The documentation for this class was generated from the following file: