ILIAS  release_7 Revision v7.30-3-g800a261c036
EntriesFixture.php
Go to the documentation of this file.
1<?php return array(
2 'Entry1' =>
3 array(
4 'id' => 'Entry1',
5 'title' => 'Entry1Title',
6 'abstract' => 1,
7 'status_entry' => 'Proposed',
8 'status_implementation' => 'Partly implemented',
9 'description' =>
10 array(
11 'purpose' => 'What is to be done by this control',
12 'composition' => 'What happens if the control is operated',
13 'effect' => 'What happens if the control is operated',
14 'rivals' =>
15 array(
16 'Rival 1' => 'What other controls are similar, what is their distinction',
17 ),
18 ),
19 'background' => 'Relevant academic information',
20 'context' =>
21 array(
22 0 => 'The context states where this control is used specifically (this list might not be complete) and how common is this control used',
23 ),
24 'selector' => '',
25 'feature_wiki_references' =>
26 array(
27 ),
28 'rules' =>
29 array(
30 'usage' =>
31 array(
32 1 => 'Where and when an element is to be used or not.',
33 ),
34 'composition' =>
35 array(
36 ),
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 ),
68 'path' => 'src/UI/Factory',
69 ),
70 'Entry2' =>
71 array(
72 'id' => 'Entry2',
73 'title' => 'Entry2Title',
74 'abstract' => 1,
75 'status_entry' => 'Proposed',
76 'status_implementation' => 'Partly implemented',
77 'description' =>
78 array(
79 'purpose' => 'What is to be done by this control',
80 'composition' => 'What happens if the control is operated',
81 'effect' => 'What happens if the control is operated',
82 'rivals' =>
83 array(
84 'Rival 1' => 'What other controls are similar, what is their distinction',
85 ),
86 ),
87 'background' => 'Relevant academic information',
88 'context' =>
89 array(
90 0 => 'The context states where this control is used specifically (this list might not be complete) and how common is this control used',
91 ),
92 'selector' => '',
93 'feature_wiki_references' =>
94 array(
95 ),
96 'rules' =>
97 array(
98 'usage' =>
99 array(
100 1 => 'Where and when an element is to be used or not.',
101 ),
102 'composition' =>
103 array(
104 ),
105 'interaction' =>
106 array(
107 2 => 'How the interaction with this object takes place.',
108 ),
109 'wording' =>
110 array(
111 3 => 'How the wording of labels or captions must be.',
112 ),
113 'ordering' =>
114 array(
115 5 => 'How different elements of this instance are to be ordered.',
116 ),
117 'style' =>
118 array(
119 4 => 'How this element should look like.',
120 ),
121 'responsiveness' =>
122 array(
123 6 => 'How this element behaves on changing screen sizes',
124 ),
125 'accessibility' =>
126 array(
127 7 => 'How this element is made accessible',
128 ),
129 ),
130 'parent' => "Entry1",
131 'children' =>
132 array(),
133 'less_variables' =>
134 array(
135 ),
136 'path' => 'src/UI/Factory',
137 ),
138);
An exception for terminatinating execution or to throw for unit testing.