ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilTestFixedQuestionSetConfigGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
Readable part of repository interface to ilComponentDataDB.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct()
ilTestFixedQuestionSetConfigGUI constructor.