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