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