ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
test_ctrl_structure.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
20
require_once __DIR__ .
'/../../../interfaces/interface.ilCtrlStructureInterface.php'
;
21
22
return
[
23
'ilctrlbaseclass1testgui'
=> [
24
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'0'
,
25
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlBaseClass1TestGUI'
,
26
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./Services/UICore/test/Data/GUI/class.ilCtrlBaseClass1TestGUI.php'
,
27
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [],
28
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
29
'ilctrlcommandclass1testgui'
,
30
'ilias\\tests\\ctrl\\ilctrlnamespacedtestgui'
,
31
],
32
],
33
34
'ilctrlbaseclass2testgui'
=> [
35
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'1'
,
36
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlBaseClass2TestGUI'
,
37
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./Services/UICore/test/Data/GUI/class.ilCtrlBaseClass2TestGUI.php'
,
38
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
39
'ilctrlcommandclass1testgui'
40
],
41
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
42
'ilctrlcommandclass1testgui'
,
43
],
44
],
45
46
'ilctrlcommandclass1testgui'
=> [
47
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'2'
,
48
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlCommandClass1TestGUI'
,
49
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./Services/UICore/test/Data/GUI/class.ilCtrlCommandClass1TestGUI.php'
,
50
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
51
'ilctrlbaseclass1testgui'
,
52
'ilctrlbaseclass2testgui'
,
53
],
54
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [
55
'ilctrlbaseclass2testgui'
,
56
'ilctrlcommandclass2testgui'
,
57
],
58
],
59
60
'ilctrlcommandclass2testgui'
=> [
61
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'3'
,
62
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ilCtrlCommandClass2TestGUI'
,
63
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./Services/UICore/test/Data/GUI/class.ilCtrlCommandClass2TestGUI.php'
,
64
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
65
'ilctrlcommandclass1testgui'
,
66
],
67
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [],
68
],
69
70
'ilias\\tests\\ctrl\\ilctrlnamespacedtestgui'
=> [
71
ilCtrlStructureInterface::KEY_CLASS_CID
=>
'4'
,
72
ilCtrlStructureInterface::KEY_CLASS_NAME
=>
'ILIAS\\Tests\\Ctrl\\ilCtrlNamespacedTestGUI'
,
73
ilCtrlStructureInterface::KEY_CLASS_PATH
=>
'./Services/UICore/test/Data/GUI/class.ilCtrlNamespacedTestGUI.php'
,
74
ilCtrlStructureInterface::KEY_CLASS_PARENTS
=> [
75
'ilctrlbaseclass1testgui'
,
76
],
77
ilCtrlStructureInterface::KEY_CLASS_CHILDREN
=> [],
78
]
79
];
ilCtrlStructureInterface\KEY_CLASS_CHILDREN
const KEY_CLASS_CHILDREN
Definition:
interface.ilCtrlStructureInterface.php:20
ilCtrlStructureInterface\KEY_CLASS_NAME
const KEY_CLASS_NAME
Definition:
interface.ilCtrlStructureInterface.php:17
ilCtrlStructureInterface\KEY_CLASS_PARENTS
const KEY_CLASS_PARENTS
Definition:
interface.ilCtrlStructureInterface.php:19
ilCtrlStructureInterface\KEY_CLASS_CID
const KEY_CLASS_CID
array key constants that are used for certain information.
Definition:
interface.ilCtrlStructureInterface.php:15
ilCtrlStructureInterface\KEY_CLASS_PATH
const KEY_CLASS_PATH
Definition:
interface.ilCtrlStructureInterface.php:16
Services
UICore
test
Data
Structure
test_ctrl_structure.php
Generated on Fri Apr 4 2025 22:03:04 for ILIAS by
1.8.13 (using
Doxyfile
)