ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
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'
=> [
25
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'0'
,
26
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlBaseClass1TestGUI'
,
27
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlBaseClass1TestGUI.php'
,
28
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [],
29
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
30
'ilctrlcommandclass1testgui'
,
31
'ilias\\tests\\ctrl\\ilctrlnamespacedtestgui'
,
32
],
33
],
34
35
'ilctrlbaseclass2testgui'
=> [
36
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'1'
,
37
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlBaseClass2TestGUI'
,
38
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlBaseClass2TestGUI.php'
,
39
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
40
'ilctrlcommandclass1testgui'
41
],
42
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
43
'ilctrlcommandclass1testgui'
,
44
],
45
],
46
47
'ilctrlcommandclass1testgui'
=> [
48
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'2'
,
49
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlCommandClass1TestGUI'
,
50
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlCommandClass1TestGUI.php'
,
51
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
52
'ilctrlbaseclass1testgui'
,
53
'ilctrlbaseclass2testgui'
,
54
'ilctrlbaseclass3testgui'
,
55
],
56
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
57
'ilctrlbaseclass2testgui'
,
58
'ilctrlcommandclass2testgui'
,
59
'ilctrlbaseclass3testgui'
,
60
],
61
],
62
63
'ilctrlcommandclass2testgui'
=> [
64
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'3'
,
65
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlCommandClass2TestGUI'
,
66
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlCommandClass2TestGUI.php'
,
67
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
68
'ilctrlcommandclass1testgui'
,
69
],
70
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [],
71
],
72
73
'ilias\\tests\\ctrl\\ilctrlnamespacedtestgui'
=> [
74
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'4'
,
75
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ILIAS\\Tests\\Ctrl\\ilCtrlNamespacedTestGUI'
,
76
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./components/ILIAS/UICore/tests/Data/GUI/class.ilCtrlNamespacedTestGUI.php'
,
77
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
78
'ilctrlbaseclass1testgui'
,
79
],
80
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [],
81
],
82
83
'ilctrlbaseclass3testgui'
=> [
84
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'5'
,
85
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlBaseClass3TestGUI'
,
86
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./components/ILIAS/UICore/tests/Data/GUI/ilCtrlBaseClass3TestGUI.php'
,
87
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
88
'ilctrlcommandclass1testgui'
89
],
90
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
91
'ilctrlcommandclass1testgui'
92
],
93
]
94
];
ilCtrlStructureInterface\KEY_CLASS_PARENTS
const KEY_CLASS_PARENTS
Definition:
interface.ilCtrlStructureInterface.php:33
ilCtrlStructureInterface\KEY_CLASS_PATH
const KEY_CLASS_PATH
Definition:
interface.ilCtrlStructureInterface.php:30
ilCtrlStructureInterface\KEY_CLASS_CHILDREN
const KEY_CLASS_CHILDREN
Definition:
interface.ilCtrlStructureInterface.php:34
ilCtrlStructureInterface\KEY_CLASS_CID
const KEY_CLASS_CID
array key constants that are used for certain information.
Definition:
interface.ilCtrlStructureInterface.php:29
ilCtrlStructureInterface\KEY_CLASS_NAME
const KEY_CLASS_NAME
Definition:
interface.ilCtrlStructureInterface.php:31
components
ILIAS
UICore
tests
Data
Structure
test_ctrl_structure.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)