ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
35{
39 public $ctrl = null;
40
44 public $access = null;
45
49 public $tabs = null;
50
54 public $lng = null;
55
59 public $tpl = null;
60
64 public $db = null;
65
69 public $tree = null;
70
72
76 public $objDefinition = null;
77
81 public $testOBJ = null;
82
86 public function __construct()
87 {
88 }
92 public function executeCommand()
93 {
94 }
95}
__construct()
ilTestFixedQuestionSetConfigGUI constructor.
Readable part of repository interface to ilComponentDataDB.