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