ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
34{
38 public $ctrl = null;
39
43 public $access = null;
44
48 public $tabs = null;
49
53 public $lng = null;
54
58 public $tpl = null;
59
63 public $db = null;
64
68 public $tree = null;
69
71
75 public $objDefinition = null;
76
80 public $testOBJ = null;
81
85 public function __construct()
86 {
87 }
91 public function executeCommand()
92 {
93 }
94}
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Readable part of repository interface to ilComponentDataDB.