ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
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}
An exception for terminatinating execution or to throw for unit testing.
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
global $DIC
Definition: saml.php:7