ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
EntriesFixture.php
Go to the documentation of this file.
1 <?php
2 
3 return array(
4  'Entry1' =>
5  array(
6  'id' => 'Entry1',
7  'title' => 'Entry1Title',
8  'abstract' => true,
9  'status_entry' => 'Proposed',
10  'status_implementation' => 'Partly implemented',
11  'description' =>
12  array(
13  'purpose' => 'What is to be done by this control',
14  'composition' => 'What happens if the control is operated',
15  'effect' => 'What happens if the control is operated',
16  'rivals' =>
17  array(
18  'Rival 1' => 'What other controls are similar, what is their distinction',
19  ),
20  ),
21  'background' => 'Relevant academic information',
22  'context' =>
23  array(
24  0 => 'The context states where this control is used specifically (this list might not be complete) and how common is this control used',
25  ),
26  'selector' => '',
27  'feature_wiki_references' =>
28  array(),
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  'interaction' =>
38  array(
39  2 => 'How the interaction with this object takes place.',
40  ),
41  'wording' =>
42  array(
43  3 => 'How the wording of labels or captions must be.',
44  ),
45  'ordering' =>
46  array(
47  5 => 'How different elements of this instance are to be ordered.',
48  ),
49  'style' =>
50  array(
51  4 => 'How this element should look like.',
52  ),
53  'responsiveness' =>
54  array(
55  6 => 'How this element behaves on changing screen sizes',
56  ),
57  'accessibility' =>
58  array(
59  7 => 'How this element is made accessible',
60  ),
61  ),
62  'parent' => false,
63  'children' =>
64  array("Entry2"),
65  'less_variables' =>
66  array(),
67  'path' => 'components/ILIAS/UI/src/Factory',
68  'namespace' => 'ILIAS\\UI\\Factory',
69  'examples_path' => 'components/ILIAS/UI/src/examples/Entry1Title',
70  'examples_namespace' => 'ILIAS\\UI\\examples\\Entry1Title',
71  'examples' => array(),
72  ),
73  'Entry2' =>
74  array(
75  'id' => 'Entry2',
76  'title' => 'Entry2Title',
77  'abstract' => 1,
78  'status_entry' => 'Proposed',
79  'status_implementation' => 'Partly implemented',
80  'description' =>
81  array(
82  'purpose' => 'What is to be done by this control',
83  'composition' => 'What happens if the control is operated',
84  'effect' => 'What happens if the control is operated',
85  'rivals' =>
86  array(
87  'Rival 1' => 'What other controls are similar, what is their distinction',
88  ),
89  ),
90  'background' => 'Relevant academic information',
91  'context' =>
92  array(
93  0 => 'The context states where this control is used specifically (this list might not be complete) and how common is this control used',
94  ),
95  'selector' => '',
96  'feature_wiki_references' =>
97  array(),
98  'rules' =>
99  array(
100  'usage' =>
101  array(
102  1 => 'Where and when an element is to be used or not.',
103  ),
104  'composition' =>
105  array(),
106  'interaction' =>
107  array(
108  2 => 'How the interaction with this object takes place.',
109  ),
110  'wording' =>
111  array(
112  3 => 'How the wording of labels or captions must be.',
113  ),
114  'ordering' =>
115  array(
116  5 => 'How different elements of this instance are to be ordered.',
117  ),
118  'style' =>
119  array(
120  4 => 'How this element should look like.',
121  ),
122  'responsiveness' =>
123  array(
124  6 => 'How this element behaves on changing screen sizes',
125  ),
126  'accessibility' =>
127  array(
128  7 => 'How this element is made accessible',
129  ),
130  ),
131  'parent' => "Entry1",
132  'children' =>
133  array(),
134  'less_variables' =>
135  array(),
136  'path' => 'components/ILIAS/UI/src/Factory',
137  'namespace' => 'ILIAS\\UI\\Factory',
138  'examples_path' => 'components/ILIAS/UI/src/examples/Entry2Title',
139  'examples_namespace' => 'ILIAS\\UI\\examples\\Entry2Title',
140  'examples' => array(),
141  ),
142 );