ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
test_ctrl_structure.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 require_once __DIR__ . '/../../../interfaces/interface.ilCtrlStructureInterface.php';
22 
23 return [
24  'ilctrlbaseclass1testgui' => [
26  ilCtrlStructureInterface::KEY_CLASS_NAME => 'ilCtrlBaseClass1TestGUI',
27  ilCtrlStructureInterface::KEY_CLASS_PATH => './components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlBaseClass1TestGUI.php',
30  'ilctrlcommandclass1testgui',
31  'ilias\\tests\\ctrl\\ilctrlnamespacedtestgui',
32  ],
33  ],
34 
35  'ilctrlbaseclass2testgui' => [
37  ilCtrlStructureInterface::KEY_CLASS_NAME => 'ilCtrlBaseClass2TestGUI',
38  ilCtrlStructureInterface::KEY_CLASS_PATH => './components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlBaseClass2TestGUI.php',
40  'ilctrlcommandclass1testgui'
41  ],
43  'ilctrlcommandclass1testgui',
44  ],
45  ],
46 
47  'ilctrlcommandclass1testgui' => [
49  ilCtrlStructureInterface::KEY_CLASS_NAME => 'ilCtrlCommandClass1TestGUI',
50  ilCtrlStructureInterface::KEY_CLASS_PATH => './components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlCommandClass1TestGUI.php',
52  'ilctrlbaseclass1testgui',
53  'ilctrlbaseclass2testgui',
54  ],
56  'ilctrlbaseclass2testgui',
57  'ilctrlcommandclass2testgui',
58  ],
59  ],
60 
61  'ilctrlcommandclass2testgui' => [
63  ilCtrlStructureInterface::KEY_CLASS_NAME => 'ilCtrlCommandClass2TestGUI',
64  ilCtrlStructureInterface::KEY_CLASS_PATH => './components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlCommandClass2TestGUI.php',
66  'ilctrlcommandclass1testgui',
67  ],
69  ],
70 
71  'ilias\\tests\\ctrl\\ilctrlnamespacedtestgui' => [
73  ilCtrlStructureInterface::KEY_CLASS_NAME => 'ILIAS\\Tests\\Ctrl\\ilCtrlNamespacedTestGUI',
74  ilCtrlStructureInterface::KEY_CLASS_PATH => './components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlNamespacedTestGUI.php',
76  'ilctrlbaseclass1testgui',
77  ],
79  ]
80 ];
const KEY_CLASS_CID
array key constants that are used for certain information.