ILIAS  release_8 Revision v8.24
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1<?php
2
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
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}
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
global $DIC
Definition: feed.php:28
Readable part of repository interface to ilComponentDataDB.