ILIAS  release_8 Revision v8.25
EntriesFixture.php
Go to the documentation of this file.
1<?php
2
3return array(
4 'Entry1' =>
5 array(
6 'id' => 'Entry1',
7 'title' => 'Entry1Title',
8 'abstract' => 1,
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 ),
30 'rules' =>
31 array(
32 'usage' =>
33 array(
34 1 => 'Where and when an element is to be used or not.',
35 ),
36 'composition' =>
37 array(
38 ),
39 'interaction' =>
40 array(
41 2 => 'How the interaction with this object takes place.',
42 ),
43 'wording' =>
44 array(
45 3 => 'How the wording of labels or captions must be.',
46 ),
47 'ordering' =>
48 array(
49 5 => 'How different elements of this instance are to be ordered.',
50 ),
51 'style' =>
52 array(
53 4 => 'How this element should look like.',
54 ),
55 'responsiveness' =>
56 array(
57 6 => 'How this element behaves on changing screen sizes',
58 ),
59 'accessibility' =>
60 array(
61 7 => 'How this element is made accessible',
62 ),
63 ),
64 'parent' => false,
65 'children' =>
66 array("Entry2"),
67 'less_variables' =>
68 array(
69 ),
70 'path' => 'src/UI/Factory',
71 'namespace' => 'ILIAS\\UI\\Factory',
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 ),
99 'rules' =>
100 array(
101 'usage' =>
102 array(
103 1 => 'Where and when an element is to be used or not.',
104 ),
105 'composition' =>
106 array(
107 ),
108 'interaction' =>
109 array(
110 2 => 'How the interaction with this object takes place.',
111 ),
112 'wording' =>
113 array(
114 3 => 'How the wording of labels or captions must be.',
115 ),
116 'ordering' =>
117 array(
118 5 => 'How different elements of this instance are to be ordered.',
119 ),
120 'style' =>
121 array(
122 4 => 'How this element should look like.',
123 ),
124 'responsiveness' =>
125 array(
126 6 => 'How this element behaves on changing screen sizes',
127 ),
128 'accessibility' =>
129 array(
130 7 => 'How this element is made accessible',
131 ),
132 ),
133 'parent' => "Entry1",
134 'children' =>
135 array(),
136 'less_variables' =>
137 array(
138 ),
139 'path' => 'src/UI/Factory',
140 'namespace' => 'ILIAS\\UI\\Factory'
141 ),
142);