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
EntryFixture.php
Go to the documentation of this file.
1
<?php
2
3
return
4
array(
5
'id'
=>
'Entry1'
,
6
'title'
=>
'Entry1Title'
,
7
'abstract'
=> 1,
8
'status_entry'
=>
'Proposed'
,
9
'status_implementation'
=>
'Partly implemented'
,
10
'description'
=>
11
array(
12
'purpose'
=>
'What is to be done by this control'
,
13
'composition'
=>
'What happens if the control is operated'
,
14
'effect'
=>
'What happens if the control is operated'
,
15
'rivals'
=>
16
array(
17
'Rival 1'
=>
'What other controls are similar, what is their distinction'
,
18
),
19
),
20
'background'
=>
'Relevant academic information'
,
21
'context'
=>
22
array(
23
0 =>
'The context states where this control is used specifically (this list might not be complete) and how common is this control used'
,
24
),
25
'selector'
=>
''
,
26
'feature_wiki_references'
=>
27
array(
28
),
29
'rules'
=>
30
array(
31
'usage'
=>
32
array(
33
1 =>
'Where and when an element is to be used or not.'
,
34
),
35
'composition'
=>
36
array(
37
),
38
'interaction'
=>
39
array(
40
2 =>
'How the interaction with this object takes place.'
,
41
),
42
'wording'
=>
43
array(
44
3 =>
'How the wording of labels or captions must be.'
,
45
),
46
'ordering'
=>
47
array(
48
5 =>
'How different elements of this instance are to be ordered.'
,
49
),
50
'style'
=>
51
array(
52
4 =>
'How this element should look like.'
,
53
),
54
'responsiveness'
=>
55
array(
56
6 =>
'How this element behaves on changing screen sizes'
,
57
),
58
'accessibility'
=>
59
array(
60
7 =>
'How this element is made accessible'
,
61
),
62
),
63
'parent'
=>
false
,
64
'children'
=>
65
array(
66
0 =>
'CounterFactoryCounter'
,
67
1 =>
'ImageFactoryImage'
,
68
2 =>
'DividerFactoryDivider'
,
69
3 =>
'LinkFactoryLink'
,
70
4 =>
'ButtonFactoryButton'
,
71
5 =>
'DropdownFactoryDropdown'
,
72
6 =>
'BreadcrumbsBreadcrumbsBreadcrumbs'
,
73
7 =>
'ViewControlFactoryViewControl'
,
74
8 =>
'ChartFactoryChart'
,
75
9 =>
'InputFactoryInput'
,
76
10 =>
'CardFactoryCard'
,
77
11 =>
'DeckDeckDeck'
,
78
12 =>
'ListingFactoryListing'
,
79
13 =>
'PanelFactoryPanel'
,
80
14 =>
'ItemFactoryItem'
,
81
15 =>
'ModalFactoryModal'
,
82
16 =>
'PopoverFactoryPopover'
,
83
17 =>
'DropzoneFactoryDropzone'
,
84
18 =>
'LegacyLegacyLegacy'
,
85
19 =>
'TableFactoryTable'
,
86
20 =>
'MessageBoxFactoryMessageBox'
,
87
21 =>
'LayoutFactoryLayout'
,
88
22 =>
'MainControlsFactoryMainControls'
,
89
23 =>
'TreeFactoryTree'
,
90
24 =>
'MenuFactoryMenu'
,
91
25 =>
'SymbolFactorySymbol'
,
92
),
93
'less_variables'
=>
94
array(
95
),
96
'path'
=>
'src/UI/Factory'
,
97
'namespace'
=>
'ILIAS\\UI\\Factory'
,
98
);
tests
UI
Crawler
Fixture
EntryFixture.php
Generated on Fri Apr 4 2025 22:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)