ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
EntryFixture.php
Go to the documentation of this file.
1 <?php
2 
3 return
4  array(
5  'id' => 'Entry1',
6  'title' => 'Entry1Title',
7  'abstract' => 1,
8  'status_entry' => 'Proposed',
9  'status_implementation' => 'Partly implemented',
10  'description' =>
11  array(
12  'purpose' => 'What is to be done by this control',
13  'composition' => 'What happens if the control is operated',
14  'effect' => 'What happens if the control is operated',
15  'rivals' =>
16  array(
17  'Rival 1' => 'What other controls are similar, what is their distinction',
18  ),
19  ),
20  'background' => 'Relevant academic information',
21  'context' =>
22  array(
23  0 => 'The context states where this control is used specifically (this list might not be complete) and how common is this control used',
24  ),
25  'selector' => '',
26  'feature_wiki_references' =>
27  array(),
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  '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  'path' => 'components/ILIAS/UI/src/Factory',
94  'namespace' => 'ILIAS\\UI\\Factory',
95  'examples_path' => 'components/ILIAS/UI/src/examples/Entry1Title',
96  'examples_namespace' => 'ILIAS\\UI\\examples\\Entry1Title',
97  'examples' => array(),
98  );