Completed
Push — develop ( fd8298...e653e2 )
by Carsten
14s
created
module/Core/src/autoload_classmap.php 1 patch
Spacing   +294 added lines, -294 removed lines patch added patch discarded remove patch
@@ -1,298 +1,298 @@
 block discarded – undo
1 1
 <?php
2 2
 // Generated by ZF2's ./bin/classmap_generator.php
3 3
 return array(
4
-    'Core\Acl\FileAccessAssertion'                                                    => __DIR__ . '/Core/Acl/FileAccessAssertion.php',
5
-    'Core\Collection\IdentityWrapper'                                                 => __DIR__ . '/Core/Collection/IdentityWrapper.php',
6
-    'Core\Console\ProgressBar'                                                        => __DIR__ . '/Core/Console/ProgressBar.php',
7
-    'Core\Controller\AbstractCoreController'                                          => __DIR__ . '/Core/Controller/AbstractCoreController.php',
8
-    'Core\Controller\AdminController'                                                 => __DIR__ . '/Core/Controller/AdminController.php',
9
-    'Core\Controller\AdminControllerEvent'                                            => __DIR__ . '/Core/Controller/AdminControllerEvent.php',
10
-    'Core\Controller\ContentController'                                               => __DIR__ . '/Core/Controller/ContentController.php',
11
-    'Core\Controller\FileController'                                                  => __DIR__ . '/Core/Controller/FileController.php',
12
-    'Core\Controller\IndexController'                                                 => __DIR__ . '/Core/Controller/IndexController.php',
13
-    'Core\Controller\Plugin\Config'                                                   => __DIR__ . '/Core/Controller/Plugin/Config.php',
14
-    'Core\Controller\Plugin\ConfigFactory'                                            => __DIR__ . '/Core/Controller/Plugin/ConfigFactory.php',
15
-    'Core\Controller\Plugin\ContentCollector'                                         => __DIR__ . '/Core/Controller/Plugin/ContentCollector.php',
16
-    'Core\Controller\Plugin\CreatePaginator'                                          => __DIR__ . '/Core/Controller/Plugin/CreatePaginator.php',
17
-    'Core\Controller\Plugin\CreatePaginatorService'                                   => __DIR__ . '/Core/Controller/Plugin/CreatePaginatorService.php',
18
-    'Core\Controller\Plugin\EntitySnapshot'                                           => __DIR__ . '/Core/Controller/Plugin/EntitySnapshot.php',
19
-    'Core\Controller\Plugin\FileSender'                                               => __DIR__ . '/Core/Controller/Plugin/FileSender.php',
20
-    'Core\Controller\Plugin\ListQuery'                                                => __DIR__ . '/Core/Controller/Plugin/ListQuery.php',
21
-    'Core\Controller\Plugin\Mailer'                                                   => __DIR__ . '/Core/Controller/Plugin/Mailer.php',
22
-    'Core\Controller\Plugin\Notification'                                             => __DIR__ . '/Core/Controller/Plugin/Notification.php',
23
-    'Core\Controller\Plugin\PaginationBuilder'                                        => __DIR__ . '/Core/Controller/Plugin/PaginationBuilder.php',
24
-    'Core\Controller\Plugin\PaginationParams'                                         => __DIR__ . '/Core/Controller/Plugin/PaginationParams.php',
25
-    'Core\Controller\Plugin\SearchForm'                                               => __DIR__ . '/Core/Controller/Plugin/SearchForm.php',
26
-    'Core\Controller\Plugin\Service\EntitySnapshotFactory'                            => __DIR__ . '/Core/Controller/Plugin/Service/EntitySnapshotFactory.php',
27
-    'Core\Controller\Plugin\Service\NotificationFactory'                              => __DIR__ . '/Core/Controller/Plugin/Service/NotificationFactory.php',
28
-    'Core\Controller\Plugin\mail'                                                     => __DIR__ . '/Core/Controller/Plugin/Mail.php',
29
-    'Core\Decorator\Decorator'                                                        => __DIR__ . '/Core/Decorator/Decorator.php',
30
-    'Core\Decorator\ProxyDecorator'                                                   => __DIR__ . '/Core/Decorator/ProxyDecorator.php',
31
-    'Core\Entity\AbstractEntity'                                                      => __DIR__ . '/Core/Entity/AbstractEntity.php',
32
-    'Core\Entity\AbstractIdentifiableEntity'                                          => __DIR__ . '/Core/Entity/AbstractIdentifiableEntity.php',
33
-    'Core\Entity\AbstractIdentifiableHydratorAwareEntity'                             => __DIR__ . '/Core/Entity/AbstractIdentifiableHydratorAwareEntity.php',
34
-    'Core\Entity\AbstractIdentifiableModificationDateAwareEntity'                     => __DIR__ . '/Core/Entity/AbstractIdentifiableModificationDateAwareEntity.php',
35
-    'Core\Entity\AbstractLocation'                                                    => __DIR__ . '/Core/Entity/AbstractLocation.php',
36
-    'Core\Entity\AbstractRatingEntity'                                                => __DIR__ . '/Core/Entity/AbstractRatingEntity.php',
37
-    'Core\Entity\AbstractStatusEntity'                                                => __DIR__ . '/Core/Entity/AbstractStatusEntity.php',
38
-    'Core\Entity\AddressInterface'                                                    => __DIR__ . '/Core/Entity/AddressInterface.php',
39
-    'Core\Entity\AttachableEntityInterface'                                           => __DIR__ . '/Core/Entity/AttachableEntityInterface.php',
40
-    'Core\Entity\AttachableEntityManager'                                             => __DIR__ . '/Core/Entity/AttachableEntityManager.php',
41
-    'Core\Entity\AttachableEntityTrait'                                               => __DIR__ . '/Core/Entity/AttachableEntityTrait.php',
42
-    'Core\Entity\ClonableEntityInterface'                                             => __DIR__ . '/Core/Entity/ClonableEntityInterface.php',
43
-    'Core\Entity\ClonePropertiesTrait'                                                => __DIR__ . '/Core/Entity/ClonePropertiesTrait.php',
44
-    'Core\Entity\Collection\ArrayCollection'                                          => __DIR__ . '/Core/Entity/Collection/ArrayCollection.php',
45
-    'Core\Entity\Coordinates'                                                         => __DIR__ . '/Core/Entity/Coordinates.php',
46
-    'Core\Entity\CoordinatesInterface'                                                => __DIR__ . '/Core/Entity/CoordinatesInterface.php',
47
-    'Core\Entity\DraftableEntityInterface'                                            => __DIR__ . '/Core/Entity/DraftableEntityInterface.php',
48
-    'Core\Entity\DraftableEntityTrait'                                                => __DIR__ . '/Core/Entity/DraftableEntityTrait.php',
49
-    'Core\Entity\EntityInterface'                                                     => __DIR__ . '/Core/Entity/EntityInterface.php',
50
-    'Core\Entity\EntityTrait'                                                         => __DIR__ . '/Core/Entity/EntityTrait.php',
51
-    'Core\Entity\Exception\ExceptionInterface'                                        => __DIR__ . '/Core/Entity/Exception/ExceptionInterface.php',
52
-    'Core\Entity\Exception\ImmutableEntityException'                                  => __DIR__ . '/Core/Entity/Exception/ImmutableEntityException.php',
53
-    'Core\Entity\Exception\NotFoundException'                                         => __DIR__ . '/Core/Entity/Exception/NotFoundException.php',
54
-    'Core\Entity\Exception\OutOfBoundsException'                                      => __DIR__ . '/Core/Entity/Exception/OutOfBoundsException.php',
55
-    'Core\Entity\FileEntity'                                                          => __DIR__ . '/Core/Entity/FileEntity.php',
56
-    'Core\Entity\FileInterface'                                                       => __DIR__ . '/Core/Entity/FileInterface.php',
57
-    'Core\Entity\Hydrator\AnonymEntityHydrator'                                       => __DIR__ . '/Core/Entity/Hydrator/AnonymEntityHydrator.php',
58
-    'Core\Entity\Hydrator\EntityHydrator'                                             => __DIR__ . '/Core/Entity/Hydrator/EntityHydrator.php',
59
-    'Core\Entity\Hydrator\EntityHydratorFactory'                                      => __DIR__ . '/Core/Entity/Hydrator/EntityHydratorFactory.php',
60
-    'Core\Entity\Hydrator\FileCollectionUploadHydrator'                               => __DIR__ . '/Core/Entity/Hydrator/FileCollectionUploadHydrator.php',
61
-    'Core\Entity\Hydrator\JsonEntityHydrator'                                         => __DIR__ . '/Core/Entity/Hydrator/JsonEntityHydrator.php',
62
-    'Core\Entity\Hydrator\JsonEntityHydratorFactory'                                  => __DIR__ . '/Core/Entity/Hydrator/JsonEntityHydratorFactory.php',
63
-    'Core\Entity\Hydrator\MappingEntityHydrator'                                      => __DIR__ . '/Core/Entity/Hydrator/MappingEntityHydrator.php',
64
-    'Core\Entity\Hydrator\Strategy\FileCopyStrategy'                                  => __DIR__ . '/Core/Entity/Hydrator/Strategy/FileCopyStrategy.php',
65
-    'Core\Entity\Hydrator\Strategy\FileUploadStrategy'                                => __DIR__ . '/Core/Entity/Hydrator/Strategy/FileUploadStrategy.php',
66
-    'Core\Entity\IdentifiableEntityInterface'                                         => __DIR__ . '/Core/Entity/IdentifiableEntityInterface.php',
67
-    'Core\Entity\IdentifiableEntityTrait'                                             => __DIR__ . '/Core/Entity/IdentifiableEntityTrait.php',
68
-    'Core\Entity\ImmutableEntityInterface'                                            => __DIR__ . '/Core/Entity/ImmutableEntityInterface.php',
69
-    'Core\Entity\ImmutableEntityTrait'                                                => __DIR__ . '/Core/Entity/ImmutableEntityTrait.php',
70
-    'Core\Entity\LocalizationSettings'                                                => __DIR__ . '/Core/Entity/LocalizationSettings.php',
71
-    'Core\Entity\LocationInterface'                                                   => __DIR__ . '/Core/Entity/LocationInterface.php',
72
-    'Core\Entity\MetaDataProviderInterface'                                           => __DIR__ . '/Core/Entity/MetaDataProviderInterface.php',
73
-    'Core\Entity\MetaDataProviderTrait'                                               => __DIR__ . '/Core/Entity/MetaDataProviderTrait.php',
74
-    'Core\Entity\ModificationDateAwareEntityInterface'                                => __DIR__ . '/Core/Entity/ModificationDateAwareEntityInterface.php',
75
-    'Core\Entity\ModificationDateAwareEntityTrait'                                    => __DIR__ . '/Core/Entity/ModificationDateAwareEntityTrait.php',
76
-    'Core\Entity\Permissions'                                                         => __DIR__ . '/Core/Entity/Permissions.php',
77
-    'Core\Entity\PermissionsAwareInterface'                                           => __DIR__ . '/Core/Entity/PermissionsAwareInterface.php',
78
-    'Core\Entity\PermissionsAwareTrait'                                               => __DIR__ . '/Core/Entity/PermissionsAwareTrait.php',
79
-    'Core\Entity\PermissionsInterface'                                                => __DIR__ . '/Core/Entity/PermissionsInterface.php',
80
-    'Core\Entity\PermissionsReference'                                                => __DIR__ . '/Core/Entity/PermissionsReference.php',
81
-    'Core\Entity\PermissionsResourceInterface'                                        => __DIR__ . '/Core/Entity/PermissionsResourceInterface.php',
82
-    'Core\Entity\PreUpdateAwareInterface'                                             => __DIR__ . '/Core/Entity/PreUpdateAwareInterface.php',
83
-    'Core\Entity\RatingInterface'                                                     => __DIR__ . '/Core/Entity/RatingInterface.php',
84
-    'Core\Entity\SearchableEntityInterface'                                           => __DIR__ . '/Core/Entity/SearchableEntityInterface.php',
85
-    'Core\Entity\SettingsContainer'                                                   => __DIR__ . '/Core/Entity/SettingsContainer.php',
86
-    'Core\Entity\Snapshot'                                                            => __DIR__ . '/Core/Entity/Snapshot.php',
87
-    'Core\Entity\SnapshotAttributesProviderInterface'                                 => __DIR__ . '/Core/Entity/SnapshotAttributesProviderInterface.php',
88
-    'Core\Entity\SnapshotGeneratorProviderInterface'                                  => __DIR__ . '/Core/Entity/SnapshotGeneratorProviderInterface.php',
89
-    'Core\Entity\SnapshotInterface'                                                   => __DIR__ . '/Core/Entity/SnapshotInterface.php',
90
-    'Core\Entity\SnapshotMeta'                                                        => __DIR__ . '/Core/Entity/SnapshotMeta.php',
91
-    'Core\Entity\SnapshotTrait'                                                       => __DIR__ . '/Core/Entity/SnapshotTrait.php',
92
-    'Core\Entity\StatusAwareEntityInterface'                                          => __DIR__ . '/Core/Entity/StatusAwareEntityInterface.php',
93
-    'Core\Entity\StatusAwareEntityTrait'                                              => __DIR__ . '/Core/Entity/StatusAwareEntityTrait.php',
94
-    'Core\Entity\StatusInterface'                                                     => __DIR__ . '/Core/Entity/StatusInterface.php',
95
-    'Core\Entity\Timeline'                                                            => __DIR__ . '/Core/Entity/Timeline.php',
96
-    'Core\Entity\Tree\AbstractLeafs'                                                  => __DIR__ . '/Core/Entity/Tree/AbstractLeafs.php',
97
-    'Core\Entity\Tree\AttachedLeafs'                                                  => __DIR__ . '/Core/Entity/Tree/AttachedLeafs.php',
98
-    'Core\Entity\Tree\EmbeddedLeafs'                                                  => __DIR__ . '/Core/Entity/Tree/EmbeddedLeafs.php',
99
-    'Core\Entity\Tree\LeafsInterface'                                                 => __DIR__ . '/Core/Entity/Tree/LeafsInterface.php',
100
-    'Core\Entity\Tree\Node'                                                           => __DIR__ . '/Core/Entity/Tree/Node.php',
101
-    'Core\Entity\Tree\NodeInterface'                                                  => __DIR__ . '/Core/Entity/Tree/NodeInterface.php',
102
-    'Core\EventManager\EventManager'                                                  => __DIR__ . '/Core/EventManager/EventManager.php',
103
-    'Core\EventManager\EventProviderInterface'                                        => __DIR__ . '/Core/EventManager/EventProviderInterface.php',
104
-    'Core\EventManager\ListenerAggregateTrait'                                        => __DIR__ . '/Core/EventManager/ListenerAggregateTrait.php',
105
-    'Core\Exception\ExceptionInterface'                                               => __DIR__ . '/Core/Exception/ExceptionInterface.php',
106
-    'Core\Exception\ImmutablePropertyException'                                       => __DIR__ . '/Core/Exception/ImmutablePropertyException.php',
107
-    'Core\Exception\MissingDependencyException'                                       => __DIR__ . '/Core/Exception/MissingDependencyException.php',
108
-    'Core\Factory\Controller\Plugin\SearchFormFactory'                                => __DIR__ . '/Core/Factory/Controller/Plugin/SearchFormFactory.php',
109
-    'Core\Factory\EventManager\EventManagerAbstractFactory'                           => __DIR__ . '/Core/Factory/EventManager/EventManagerAbstractFactory.php',
110
-    'Core\Factory\Filter\HtmlAbsPathFilterFactory'                                    => __DIR__ . '/Core/Factory/Filter/HtmlAbsPathFilterFactory.php',
111
-    'Core\Factory\Form\AbstractCustomizableFieldsetFactory'                           => __DIR__ . '/Core/Factory/Form/AbstractCustomizableFieldsetFactory.php',
112
-    'Core\Factory\Form\Tree\SelectFactory'                                            => __DIR__ . '/Core/Factory/Form/Tree/SelectFactory.php',
113
-    'Core\Factory\Form\View\Helper\FormEditorLightFactory'                            => __DIR__ . '/Core/Factory/Form/View/Helper/FormEditorLightFactory.php',
114
-    'Core\Factory\ModuleOptionsFactory'                                               => __DIR__ . '/Core/Factory/ModuleOptionsFactory.php',
115
-    'Core\Factory\Navigation\DefaultNavigationFactory'                                => __DIR__ . '/Core/Factory/Navigation/DefaultNavigationFactory.php',
116
-    'Core\Factory\OptionsAbstractFactory'                                             => __DIR__ . '/Core/Factory/OptionsAbstractFactory.php',
117
-    'Core\Factory\Paginator\RepositoryAbstractFactory'                                => __DIR__ . '/Core/Factory/Paginator/RepositoryAbstractFactory.php',
118
-    'Core\Factory\Service\RestClientFactory'                                          => __DIR__ . '/Core/Factory/Service/RestClientFactory.php',
119
-    'Core\Factory\View\Helper\SocialButtonsFactory'                                   => __DIR__ . '/Core/Factory/View/Helper/SocialButtonsFactory.php',
120
-    'Core\Filter\HtmlAbsPathFilter'                                                   => __DIR__ . '/Core/Filter/HtmlAbsPathFilter.php',
121
-    'Core\Filter\XssFilter'                                                           => __DIR__ . '/Core/Filter/XssFilter.php',
122
-    'Core\Filter\XssFilterFactory'                                                    => __DIR__ . '/Core/Filter/XssFilterFactory.php',
123
-    'Core\Form\BaseForm'                                                              => __DIR__ . '/Core/Form/BaseForm.php',
124
-    'Core\Form\ButtonsFieldset'                                                       => __DIR__ . '/Core/Form/ButtonsFieldset.php',
125
-    'Core\Form\CollectionContainer'                                                   => __DIR__ . '/Core/Form/CollectionContainer.php',
126
-    'Core\Form\Container'                                                             => __DIR__ . '/Core/Form/Container.php',
127
-    'Core\Form\CustomizableFieldsetInterface'                                         => __DIR__ . '/Core/Form/CustomizableFieldsetInterface.php',
128
-    'Core\Form\CustomizableFieldsetTrait'                                             => __DIR__ . '/Core/Form/CustomizableFieldsetTrait.php',
129
-    'Core\Form\DefaultButtonsFieldset'                                                => __DIR__ . '/Core/Form/DefaultButtonsFieldset.php',
130
-    'Core\Form\DescriptionAwareFormInterface'                                         => __DIR__ . '/Core/Form/DescriptionAwareFormInterface.php',
131
-    'Core\Form\DisableCapableInterface'                                               => __DIR__ . '/Core/Form/DisableCapableInterface.php',
132
-    'Core\Form\DisableElementsCapableInterface'                                       => __DIR__ . '/Core/Form/DisableElementsCapableInterface.php',
133
-    'Core\Form\Element\Checkbox'                                                      => __DIR__ . '/Core/Form/Element/Checkbox.php',
134
-    'Core\Form\Element\DatePicker'                                                    => __DIR__ . '/Core/Form/Element/DatePicker.php',
135
-    'Core\Form\Element\DateRange'                                                     => __DIR__ . '/Core/Form/Element/DateRange.php',
136
-    'Core\Form\Element\Editor'                                                        => __DIR__ . '/Core/Form/Element/Editor.php',
137
-    'Core\Form\Element\EditorLight'                                                   => __DIR__ . '/Core/Form/Element/EditorLight.php',
138
-    'Core\Form\Element\FileUpload'                                                    => __DIR__ . '/Core/Form/Element/FileUpload.php',
139
-    'Core\Form\Element\InfoCheckbox'                                                  => __DIR__ . '/Core/Form/Element/InfoCheckbox.php',
140
-    'Core\Form\Element\Phone'                                                         => __DIR__ . '/Core/Form/Element/Phone.php',
141
-    'Core\Form\Element\Rating'                                                        => __DIR__ . '/Core/Form/Element/Rating.php',
142
-    'Core\Form\Element\SpinnerSubmit'                                                 => __DIR__ . '/Core/Form/Element/SpinnerSubmit.php',
143
-    'Core\Form\Element\ToggleButton'                                                  => __DIR__ . '/Core/Form/Element/ToggleButton.php',
144
-    'Core\Form\Element\ViewHelperProviderInterface'                                   => __DIR__ . '/Core/Form/Element/ViewHelperProviderInterface.php',
145
-    'Core\Form\EmptySummaryAwareInterface'                                            => __DIR__ . '/Core/Form/EmptySummaryAwareInterface.php',
146
-    'Core\Form\EmptySummaryAwareTrait'                                                => __DIR__ . '/Core/Form/EmptySummaryAwareTrait.php',
147
-    'Core\Form\Event\FormEvent'                                                       => __DIR__ . '/Core/Form/Event/FormEvent.php',
148
-    'Core\Form\ExplicitParameterProviderInterface'                                    => __DIR__ . '/Core/Form/ExplicitParameterProviderInterface.php',
149
-    'Core\Form\FileUploadFactory'                                                     => __DIR__ . '/Core/Form/FileUploadFactory.php',
150
-    'Core\Form\Form'                                                                  => __DIR__ . '/Core/Form/Form.php',
151
-    'Core\Form\FormParentInterface'                                                   => __DIR__ . '/Core/Form/FormParentInterface.php',
152
-    'Core\Form\FormSubmitButtonsFieldset'                                             => __DIR__ . '/Core/Form/FormSubmitButtonsFieldset.php',
153
-    'Core\Form\HeadscriptProviderInterface'                                           => __DIR__ . '/Core/Form/HeadscriptProviderInterface.php',
154
-    'Core\Form\HydratorStrategyAwareTrait'                                            => __DIR__ . '/Core/Form/HydratorStrategyAwareTrait.php',
155
-    'Core\Form\Hydrator\HydratorStrategyProviderInterface'                            => __DIR__ . '/Core/Form/Hydrator/HydratorStrategyProviderInterface.php',
156
-    'Core\Form\Hydrator\HydratorStrategyProviderTrait'                                => __DIR__ . '/Core/Form/Hydrator/HydratorStrategyProviderTrait.php',
157
-    'Core\Form\Hydrator\MetaDataHydrator'                                             => __DIR__ . '/Core/Form/Hydrator/MetaDataHydrator.php',
158
-    'Core\Form\Hydrator\Strategy\CollectionStrategy'                                  => __DIR__ . '/Core/Form/Hydrator/Strategy/CollectionStrategy.php',
159
-    'Core\Form\Hydrator\Strategy\TemplateProviderStrategy'                            => __DIR__ . '/Core/Form/Hydrator/Strategy/TemplateProviderStrategy.php',
160
-    'Core\Form\Hydrator\Strategy\TreeSelectStrategy'                                  => __DIR__ . '/Core/Form/Hydrator/Strategy/TreeSelectStrategy.php',
161
-    'Core\Form\Hydrator\TreeHydrator'                                                 => __DIR__ . '/Core/Form/Hydrator/TreeHydrator.php',
162
-    'Core\Form\ListFilterButtonsFieldset'                                             => __DIR__ . '/Core/Form/ListFilterButtonsFieldset.php',
163
-    'Core\Form\LocalizationSettingsFieldset'                                          => __DIR__ . '/Core/Form/LocalizationSettingsFieldset.php',
164
-    'Core\Form\MetaDataFieldset'                                                      => __DIR__ . '/Core/Form/MetaDataFieldset.php',
165
-    'Core\Form\PermissionsCollection'                                                 => __DIR__ . '/Core/Form/PermissionsCollection.php',
166
-    'Core\Form\PermissionsFieldset'                                                   => __DIR__ . '/Core/Form/PermissionsFieldset.php',
167
-    'Core\Form\RatingFieldset'                                                        => __DIR__ . '/Core/Form/RatingFieldset.php',
168
-    'Core\Form\SearchForm'                                                            => __DIR__ . '/Core/Form/SearchForm.php',
169
-    'Core\Form\Service\Initializer'                                                   => __DIR__ . '/Core/Form/Service/Initializer.php',
170
-    'Core\Form\Service\InjectHeadscriptInitializer'                                   => __DIR__ . '/Core/Form/Service/InjectHeadscriptInitializer.php',
171
-    'Core\Form\SummaryForm'                                                           => __DIR__ . '/Core/Form/SummaryForm.php',
172
-    'Core\Form\SummaryFormButtonsFieldset'                                            => __DIR__ . '/Core/Form/SummaryFormButtonsFieldset.php',
173
-    'Core\Form\SummaryFormInterface'                                                  => __DIR__ . '/Core/Form/SummaryFormInterface.php',
174
-    'Core\Form\Tree\AddItemFieldset'                                                  => __DIR__ . '/Core/Form/Tree/AddItemFieldset.php',
175
-    'Core\Form\Tree\ManagementFieldset'                                               => __DIR__ . '/Core/Form/Tree/ManagementFieldset.php',
176
-    'Core\Form\Tree\ManagementForm'                                                   => __DIR__ . '/Core/Form/Tree/ManagementForm.php',
177
-    'Core\Form\Tree\Select'                                                           => __DIR__ . '/Core/Form/Tree/Select.php',
178
-    'Core\Form\ViewPartialProviderAbstract'                                           => __DIR__ . '/Core/Form/ViewPartialProviderAbstract.php',
179
-    'Core\Form\ViewPartialProviderInterface'                                          => __DIR__ . '/Core/Form/ViewPartialProviderInterface.php',
180
-    'Core\Form\ViewPartialProviderTrait'                                              => __DIR__ . '/Core/Form/ViewPartialProviderTrait.php',
181
-    'Core\Form\View\Helper\Element\SpinnerButton'                                     => __DIR__ . '/Core/Form/View/Helper/Element/SpinnerButton.php',
182
-    'Core\Form\View\Helper\FilterForm'                                                => __DIR__ . '/Core/Form/View/Helper/FilterForm.php',
183
-    'Core\Form\View\Helper\Form'                                                      => __DIR__ . '/Core/Form/View/Helper/Form.php',
184
-    'Core\Form\View\Helper\FormCheckbox'                                              => __DIR__ . '/Core/Form/View/Helper/FormCheckbox.php',
185
-    'Core\Form\View\Helper\FormCollection'                                            => __DIR__ . '/Core/Form/View/Helper/FormCollection.php',
186
-    'Core\Form\View\Helper\FormCollectionContainer'                                   => __DIR__ . '/Core/Form/View/Helper/FormCollectionContainer.php',
187
-    'Core\Form\View\Helper\FormContainer'                                             => __DIR__ . '/Core/Form/View/Helper/FormContainer.php',
188
-    'Core\Form\View\Helper\FormDatePicker'                                            => __DIR__ . '/Core/Form/View/Helper/FormDatePicker.php',
189
-    'Core\Form\View\Helper\FormEditor'                                                => __DIR__ . '/Core/Form/View/Helper/FormEditor.php',
190
-    'Core\Form\View\Helper\FormEditorColor'                                           => __DIR__ . '/Core/Form/View/Helper/FormEditorColor.php',
191
-    'Core\Form\View\Helper\FormEditorLight'                                           => __DIR__ . '/Core/Form/View/Helper/FormEditorLight.php',
192
-    'Core\Form\View\Helper\FormElement'                                               => __DIR__ . '/Core/Form/View/Helper/FormElement.php',
193
-    'Core\Form\View\Helper\FormFileUpload'                                            => __DIR__ . '/Core/Form/View/Helper/FormFileUpload.php',
194
-    'Core\Form\View\Helper\FormImageUpload'                                           => __DIR__ . '/Core/Form/View/Helper/FormImageUpload.php',
195
-    'Core\Form\View\Helper\FormInfoCheckbox'                                          => __DIR__ . '/Core/Form/View/Helper/FormInfoCheckbox.php',
196
-    'Core\Form\View\Helper\FormPartial'                                               => __DIR__ . '/Core/Form/View/Helper/FormPartial.php',
197
-    'Core\Form\View\Helper\FormRow'                                                   => __DIR__ . '/Core/Form/View/Helper/FormRow.php',
198
-    'Core\Form\View\Helper\FormRowCombined'                                           => __DIR__ . '/Core/Form/View/Helper/FormRowCombined.php',
199
-    'Core\Form\View\Helper\FormSelect'                                                => __DIR__ . '/Core/Form/View/Helper/FormSelect.php',
200
-    'Core\Form\View\Helper\FormSimple'                                                => __DIR__ . '/Core/Form/View/Helper/FormSimple.php',
201
-    'Core\Form\View\Helper\FormSimpleRow'                                             => __DIR__ . '/Core/Form/View/Helper/FormSimpleRow.php',
202
-    'Core\Form\View\Helper\FormTreeManagementFieldset'                                => __DIR__ . '/Core/Form/View/Helper/FormTreeManagementFieldset.php',
203
-    'Core\Form\View\Helper\FormWizardContainer'                                       => __DIR__ . '/Core/Form/View/Helper/FormWizardContainer.php',
204
-    'Core\Form\View\Helper\RequiredMarkInFormLabel'                                   => __DIR__ . '/Core/Form/View/Helper/RequiredMarkInFormLabel.php',
205
-    'Core\Form\View\Helper\SearchForm'                                                => __DIR__ . '/Core/Form/View/Helper/SearchForm.php',
206
-    'Core\Form\View\Helper\SummaryForm'                                               => __DIR__ . '/Core/Form/View/Helper/SummaryForm.php',
207
-    'Core\Form\View\Helper\ToggleButton'                                              => __DIR__ . '/Core/Form/View/Helper/ToggleButton.php',
208
-    'Core\Form\WizardContainer'                                                       => __DIR__ . '/Core/Form/WizardContainer.php',
209
-    'Core\Form\propagateAttributeInterface'                                           => __DIR__ . '/Core/Form/propagateAttributeInterface.php',
210
-    'Core\Html2Pdf\PdfInterface'                                                      => __DIR__ . '/Core/Html2Pdf/PdfInterface.php',
211
-    'Core\Html2Pdf\PdfServiceFactory'                                                 => __DIR__ . '/Core/Html2Pdf/PdfServiceFactory.php',
212
-    'Core\I18n\Locale'                                                                => __DIR__ . '/Core/I18n/Locale.php',
213
-    'Core\Listener\AjaxRenderListener'                                                => __DIR__ . '/Core/Listener/AjaxRenderListener.php',
214
-    'Core\Listener\DefaultListener'                                                   => __DIR__ . '/Core/Listener/DefaultListener.php',
215
-    'Core\Listener\DeferredListenerAggregate'                                         => __DIR__ . '/Core/Listener/DeferredListenerAggregate.php',
216
-    'Core\Listener\EnforceJsonResponseListener'                                       => __DIR__ . '/Core/Listener/EnforceJsonResponseListener.php',
217
-    'Core\Listener\ErrorHandlerListener'                                              => __DIR__ . '/Core/Listener/ErrorHandlerListener.php',
218
-    'Core\Listener\Events\CreatePaginatorEvent'                                       => __DIR__ . '/Core/Listener/Events/CreatePaginatorEvent.php',
219
-    'Core\Listener\Events\NotificationEvent'                                          => __DIR__ . '/Core/Listener/Events/NotificationEvent.php',
220
-    'Core\Listener\LanguageRouteListener'                                             => __DIR__ . '/Core/Listener/LanguageRouteListener.php',
221
-    'Core\Listener\NotificationAjaxHandler'                                           => __DIR__ . '/Core/Listener/NotificationAjaxHandler.php',
222
-    'Core\Listener\NotificationListener'                                              => __DIR__ . '/Core/Listener/NotificationListener.php',
223
-    'Core\Listener\Response\ResponseInterface'                                        => __DIR__ . '/Core/Listener/Response/ResponseInterface.php',
224
-    'Core\Listener\StringListener'                                                    => __DIR__ . '/Core/Listener/StringListener.php',
225
-    'Core\Listener\XmlRenderListener'                                                 => __DIR__ . '/Core/Listener/XmlRenderListener.php',
226
-    'Core\Log\ErrorLoggerFactory'                                                     => __DIR__ . '/Core/Log/ErrorLoggerFactory.php',
227
-    'Core\Log\Filter\ErrorType'                                                       => __DIR__ . '/Core/Log/Filter/ErrorType.php',
228
-    'Core\Log\Formatter\ErrorAndExceptionHandler'                                     => __DIR__ . '/Core/Log/Formatter/ErrorAndExceptionHandler.php',
229
-    'Core\Log\LoggerAbstractFactory'                                                  => __DIR__ . '/Core/Log/LoggerAbstractFactory.php',
230
-    'Core\Log\Notification\NotificationEntity'                                        => __DIR__ . '/Core/Log/Notification/NotificationEntity.php',
231
-    'Core\Log\Notification\NotificationEntityInterface'                               => __DIR__ . '/Core/Log/Notification/NotificationEntityInterface.php',
232
-    'Core\Log\Processor\UniqueId'                                                     => __DIR__ . '/Core/Log/Processor/UniqueId.php',
233
-    'Core\Mail\HTMLTemplateMessage'                                                   => __DIR__ . '/Core/Mail/HTMLTemplateMessage.php',
234
-    'Core\Mail\Mail'                                                                  => __DIR__ . '/Core/Mail/Mail.php',
235
-    'Core\Mail\MailService'                                                           => __DIR__ . '/Core/Mail/MailService.php',
236
-    'Core\Mail\MailServiceConfig'                                                     => __DIR__ . '/Core/Mail/MailServiceConfig.php',
237
-    'Core\Mail\MailServiceFactory'                                                    => __DIR__ . '/Core/Mail/MailServiceFactory.php',
238
-    'Core\Mail\Message'                                                               => __DIR__ . '/Core/Mail/Message.php',
239
-    'Core\Mail\StringTemplateMessage'                                                 => __DIR__ . '/Core/Mail/StringTemplateMessage.php',
240
-    'Core\Mail\TranslatorAwareMessage'                                                => __DIR__ . '/Core/Mail/TranslatorAwareMessage.php',
241
-    'Core\ModuleManager\ModuleConfigLoader'                                           => __DIR__ . '/Core/ModuleManager/ModuleConfigLoader.php',
242
-    'Core\Options\Exception\ExceptionInterface'                                       => __DIR__ . '/Core/Options/Exception/ExceptionInterface.php',
243
-    'Core\Options\Exception\MissingOptionException'                                   => __DIR__ . '/Core/Options/Exception/MissingOptionException.php',
244
-    'Core\Options\FieldsetCustomizationOptions'                                       => __DIR__ . '/Core/Options/FieldsetCustomizationOptions.php',
245
-    'Core\Options\MailServiceOptions'                                                 => __DIR__ . '/Core/Options/MailServiceOptions.php',
246
-    'Core\Options\ModuleOptions'                                                      => __DIR__ . '/Core/Options/ModuleOptions.php',
247
-    'Core\Paginator\Adapter\DoctrineMongoCursor'                                      => __DIR__ . '/Core/Paginator/Adapter/DoctrineMongoCursor.php',
248
-    'Core\Paginator\Adapter\DoctrineMongoLateCursor'                                  => __DIR__ . '/Core/Paginator/Adapter/DoctrineMongoLateCursor.php',
249
-    'Core\Paginator\Adapter\MongoCursor'                                              => __DIR__ . '/Core/Paginator/Adapter/MongoCursor.php',
250
-    'Core\Paginator\PaginatorFactoryAbstract'                                         => __DIR__ . '/Core/Paginator/PaginatorFactoryAbstract.php',
251
-    'Core\Paginator\PaginatorService'                                                 => __DIR__ . '/Core/Paginator/PaginatorService.php',
252
-    'Core\Paginator\PaginatorServiceConfig'                                           => __DIR__ . '/Core/Paginator/PaginatorServiceConfig.php',
253
-    'Core\Paginator\PaginatorServiceFactory'                                          => __DIR__ . '/Core/Paginator/PaginatorServiceFactory.php',
254
-    'Core\Repository\AbstractProviderRepository'                                      => __DIR__ . '/Core/Repository/AbstractProviderRepository.php',
255
-    'Core\Repository\AbstractRepository'                                              => __DIR__ . '/Core/Repository/AbstractRepository.php',
256
-    'Core\Repository\DoctrineMongoODM\Annotation\Searchable'                          => __DIR__ . '/Core/Repository/DoctrineMongoODM/Annotation/Searchable.php',
257
-    'Core\Repository\DoctrineMongoODM\ConfigurationFactory'                           => __DIR__ . '/Core/Repository/DoctrineMongoODM/ConfigurationFactory.php',
258
-    'Core\Repository\DoctrineMongoODM\DocumentManagerFactory'                         => __DIR__ . '/Core/Repository/DoctrineMongoODM/DocumentManagerFactory.php',
259
-    'Core\Repository\DoctrineMongoODM\Event\AbstractUpdateFilesPermissionsSubscriber' => __DIR__ . '/Core/Repository/DoctrineMongoODM/Event/AbstractUpdateFilesPermissionsSubscriber.php',
260
-    'Core\Repository\DoctrineMongoODM\Event\AbstractUpdatePermissionsSubscriber'      => __DIR__ . '/Core/Repository/DoctrineMongoODM/Event/AbstractUpdatePermissionsSubscriber.php',
261
-    'Core\Repository\DoctrineMongoODM\Event\EventArgs'                                => __DIR__ . '/Core/Repository/DoctrineMongoODM/Event/EventArgs.php',
262
-    'Core\Repository\DoctrineMongoODM\Event\GenerateSearchKeywordsListener'           => __DIR__ . '/Core/Repository/DoctrineMongoODM/Event/GenerateSearchKeywordsListener.php',
263
-    'Core\Repository\DoctrineMongoODM\Event\PreUpdateDocumentsSubscriber'             => __DIR__ . '/Core/Repository/DoctrineMongoODM/Event/PreUpdateDocumentsSubscriber.php',
264
-    'Core\Repository\DoctrineMongoODM\Event\RepositoryEventsSubscriber'               => __DIR__ . '/Core/Repository/DoctrineMongoODM/Event/RepositoryEventsSubscriber.php',
265
-    'Core\Repository\DoctrineMongoODM\PaginatorAdapter\EagerCursor'                   => __DIR__ . '/Core/Repository/DoctrineMongoODM/PaginatorAdapter/EagerCursor.php',
266
-    'Core\Repository\DoctrineMongoODM\PersistenceListener'                            => __DIR__ . '/Core/Repository/DoctrineMongoODM/PersistenceListener.php',
267
-    'Core\Repository\DoctrineMongoODM\ServiceLocatorAwareConfiguration'               => __DIR__ . '/Core/Repository/DoctrineMongoODM/ServiceLocatorAwareConfiguration.php',
268
-    'Core\Repository\DoctrineMongoODM\Types\TimezoneAwareDate'                        => __DIR__ . '/Core/Repository/DoctrineMongoODM/Types/TimezoneAwareDate.php',
269
-    'Core\Repository\DraftableEntityAwareInterface'                                   => __DIR__ . '/Core/Repository/DraftableEntityAwareInterface.php',
270
-    'Core\Repository\DraftableEntityAwareTrait'                                       => __DIR__ . '/Core/Repository/DraftableEntityAwareTrait.php',
271
-    'Core\Repository\Filter\AbstractPaginationQuery'                                  => __DIR__ . '/Core/Repository/Filter/AbstractPaginationQuery.php',
272
-    'Core\Repository\Filter\PropertyToKeywords'                                       => __DIR__ . '/Core/Repository/Filter/PropertyToKeywords.php',
273
-    'Core\Repository\RepositoryInterface'                                             => __DIR__ . '/Core/Repository/RepositoryInterface.php',
274
-    'Core\Repository\RepositoryService'                                               => __DIR__ . '/Core/Repository/RepositoryService.php',
275
-    'Core\Repository\RepositoryServiceFactory'                                        => __DIR__ . '/Core/Repository/RepositoryServiceFactory.php',
276
-    'Core\Repository\SnapshotRepository'                                              => __DIR__ . '/Core/Repository/SnapshotRepository.php',
277
-    'Core\Service\Config'                                                             => __DIR__ . '/Core/Service/Config.php',
278
-    'Core\Service\OptionValueInterface'                                               => __DIR__ . '/Core/Service/OptionValueInterface.php',
279
-    'Core\Service\RestClient'                                                         => __DIR__ . '/Core/Service/RestClient.php',
280
-    'Core\Service\SnapshotGenerator'                                                  => __DIR__ . '/Core/Service/SnapshotGenerator.php',
281
-    'Core\Service\TemplateProvider'                                                   => __DIR__ . '/Core/Service/TemplateProvider.php',
282
-    'Core\View\Helper\AbstractEventsHelper'                                           => __DIR__ . '/Core/View/Helper/AbstractEventsHelper.php',
283
-    'Core\View\Helper\Alert'                                                          => __DIR__ . '/Core/View/Helper/Alert.php',
284
-    'Core\View\Helper\DateFormat'                                                     => __DIR__ . '/Core/View/Helper/DateFormat.php',
285
-    'Core\View\Helper\InsertFile'                                                     => __DIR__ . '/Core/View/Helper/InsertFile.php',
286
-    'Core\View\Helper\InsertFile\FileEvent'                                           => __DIR__ . '/Core/View/Helper/InsertFile/FileEvent.php',
287
-    'Core\View\Helper\LanguageSwitcher'                                               => __DIR__ . '/Core/View/Helper/LanguageSwitcher.php',
288
-    'Core\View\Helper\Link'                                                           => __DIR__ . '/Core/View/Helper/Link.php',
289
-    'Core\View\Helper\Params'                                                         => __DIR__ . '/Core/View/Helper/Params.php',
290
-    'Core\View\Helper\Period'                                                         => __DIR__ . '/Core/View/Helper/Period.php',
291
-    'Core\View\Helper\Rating'                                                         => __DIR__ . '/Core/View/Helper/Rating.php',
292
-    'Core\View\Helper\Salutation'                                                     => __DIR__ . '/Core/View/Helper/Salutation.php',
293
-    'Core\View\Helper\Service\DateFormatHelperFactory'                                => __DIR__ . '/Core/View/Helper/Service/DateFormatHelperFactory.php',
294
-    'Core\View\Helper\Service\HeadScriptFactory'                                      => __DIR__ . '/Core/View/Helper/Service/HeadScriptFactory.php',
295
-    'Core\View\Helper\Service\ParamsHelperFactory'                                    => __DIR__ . '/Core/View/Helper/Service/ParamsHelperFactory.php',
296
-    'Core\View\Helper\Services'                                                       => __DIR__ . '/Core/View/Helper/Services.php',
297
-    'Core\View\Helper\SocialButtons'                                                  => __DIR__ . '/Core/View/Helper/SocialButtons.php',
4
+    'Core\Acl\FileAccessAssertion'                                                    => __DIR__.'/Core/Acl/FileAccessAssertion.php',
5
+    'Core\Collection\IdentityWrapper'                                                 => __DIR__.'/Core/Collection/IdentityWrapper.php',
6
+    'Core\Console\ProgressBar'                                                        => __DIR__.'/Core/Console/ProgressBar.php',
7
+    'Core\Controller\AbstractCoreController'                                          => __DIR__.'/Core/Controller/AbstractCoreController.php',
8
+    'Core\Controller\AdminController'                                                 => __DIR__.'/Core/Controller/AdminController.php',
9
+    'Core\Controller\AdminControllerEvent'                                            => __DIR__.'/Core/Controller/AdminControllerEvent.php',
10
+    'Core\Controller\ContentController'                                               => __DIR__.'/Core/Controller/ContentController.php',
11
+    'Core\Controller\FileController'                                                  => __DIR__.'/Core/Controller/FileController.php',
12
+    'Core\Controller\IndexController'                                                 => __DIR__.'/Core/Controller/IndexController.php',
13
+    'Core\Controller\Plugin\Config'                                                   => __DIR__.'/Core/Controller/Plugin/Config.php',
14
+    'Core\Controller\Plugin\ConfigFactory'                                            => __DIR__.'/Core/Controller/Plugin/ConfigFactory.php',
15
+    'Core\Controller\Plugin\ContentCollector'                                         => __DIR__.'/Core/Controller/Plugin/ContentCollector.php',
16
+    'Core\Controller\Plugin\CreatePaginator'                                          => __DIR__.'/Core/Controller/Plugin/CreatePaginator.php',
17
+    'Core\Controller\Plugin\CreatePaginatorService'                                   => __DIR__.'/Core/Controller/Plugin/CreatePaginatorService.php',
18
+    'Core\Controller\Plugin\EntitySnapshot'                                           => __DIR__.'/Core/Controller/Plugin/EntitySnapshot.php',
19
+    'Core\Controller\Plugin\FileSender'                                               => __DIR__.'/Core/Controller/Plugin/FileSender.php',
20
+    'Core\Controller\Plugin\ListQuery'                                                => __DIR__.'/Core/Controller/Plugin/ListQuery.php',
21
+    'Core\Controller\Plugin\Mailer'                                                   => __DIR__.'/Core/Controller/Plugin/Mailer.php',
22
+    'Core\Controller\Plugin\Notification'                                             => __DIR__.'/Core/Controller/Plugin/Notification.php',
23
+    'Core\Controller\Plugin\PaginationBuilder'                                        => __DIR__.'/Core/Controller/Plugin/PaginationBuilder.php',
24
+    'Core\Controller\Plugin\PaginationParams'                                         => __DIR__.'/Core/Controller/Plugin/PaginationParams.php',
25
+    'Core\Controller\Plugin\SearchForm'                                               => __DIR__.'/Core/Controller/Plugin/SearchForm.php',
26
+    'Core\Controller\Plugin\Service\EntitySnapshotFactory'                            => __DIR__.'/Core/Controller/Plugin/Service/EntitySnapshotFactory.php',
27
+    'Core\Controller\Plugin\Service\NotificationFactory'                              => __DIR__.'/Core/Controller/Plugin/Service/NotificationFactory.php',
28
+    'Core\Controller\Plugin\mail'                                                     => __DIR__.'/Core/Controller/Plugin/Mail.php',
29
+    'Core\Decorator\Decorator'                                                        => __DIR__.'/Core/Decorator/Decorator.php',
30
+    'Core\Decorator\ProxyDecorator'                                                   => __DIR__.'/Core/Decorator/ProxyDecorator.php',
31
+    'Core\Entity\AbstractEntity'                                                      => __DIR__.'/Core/Entity/AbstractEntity.php',
32
+    'Core\Entity\AbstractIdentifiableEntity'                                          => __DIR__.'/Core/Entity/AbstractIdentifiableEntity.php',
33
+    'Core\Entity\AbstractIdentifiableHydratorAwareEntity'                             => __DIR__.'/Core/Entity/AbstractIdentifiableHydratorAwareEntity.php',
34
+    'Core\Entity\AbstractIdentifiableModificationDateAwareEntity'                     => __DIR__.'/Core/Entity/AbstractIdentifiableModificationDateAwareEntity.php',
35
+    'Core\Entity\AbstractLocation'                                                    => __DIR__.'/Core/Entity/AbstractLocation.php',
36
+    'Core\Entity\AbstractRatingEntity'                                                => __DIR__.'/Core/Entity/AbstractRatingEntity.php',
37
+    'Core\Entity\AbstractStatusEntity'                                                => __DIR__.'/Core/Entity/AbstractStatusEntity.php',
38
+    'Core\Entity\AddressInterface'                                                    => __DIR__.'/Core/Entity/AddressInterface.php',
39
+    'Core\Entity\AttachableEntityInterface'                                           => __DIR__.'/Core/Entity/AttachableEntityInterface.php',
40
+    'Core\Entity\AttachableEntityManager'                                             => __DIR__.'/Core/Entity/AttachableEntityManager.php',
41
+    'Core\Entity\AttachableEntityTrait'                                               => __DIR__.'/Core/Entity/AttachableEntityTrait.php',
42
+    'Core\Entity\ClonableEntityInterface'                                             => __DIR__.'/Core/Entity/ClonableEntityInterface.php',
43
+    'Core\Entity\ClonePropertiesTrait'                                                => __DIR__.'/Core/Entity/ClonePropertiesTrait.php',
44
+    'Core\Entity\Collection\ArrayCollection'                                          => __DIR__.'/Core/Entity/Collection/ArrayCollection.php',
45
+    'Core\Entity\Coordinates'                                                         => __DIR__.'/Core/Entity/Coordinates.php',
46
+    'Core\Entity\CoordinatesInterface'                                                => __DIR__.'/Core/Entity/CoordinatesInterface.php',
47
+    'Core\Entity\DraftableEntityInterface'                                            => __DIR__.'/Core/Entity/DraftableEntityInterface.php',
48
+    'Core\Entity\DraftableEntityTrait'                                                => __DIR__.'/Core/Entity/DraftableEntityTrait.php',
49
+    'Core\Entity\EntityInterface'                                                     => __DIR__.'/Core/Entity/EntityInterface.php',
50
+    'Core\Entity\EntityTrait'                                                         => __DIR__.'/Core/Entity/EntityTrait.php',
51
+    'Core\Entity\Exception\ExceptionInterface'                                        => __DIR__.'/Core/Entity/Exception/ExceptionInterface.php',
52
+    'Core\Entity\Exception\ImmutableEntityException'                                  => __DIR__.'/Core/Entity/Exception/ImmutableEntityException.php',
53
+    'Core\Entity\Exception\NotFoundException'                                         => __DIR__.'/Core/Entity/Exception/NotFoundException.php',
54
+    'Core\Entity\Exception\OutOfBoundsException'                                      => __DIR__.'/Core/Entity/Exception/OutOfBoundsException.php',
55
+    'Core\Entity\FileEntity'                                                          => __DIR__.'/Core/Entity/FileEntity.php',
56
+    'Core\Entity\FileInterface'                                                       => __DIR__.'/Core/Entity/FileInterface.php',
57
+    'Core\Entity\Hydrator\AnonymEntityHydrator'                                       => __DIR__.'/Core/Entity/Hydrator/AnonymEntityHydrator.php',
58
+    'Core\Entity\Hydrator\EntityHydrator'                                             => __DIR__.'/Core/Entity/Hydrator/EntityHydrator.php',
59
+    'Core\Entity\Hydrator\EntityHydratorFactory'                                      => __DIR__.'/Core/Entity/Hydrator/EntityHydratorFactory.php',
60
+    'Core\Entity\Hydrator\FileCollectionUploadHydrator'                               => __DIR__.'/Core/Entity/Hydrator/FileCollectionUploadHydrator.php',
61
+    'Core\Entity\Hydrator\JsonEntityHydrator'                                         => __DIR__.'/Core/Entity/Hydrator/JsonEntityHydrator.php',
62
+    'Core\Entity\Hydrator\JsonEntityHydratorFactory'                                  => __DIR__.'/Core/Entity/Hydrator/JsonEntityHydratorFactory.php',
63
+    'Core\Entity\Hydrator\MappingEntityHydrator'                                      => __DIR__.'/Core/Entity/Hydrator/MappingEntityHydrator.php',
64
+    'Core\Entity\Hydrator\Strategy\FileCopyStrategy'                                  => __DIR__.'/Core/Entity/Hydrator/Strategy/FileCopyStrategy.php',
65
+    'Core\Entity\Hydrator\Strategy\FileUploadStrategy'                                => __DIR__.'/Core/Entity/Hydrator/Strategy/FileUploadStrategy.php',
66
+    'Core\Entity\IdentifiableEntityInterface'                                         => __DIR__.'/Core/Entity/IdentifiableEntityInterface.php',
67
+    'Core\Entity\IdentifiableEntityTrait'                                             => __DIR__.'/Core/Entity/IdentifiableEntityTrait.php',
68
+    'Core\Entity\ImmutableEntityInterface'                                            => __DIR__.'/Core/Entity/ImmutableEntityInterface.php',
69
+    'Core\Entity\ImmutableEntityTrait'                                                => __DIR__.'/Core/Entity/ImmutableEntityTrait.php',
70
+    'Core\Entity\LocalizationSettings'                                                => __DIR__.'/Core/Entity/LocalizationSettings.php',
71
+    'Core\Entity\LocationInterface'                                                   => __DIR__.'/Core/Entity/LocationInterface.php',
72
+    'Core\Entity\MetaDataProviderInterface'                                           => __DIR__.'/Core/Entity/MetaDataProviderInterface.php',
73
+    'Core\Entity\MetaDataProviderTrait'                                               => __DIR__.'/Core/Entity/MetaDataProviderTrait.php',
74
+    'Core\Entity\ModificationDateAwareEntityInterface'                                => __DIR__.'/Core/Entity/ModificationDateAwareEntityInterface.php',
75
+    'Core\Entity\ModificationDateAwareEntityTrait'                                    => __DIR__.'/Core/Entity/ModificationDateAwareEntityTrait.php',
76
+    'Core\Entity\Permissions'                                                         => __DIR__.'/Core/Entity/Permissions.php',
77
+    'Core\Entity\PermissionsAwareInterface'                                           => __DIR__.'/Core/Entity/PermissionsAwareInterface.php',
78
+    'Core\Entity\PermissionsAwareTrait'                                               => __DIR__.'/Core/Entity/PermissionsAwareTrait.php',
79
+    'Core\Entity\PermissionsInterface'                                                => __DIR__.'/Core/Entity/PermissionsInterface.php',
80
+    'Core\Entity\PermissionsReference'                                                => __DIR__.'/Core/Entity/PermissionsReference.php',
81
+    'Core\Entity\PermissionsResourceInterface'                                        => __DIR__.'/Core/Entity/PermissionsResourceInterface.php',
82
+    'Core\Entity\PreUpdateAwareInterface'                                             => __DIR__.'/Core/Entity/PreUpdateAwareInterface.php',
83
+    'Core\Entity\RatingInterface'                                                     => __DIR__.'/Core/Entity/RatingInterface.php',
84
+    'Core\Entity\SearchableEntityInterface'                                           => __DIR__.'/Core/Entity/SearchableEntityInterface.php',
85
+    'Core\Entity\SettingsContainer'                                                   => __DIR__.'/Core/Entity/SettingsContainer.php',
86
+    'Core\Entity\Snapshot'                                                            => __DIR__.'/Core/Entity/Snapshot.php',
87
+    'Core\Entity\SnapshotAttributesProviderInterface'                                 => __DIR__.'/Core/Entity/SnapshotAttributesProviderInterface.php',
88
+    'Core\Entity\SnapshotGeneratorProviderInterface'                                  => __DIR__.'/Core/Entity/SnapshotGeneratorProviderInterface.php',
89
+    'Core\Entity\SnapshotInterface'                                                   => __DIR__.'/Core/Entity/SnapshotInterface.php',
90
+    'Core\Entity\SnapshotMeta'                                                        => __DIR__.'/Core/Entity/SnapshotMeta.php',
91
+    'Core\Entity\SnapshotTrait'                                                       => __DIR__.'/Core/Entity/SnapshotTrait.php',
92
+    'Core\Entity\StatusAwareEntityInterface'                                          => __DIR__.'/Core/Entity/StatusAwareEntityInterface.php',
93
+    'Core\Entity\StatusAwareEntityTrait'                                              => __DIR__.'/Core/Entity/StatusAwareEntityTrait.php',
94
+    'Core\Entity\StatusInterface'                                                     => __DIR__.'/Core/Entity/StatusInterface.php',
95
+    'Core\Entity\Timeline'                                                            => __DIR__.'/Core/Entity/Timeline.php',
96
+    'Core\Entity\Tree\AbstractLeafs'                                                  => __DIR__.'/Core/Entity/Tree/AbstractLeafs.php',
97
+    'Core\Entity\Tree\AttachedLeafs'                                                  => __DIR__.'/Core/Entity/Tree/AttachedLeafs.php',
98
+    'Core\Entity\Tree\EmbeddedLeafs'                                                  => __DIR__.'/Core/Entity/Tree/EmbeddedLeafs.php',
99
+    'Core\Entity\Tree\LeafsInterface'                                                 => __DIR__.'/Core/Entity/Tree/LeafsInterface.php',
100
+    'Core\Entity\Tree\Node'                                                           => __DIR__.'/Core/Entity/Tree/Node.php',
101
+    'Core\Entity\Tree\NodeInterface'                                                  => __DIR__.'/Core/Entity/Tree/NodeInterface.php',
102
+    'Core\EventManager\EventManager'                                                  => __DIR__.'/Core/EventManager/EventManager.php',
103
+    'Core\EventManager\EventProviderInterface'                                        => __DIR__.'/Core/EventManager/EventProviderInterface.php',
104
+    'Core\EventManager\ListenerAggregateTrait'                                        => __DIR__.'/Core/EventManager/ListenerAggregateTrait.php',
105
+    'Core\Exception\ExceptionInterface'                                               => __DIR__.'/Core/Exception/ExceptionInterface.php',
106
+    'Core\Exception\ImmutablePropertyException'                                       => __DIR__.'/Core/Exception/ImmutablePropertyException.php',
107
+    'Core\Exception\MissingDependencyException'                                       => __DIR__.'/Core/Exception/MissingDependencyException.php',
108
+    'Core\Factory\Controller\Plugin\SearchFormFactory'                                => __DIR__.'/Core/Factory/Controller/Plugin/SearchFormFactory.php',
109
+    'Core\Factory\EventManager\EventManagerAbstractFactory'                           => __DIR__.'/Core/Factory/EventManager/EventManagerAbstractFactory.php',
110
+    'Core\Factory\Filter\HtmlAbsPathFilterFactory'                                    => __DIR__.'/Core/Factory/Filter/HtmlAbsPathFilterFactory.php',
111
+    'Core\Factory\Form\AbstractCustomizableFieldsetFactory'                           => __DIR__.'/Core/Factory/Form/AbstractCustomizableFieldsetFactory.php',
112
+    'Core\Factory\Form\Tree\SelectFactory'                                            => __DIR__.'/Core/Factory/Form/Tree/SelectFactory.php',
113
+    'Core\Factory\Form\View\Helper\FormEditorLightFactory'                            => __DIR__.'/Core/Factory/Form/View/Helper/FormEditorLightFactory.php',
114
+    'Core\Factory\ModuleOptionsFactory'                                               => __DIR__.'/Core/Factory/ModuleOptionsFactory.php',
115
+    'Core\Factory\Navigation\DefaultNavigationFactory'                                => __DIR__.'/Core/Factory/Navigation/DefaultNavigationFactory.php',
116
+    'Core\Factory\OptionsAbstractFactory'                                             => __DIR__.'/Core/Factory/OptionsAbstractFactory.php',
117
+    'Core\Factory\Paginator\RepositoryAbstractFactory'                                => __DIR__.'/Core/Factory/Paginator/RepositoryAbstractFactory.php',
118
+    'Core\Factory\Service\RestClientFactory'                                          => __DIR__.'/Core/Factory/Service/RestClientFactory.php',
119
+    'Core\Factory\View\Helper\SocialButtonsFactory'                                   => __DIR__.'/Core/Factory/View/Helper/SocialButtonsFactory.php',
120
+    'Core\Filter\HtmlAbsPathFilter'                                                   => __DIR__.'/Core/Filter/HtmlAbsPathFilter.php',
121
+    'Core\Filter\XssFilter'                                                           => __DIR__.'/Core/Filter/XssFilter.php',
122
+    'Core\Filter\XssFilterFactory'                                                    => __DIR__.'/Core/Filter/XssFilterFactory.php',
123
+    'Core\Form\BaseForm'                                                              => __DIR__.'/Core/Form/BaseForm.php',
124
+    'Core\Form\ButtonsFieldset'                                                       => __DIR__.'/Core/Form/ButtonsFieldset.php',
125
+    'Core\Form\CollectionContainer'                                                   => __DIR__.'/Core/Form/CollectionContainer.php',
126
+    'Core\Form\Container'                                                             => __DIR__.'/Core/Form/Container.php',
127
+    'Core\Form\CustomizableFieldsetInterface'                                         => __DIR__.'/Core/Form/CustomizableFieldsetInterface.php',
128
+    'Core\Form\CustomizableFieldsetTrait'                                             => __DIR__.'/Core/Form/CustomizableFieldsetTrait.php',
129
+    'Core\Form\DefaultButtonsFieldset'                                                => __DIR__.'/Core/Form/DefaultButtonsFieldset.php',
130
+    'Core\Form\DescriptionAwareFormInterface'                                         => __DIR__.'/Core/Form/DescriptionAwareFormInterface.php',
131
+    'Core\Form\DisableCapableInterface'                                               => __DIR__.'/Core/Form/DisableCapableInterface.php',
132
+    'Core\Form\DisableElementsCapableInterface'                                       => __DIR__.'/Core/Form/DisableElementsCapableInterface.php',
133
+    'Core\Form\Element\Checkbox'                                                      => __DIR__.'/Core/Form/Element/Checkbox.php',
134
+    'Core\Form\Element\DatePicker'                                                    => __DIR__.'/Core/Form/Element/DatePicker.php',
135
+    'Core\Form\Element\DateRange'                                                     => __DIR__.'/Core/Form/Element/DateRange.php',
136
+    'Core\Form\Element\Editor'                                                        => __DIR__.'/Core/Form/Element/Editor.php',
137
+    'Core\Form\Element\EditorLight'                                                   => __DIR__.'/Core/Form/Element/EditorLight.php',
138
+    'Core\Form\Element\FileUpload'                                                    => __DIR__.'/Core/Form/Element/FileUpload.php',
139
+    'Core\Form\Element\InfoCheckbox'                                                  => __DIR__.'/Core/Form/Element/InfoCheckbox.php',
140
+    'Core\Form\Element\Phone'                                                         => __DIR__.'/Core/Form/Element/Phone.php',
141
+    'Core\Form\Element\Rating'                                                        => __DIR__.'/Core/Form/Element/Rating.php',
142
+    'Core\Form\Element\SpinnerSubmit'                                                 => __DIR__.'/Core/Form/Element/SpinnerSubmit.php',
143
+    'Core\Form\Element\ToggleButton'                                                  => __DIR__.'/Core/Form/Element/ToggleButton.php',
144
+    'Core\Form\Element\ViewHelperProviderInterface'                                   => __DIR__.'/Core/Form/Element/ViewHelperProviderInterface.php',
145
+    'Core\Form\EmptySummaryAwareInterface'                                            => __DIR__.'/Core/Form/EmptySummaryAwareInterface.php',
146
+    'Core\Form\EmptySummaryAwareTrait'                                                => __DIR__.'/Core/Form/EmptySummaryAwareTrait.php',
147
+    'Core\Form\Event\FormEvent'                                                       => __DIR__.'/Core/Form/Event/FormEvent.php',
148
+    'Core\Form\ExplicitParameterProviderInterface'                                    => __DIR__.'/Core/Form/ExplicitParameterProviderInterface.php',
149
+    'Core\Form\FileUploadFactory'                                                     => __DIR__.'/Core/Form/FileUploadFactory.php',
150
+    'Core\Form\Form'                                                                  => __DIR__.'/Core/Form/Form.php',
151
+    'Core\Form\FormParentInterface'                                                   => __DIR__.'/Core/Form/FormParentInterface.php',
152
+    'Core\Form\FormSubmitButtonsFieldset'                                             => __DIR__.'/Core/Form/FormSubmitButtonsFieldset.php',
153
+    'Core\Form\HeadscriptProviderInterface'                                           => __DIR__.'/Core/Form/HeadscriptProviderInterface.php',
154
+    'Core\Form\HydratorStrategyAwareTrait'                                            => __DIR__.'/Core/Form/HydratorStrategyAwareTrait.php',
155
+    'Core\Form\Hydrator\HydratorStrategyProviderInterface'                            => __DIR__.'/Core/Form/Hydrator/HydratorStrategyProviderInterface.php',
156
+    'Core\Form\Hydrator\HydratorStrategyProviderTrait'                                => __DIR__.'/Core/Form/Hydrator/HydratorStrategyProviderTrait.php',
157
+    'Core\Form\Hydrator\MetaDataHydrator'                                             => __DIR__.'/Core/Form/Hydrator/MetaDataHydrator.php',
158
+    'Core\Form\Hydrator\Strategy\CollectionStrategy'                                  => __DIR__.'/Core/Form/Hydrator/Strategy/CollectionStrategy.php',
159
+    'Core\Form\Hydrator\Strategy\TemplateProviderStrategy'                            => __DIR__.'/Core/Form/Hydrator/Strategy/TemplateProviderStrategy.php',
160
+    'Core\Form\Hydrator\Strategy\TreeSelectStrategy'                                  => __DIR__.'/Core/Form/Hydrator/Strategy/TreeSelectStrategy.php',
161
+    'Core\Form\Hydrator\TreeHydrator'                                                 => __DIR__.'/Core/Form/Hydrator/TreeHydrator.php',
162
+    'Core\Form\ListFilterButtonsFieldset'                                             => __DIR__.'/Core/Form/ListFilterButtonsFieldset.php',
163
+    'Core\Form\LocalizationSettingsFieldset'                                          => __DIR__.'/Core/Form/LocalizationSettingsFieldset.php',
164
+    'Core\Form\MetaDataFieldset'                                                      => __DIR__.'/Core/Form/MetaDataFieldset.php',
165
+    'Core\Form\PermissionsCollection'                                                 => __DIR__.'/Core/Form/PermissionsCollection.php',
166
+    'Core\Form\PermissionsFieldset'                                                   => __DIR__.'/Core/Form/PermissionsFieldset.php',
167
+    'Core\Form\RatingFieldset'                                                        => __DIR__.'/Core/Form/RatingFieldset.php',
168
+    'Core\Form\SearchForm'                                                            => __DIR__.'/Core/Form/SearchForm.php',
169
+    'Core\Form\Service\Initializer'                                                   => __DIR__.'/Core/Form/Service/Initializer.php',
170
+    'Core\Form\Service\InjectHeadscriptInitializer'                                   => __DIR__.'/Core/Form/Service/InjectHeadscriptInitializer.php',
171
+    'Core\Form\SummaryForm'                                                           => __DIR__.'/Core/Form/SummaryForm.php',
172
+    'Core\Form\SummaryFormButtonsFieldset'                                            => __DIR__.'/Core/Form/SummaryFormButtonsFieldset.php',
173
+    'Core\Form\SummaryFormInterface'                                                  => __DIR__.'/Core/Form/SummaryFormInterface.php',
174
+    'Core\Form\Tree\AddItemFieldset'                                                  => __DIR__.'/Core/Form/Tree/AddItemFieldset.php',
175
+    'Core\Form\Tree\ManagementFieldset'                                               => __DIR__.'/Core/Form/Tree/ManagementFieldset.php',
176
+    'Core\Form\Tree\ManagementForm'                                                   => __DIR__.'/Core/Form/Tree/ManagementForm.php',
177
+    'Core\Form\Tree\Select'                                                           => __DIR__.'/Core/Form/Tree/Select.php',
178
+    'Core\Form\ViewPartialProviderAbstract'                                           => __DIR__.'/Core/Form/ViewPartialProviderAbstract.php',
179
+    'Core\Form\ViewPartialProviderInterface'                                          => __DIR__.'/Core/Form/ViewPartialProviderInterface.php',
180
+    'Core\Form\ViewPartialProviderTrait'                                              => __DIR__.'/Core/Form/ViewPartialProviderTrait.php',
181
+    'Core\Form\View\Helper\Element\SpinnerButton'                                     => __DIR__.'/Core/Form/View/Helper/Element/SpinnerButton.php',
182
+    'Core\Form\View\Helper\FilterForm'                                                => __DIR__.'/Core/Form/View/Helper/FilterForm.php',
183
+    'Core\Form\View\Helper\Form'                                                      => __DIR__.'/Core/Form/View/Helper/Form.php',
184
+    'Core\Form\View\Helper\FormCheckbox'                                              => __DIR__.'/Core/Form/View/Helper/FormCheckbox.php',
185
+    'Core\Form\View\Helper\FormCollection'                                            => __DIR__.'/Core/Form/View/Helper/FormCollection.php',
186
+    'Core\Form\View\Helper\FormCollectionContainer'                                   => __DIR__.'/Core/Form/View/Helper/FormCollectionContainer.php',
187
+    'Core\Form\View\Helper\FormContainer'                                             => __DIR__.'/Core/Form/View/Helper/FormContainer.php',
188
+    'Core\Form\View\Helper\FormDatePicker'                                            => __DIR__.'/Core/Form/View/Helper/FormDatePicker.php',
189
+    'Core\Form\View\Helper\FormEditor'                                                => __DIR__.'/Core/Form/View/Helper/FormEditor.php',
190
+    'Core\Form\View\Helper\FormEditorColor'                                           => __DIR__.'/Core/Form/View/Helper/FormEditorColor.php',
191
+    'Core\Form\View\Helper\FormEditorLight'                                           => __DIR__.'/Core/Form/View/Helper/FormEditorLight.php',
192
+    'Core\Form\View\Helper\FormElement'                                               => __DIR__.'/Core/Form/View/Helper/FormElement.php',
193
+    'Core\Form\View\Helper\FormFileUpload'                                            => __DIR__.'/Core/Form/View/Helper/FormFileUpload.php',
194
+    'Core\Form\View\Helper\FormImageUpload'                                           => __DIR__.'/Core/Form/View/Helper/FormImageUpload.php',
195
+    'Core\Form\View\Helper\FormInfoCheckbox'                                          => __DIR__.'/Core/Form/View/Helper/FormInfoCheckbox.php',
196
+    'Core\Form\View\Helper\FormPartial'                                               => __DIR__.'/Core/Form/View/Helper/FormPartial.php',
197
+    'Core\Form\View\Helper\FormRow'                                                   => __DIR__.'/Core/Form/View/Helper/FormRow.php',
198
+    'Core\Form\View\Helper\FormRowCombined'                                           => __DIR__.'/Core/Form/View/Helper/FormRowCombined.php',
199
+    'Core\Form\View\Helper\FormSelect'                                                => __DIR__.'/Core/Form/View/Helper/FormSelect.php',
200
+    'Core\Form\View\Helper\FormSimple'                                                => __DIR__.'/Core/Form/View/Helper/FormSimple.php',
201
+    'Core\Form\View\Helper\FormSimpleRow'                                             => __DIR__.'/Core/Form/View/Helper/FormSimpleRow.php',
202
+    'Core\Form\View\Helper\FormTreeManagementFieldset'                                => __DIR__.'/Core/Form/View/Helper/FormTreeManagementFieldset.php',
203
+    'Core\Form\View\Helper\FormWizardContainer'                                       => __DIR__.'/Core/Form/View/Helper/FormWizardContainer.php',
204
+    'Core\Form\View\Helper\RequiredMarkInFormLabel'                                   => __DIR__.'/Core/Form/View/Helper/RequiredMarkInFormLabel.php',
205
+    'Core\Form\View\Helper\SearchForm'                                                => __DIR__.'/Core/Form/View/Helper/SearchForm.php',
206
+    'Core\Form\View\Helper\SummaryForm'                                               => __DIR__.'/Core/Form/View/Helper/SummaryForm.php',
207
+    'Core\Form\View\Helper\ToggleButton'                                              => __DIR__.'/Core/Form/View/Helper/ToggleButton.php',
208
+    'Core\Form\WizardContainer'                                                       => __DIR__.'/Core/Form/WizardContainer.php',
209
+    'Core\Form\propagateAttributeInterface'                                           => __DIR__.'/Core/Form/propagateAttributeInterface.php',
210
+    'Core\Html2Pdf\PdfInterface'                                                      => __DIR__.'/Core/Html2Pdf/PdfInterface.php',
211
+    'Core\Html2Pdf\PdfServiceFactory'                                                 => __DIR__.'/Core/Html2Pdf/PdfServiceFactory.php',
212
+    'Core\I18n\Locale'                                                                => __DIR__.'/Core/I18n/Locale.php',
213
+    'Core\Listener\AjaxRenderListener'                                                => __DIR__.'/Core/Listener/AjaxRenderListener.php',
214
+    'Core\Listener\DefaultListener'                                                   => __DIR__.'/Core/Listener/DefaultListener.php',
215
+    'Core\Listener\DeferredListenerAggregate'                                         => __DIR__.'/Core/Listener/DeferredListenerAggregate.php',
216
+    'Core\Listener\EnforceJsonResponseListener'                                       => __DIR__.'/Core/Listener/EnforceJsonResponseListener.php',
217
+    'Core\Listener\ErrorHandlerListener'                                              => __DIR__.'/Core/Listener/ErrorHandlerListener.php',
218
+    'Core\Listener\Events\CreatePaginatorEvent'                                       => __DIR__.'/Core/Listener/Events/CreatePaginatorEvent.php',
219
+    'Core\Listener\Events\NotificationEvent'                                          => __DIR__.'/Core/Listener/Events/NotificationEvent.php',
220
+    'Core\Listener\LanguageRouteListener'                                             => __DIR__.'/Core/Listener/LanguageRouteListener.php',
221
+    'Core\Listener\NotificationAjaxHandler'                                           => __DIR__.'/Core/Listener/NotificationAjaxHandler.php',
222
+    'Core\Listener\NotificationListener'                                              => __DIR__.'/Core/Listener/NotificationListener.php',
223
+    'Core\Listener\Response\ResponseInterface'                                        => __DIR__.'/Core/Listener/Response/ResponseInterface.php',
224
+    'Core\Listener\StringListener'                                                    => __DIR__.'/Core/Listener/StringListener.php',
225
+    'Core\Listener\XmlRenderListener'                                                 => __DIR__.'/Core/Listener/XmlRenderListener.php',
226
+    'Core\Log\ErrorLoggerFactory'                                                     => __DIR__.'/Core/Log/ErrorLoggerFactory.php',
227
+    'Core\Log\Filter\ErrorType'                                                       => __DIR__.'/Core/Log/Filter/ErrorType.php',
228
+    'Core\Log\Formatter\ErrorAndExceptionHandler'                                     => __DIR__.'/Core/Log/Formatter/ErrorAndExceptionHandler.php',
229
+    'Core\Log\LoggerAbstractFactory'                                                  => __DIR__.'/Core/Log/LoggerAbstractFactory.php',
230
+    'Core\Log\Notification\NotificationEntity'                                        => __DIR__.'/Core/Log/Notification/NotificationEntity.php',
231
+    'Core\Log\Notification\NotificationEntityInterface'                               => __DIR__.'/Core/Log/Notification/NotificationEntityInterface.php',
232
+    'Core\Log\Processor\UniqueId'                                                     => __DIR__.'/Core/Log/Processor/UniqueId.php',
233
+    'Core\Mail\HTMLTemplateMessage'                                                   => __DIR__.'/Core/Mail/HTMLTemplateMessage.php',
234
+    'Core\Mail\Mail'                                                                  => __DIR__.'/Core/Mail/Mail.php',
235
+    'Core\Mail\MailService'                                                           => __DIR__.'/Core/Mail/MailService.php',
236
+    'Core\Mail\MailServiceConfig'                                                     => __DIR__.'/Core/Mail/MailServiceConfig.php',
237
+    'Core\Mail\MailServiceFactory'                                                    => __DIR__.'/Core/Mail/MailServiceFactory.php',
238
+    'Core\Mail\Message'                                                               => __DIR__.'/Core/Mail/Message.php',
239
+    'Core\Mail\StringTemplateMessage'                                                 => __DIR__.'/Core/Mail/StringTemplateMessage.php',
240
+    'Core\Mail\TranslatorAwareMessage'                                                => __DIR__.'/Core/Mail/TranslatorAwareMessage.php',
241
+    'Core\ModuleManager\ModuleConfigLoader'                                           => __DIR__.'/Core/ModuleManager/ModuleConfigLoader.php',
242
+    'Core\Options\Exception\ExceptionInterface'                                       => __DIR__.'/Core/Options/Exception/ExceptionInterface.php',
243
+    'Core\Options\Exception\MissingOptionException'                                   => __DIR__.'/Core/Options/Exception/MissingOptionException.php',
244
+    'Core\Options\FieldsetCustomizationOptions'                                       => __DIR__.'/Core/Options/FieldsetCustomizationOptions.php',
245
+    'Core\Options\MailServiceOptions'                                                 => __DIR__.'/Core/Options/MailServiceOptions.php',
246
+    'Core\Options\ModuleOptions'                                                      => __DIR__.'/Core/Options/ModuleOptions.php',
247
+    'Core\Paginator\Adapter\DoctrineMongoCursor'                                      => __DIR__.'/Core/Paginator/Adapter/DoctrineMongoCursor.php',
248
+    'Core\Paginator\Adapter\DoctrineMongoLateCursor'                                  => __DIR__.'/Core/Paginator/Adapter/DoctrineMongoLateCursor.php',
249
+    'Core\Paginator\Adapter\MongoCursor'                                              => __DIR__.'/Core/Paginator/Adapter/MongoCursor.php',
250
+    'Core\Paginator\PaginatorFactoryAbstract'                                         => __DIR__.'/Core/Paginator/PaginatorFactoryAbstract.php',
251
+    'Core\Paginator\PaginatorService'                                                 => __DIR__.'/Core/Paginator/PaginatorService.php',
252
+    'Core\Paginator\PaginatorServiceConfig'                                           => __DIR__.'/Core/Paginator/PaginatorServiceConfig.php',
253
+    'Core\Paginator\PaginatorServiceFactory'                                          => __DIR__.'/Core/Paginator/PaginatorServiceFactory.php',
254
+    'Core\Repository\AbstractProviderRepository'                                      => __DIR__.'/Core/Repository/AbstractProviderRepository.php',
255
+    'Core\Repository\AbstractRepository'                                              => __DIR__.'/Core/Repository/AbstractRepository.php',
256
+    'Core\Repository\DoctrineMongoODM\Annotation\Searchable'                          => __DIR__.'/Core/Repository/DoctrineMongoODM/Annotation/Searchable.php',
257
+    'Core\Repository\DoctrineMongoODM\ConfigurationFactory'                           => __DIR__.'/Core/Repository/DoctrineMongoODM/ConfigurationFactory.php',
258
+    'Core\Repository\DoctrineMongoODM\DocumentManagerFactory'                         => __DIR__.'/Core/Repository/DoctrineMongoODM/DocumentManagerFactory.php',
259
+    'Core\Repository\DoctrineMongoODM\Event\AbstractUpdateFilesPermissionsSubscriber' => __DIR__.'/Core/Repository/DoctrineMongoODM/Event/AbstractUpdateFilesPermissionsSubscriber.php',
260
+    'Core\Repository\DoctrineMongoODM\Event\AbstractUpdatePermissionsSubscriber'      => __DIR__.'/Core/Repository/DoctrineMongoODM/Event/AbstractUpdatePermissionsSubscriber.php',
261
+    'Core\Repository\DoctrineMongoODM\Event\EventArgs'                                => __DIR__.'/Core/Repository/DoctrineMongoODM/Event/EventArgs.php',
262
+    'Core\Repository\DoctrineMongoODM\Event\GenerateSearchKeywordsListener'           => __DIR__.'/Core/Repository/DoctrineMongoODM/Event/GenerateSearchKeywordsListener.php',
263
+    'Core\Repository\DoctrineMongoODM\Event\PreUpdateDocumentsSubscriber'             => __DIR__.'/Core/Repository/DoctrineMongoODM/Event/PreUpdateDocumentsSubscriber.php',
264
+    'Core\Repository\DoctrineMongoODM\Event\RepositoryEventsSubscriber'               => __DIR__.'/Core/Repository/DoctrineMongoODM/Event/RepositoryEventsSubscriber.php',
265
+    'Core\Repository\DoctrineMongoODM\PaginatorAdapter\EagerCursor'                   => __DIR__.'/Core/Repository/DoctrineMongoODM/PaginatorAdapter/EagerCursor.php',
266
+    'Core\Repository\DoctrineMongoODM\PersistenceListener'                            => __DIR__.'/Core/Repository/DoctrineMongoODM/PersistenceListener.php',
267
+    'Core\Repository\DoctrineMongoODM\ServiceLocatorAwareConfiguration'               => __DIR__.'/Core/Repository/DoctrineMongoODM/ServiceLocatorAwareConfiguration.php',
268
+    'Core\Repository\DoctrineMongoODM\Types\TimezoneAwareDate'                        => __DIR__.'/Core/Repository/DoctrineMongoODM/Types/TimezoneAwareDate.php',
269
+    'Core\Repository\DraftableEntityAwareInterface'                                   => __DIR__.'/Core/Repository/DraftableEntityAwareInterface.php',
270
+    'Core\Repository\DraftableEntityAwareTrait'                                       => __DIR__.'/Core/Repository/DraftableEntityAwareTrait.php',
271
+    'Core\Repository\Filter\AbstractPaginationQuery'                                  => __DIR__.'/Core/Repository/Filter/AbstractPaginationQuery.php',
272
+    'Core\Repository\Filter\PropertyToKeywords'                                       => __DIR__.'/Core/Repository/Filter/PropertyToKeywords.php',
273
+    'Core\Repository\RepositoryInterface'                                             => __DIR__.'/Core/Repository/RepositoryInterface.php',
274
+    'Core\Repository\RepositoryService'                                               => __DIR__.'/Core/Repository/RepositoryService.php',
275
+    'Core\Repository\RepositoryServiceFactory'                                        => __DIR__.'/Core/Repository/RepositoryServiceFactory.php',
276
+    'Core\Repository\SnapshotRepository'                                              => __DIR__.'/Core/Repository/SnapshotRepository.php',
277
+    'Core\Service\Config'                                                             => __DIR__.'/Core/Service/Config.php',
278
+    'Core\Service\OptionValueInterface'                                               => __DIR__.'/Core/Service/OptionValueInterface.php',
279
+    'Core\Service\RestClient'                                                         => __DIR__.'/Core/Service/RestClient.php',
280
+    'Core\Service\SnapshotGenerator'                                                  => __DIR__.'/Core/Service/SnapshotGenerator.php',
281
+    'Core\Service\TemplateProvider'                                                   => __DIR__.'/Core/Service/TemplateProvider.php',
282
+    'Core\View\Helper\AbstractEventsHelper'                                           => __DIR__.'/Core/View/Helper/AbstractEventsHelper.php',
283
+    'Core\View\Helper\Alert'                                                          => __DIR__.'/Core/View/Helper/Alert.php',
284
+    'Core\View\Helper\DateFormat'                                                     => __DIR__.'/Core/View/Helper/DateFormat.php',
285
+    'Core\View\Helper\InsertFile'                                                     => __DIR__.'/Core/View/Helper/InsertFile.php',
286
+    'Core\View\Helper\InsertFile\FileEvent'                                           => __DIR__.'/Core/View/Helper/InsertFile/FileEvent.php',
287
+    'Core\View\Helper\LanguageSwitcher'                                               => __DIR__.'/Core/View/Helper/LanguageSwitcher.php',
288
+    'Core\View\Helper\Link'                                                           => __DIR__.'/Core/View/Helper/Link.php',
289
+    'Core\View\Helper\Params'                                                         => __DIR__.'/Core/View/Helper/Params.php',
290
+    'Core\View\Helper\Period'                                                         => __DIR__.'/Core/View/Helper/Period.php',
291
+    'Core\View\Helper\Rating'                                                         => __DIR__.'/Core/View/Helper/Rating.php',
292
+    'Core\View\Helper\Salutation'                                                     => __DIR__.'/Core/View/Helper/Salutation.php',
293
+    'Core\View\Helper\Service\DateFormatHelperFactory'                                => __DIR__.'/Core/View/Helper/Service/DateFormatHelperFactory.php',
294
+    'Core\View\Helper\Service\HeadScriptFactory'                                      => __DIR__.'/Core/View/Helper/Service/HeadScriptFactory.php',
295
+    'Core\View\Helper\Service\ParamsHelperFactory'                                    => __DIR__.'/Core/View/Helper/Service/ParamsHelperFactory.php',
296
+    'Core\View\Helper\Services'                                                       => __DIR__.'/Core/View/Helper/Services.php',
297
+    'Core\View\Helper\SocialButtons'                                                  => __DIR__.'/Core/View/Helper/SocialButtons.php',
298 298
 );
Please login to merge, or discard this patch.
module/Organizations/src/autoload_classmap.php 1 patch
Spacing   +72 added lines, -72 removed lines patch added patch discarded remove patch
@@ -1,76 +1,76 @@
 block discarded – undo
1 1
 <?php
2 2
 // Generated by ZF2's ./bin/classmap_generator.php
3 3
 return array(
4
-    'Organizations\Acl\Assertion\WriteAssertion'                             => __DIR__ . '/Organizations/Acl/Assertion/WriteAssertion.php',
5
-    'Organizations\Acl\Listener\CheckJobCreatePermissionListener'            => __DIR__ . '/Organizations/Acl/Listener/CheckJobCreatePermissionListener.php',
6
-    'Organizations\Auth\Dependency\EmployeeListListener'                     => __DIR__ . '/Organizations/Auth/Dependency/EmployeeListListener.php',
7
-    'Organizations\Auth\Dependency\ListListener'                             => __DIR__ . '/Organizations/Auth/Dependency/ListListener.php',
8
-    'Organizations\Controller\IndexController'                               => __DIR__ . '/Organizations/Controller/IndexController.php',
9
-    'Organizations\Controller\InviteEmployeeController'                      => __DIR__ . '/Organizations/Controller/InviteEmployeeController.php',
10
-    'Organizations\Controller\Plugin\AcceptInvitationHandler'                => __DIR__ . '/Organizations/Controller/Plugin/AcceptInvitationHandler.php',
11
-    'Organizations\Controller\Plugin\GetOrganizationHandler'                 => __DIR__ . '/Organizations/Controller/Plugin/GetOrganizationHandler.php',
12
-    'Organizations\Controller\Plugin\InvitationHandler'                      => __DIR__ . '/Organizations/Controller/Plugin/InvitationHandler.php',
13
-    'Organizations\Controller\TypeAHeadController'                           => __DIR__ . '/Organizations/Controller/TypeAHeadController.php',
14
-    'Organizations\Entity\Employee'                                          => __DIR__ . '/Organizations/Entity/Employee.php',
15
-    'Organizations\Entity\EmployeeInterface'                                 => __DIR__ . '/Organizations/Entity/EmployeeInterface.php',
16
-    'Organizations\Entity\EmployeePermissions'                               => __DIR__ . '/Organizations/Entity/EmployeePermissions.php',
17
-    'Organizations\Entity\EmployeePermissionsInterface'                      => __DIR__ . '/Organizations/Entity/EmployeePermissionsInterface.php',
18
-    'Organizations\Entity\Hydrator\OrganizationHydrator'                     => __DIR__ . '/Organizations/Entity/Hydrator/OrganizationHydrator.php',
19
-    'Organizations\Entity\Hydrator\OrganizationHydratorFactory'              => __DIR__ . '/Organizations/Entity/Hydrator/OrganizationHydratorFactory.php',
20
-    'Organizations\Entity\Hydrator\Strategy\HttploadStrategy'                => __DIR__ . '/Organizations/Entity/Hydrator/Strategy/HttploadStrategy.php',
21
-    'Organizations\Entity\Hydrator\Strategy\OrganizationNameStrategy'        => __DIR__ . '/Organizations/Entity/Hydrator/Strategy/OrganizationNameStrategy.php',
22
-    'Organizations\Entity\Organization'                                      => __DIR__ . '/Organizations/Entity/Organization.php',
23
-    'Organizations\Entity\OrganizationContact'                               => __DIR__ . '/Organizations/Entity/OrganizationContact.php',
24
-    'Organizations\Entity\OrganizationContactInterface'                      => __DIR__ . '/Organizations/Entity/OrganizationContactInterface.php',
25
-    'Organizations\Entity\OrganizationImage'                                 => __DIR__ . '/Organizations/Entity/OrganizationImage.php',
26
-    'Organizations\Entity\OrganizationInterface'                             => __DIR__ . '/Organizations/Entity/OrganizationInterface.php',
27
-    'Organizations\Entity\OrganizationName'                                  => __DIR__ . '/Organizations/Entity/OrganizationName.php',
28
-    'Organizations\Entity\OrganizationNameInterface'                         => __DIR__ . '/Organizations/Entity/OrganizationNameInterface.php',
29
-    'Organizations\Entity\OrganizationReference'                             => __DIR__ . '/Organizations/Entity/OrganizationReference.php',
30
-    'Organizations\Entity\OrganizationReferenceInterface'                    => __DIR__ . '/Organizations/Entity/OrganizationReferenceInterface.php',
31
-    'Organizations\Entity\Template'                                          => __DIR__ . '/Organizations/Entity/Template.php',
32
-    'Organizations\Entity\TemplateInterface'                                 => __DIR__ . '/Organizations/Entity/TemplateInterface.php',
33
-    'Organizations\Entity\WorkflowSettings'                                  => __DIR__ . '/Organizations/Entity/WorkflowSettings.php',
34
-    'Organizations\Entity\WorkflowSettingsInterface'                         => __DIR__ . '/Organizations/Entity/WorkflowSettingsInterface.php',
35
-    'Organizations\Exception\ExceptionInterface'                             => __DIR__ . '/Organizations/Exception/ExceptionInterface.php',
36
-    'Organizations\Exception\MissingParentOrganizationException'             => __DIR__ . '/Organizations/Exception/MissingParentOrganizationException.php',
37
-    'Organizations\Factory\Auth\Dependency\ListListenerFactory'              => __DIR__ . '/Organizations/Factory/Auth/Dependency/ListListenerFactory.php',
38
-    'Organizations\Factory\Controller\IndexControllerFactory'                => __DIR__ . '/Organizations/Factory/Controller/IndexControllerFactory.php',
39
-    'Organizations\Factory\Controller\Plugin\AcceptInvitationHandlerFactory' => __DIR__ . '/Organizations/Factory/Controller/Plugin/AcceptInvitationHandlerFactory.php',
40
-    'Organizations\Factory\Controller\Plugin\GetOrganizationHandlerFactory'  => __DIR__ . '/Organizations/Factory/Controller/Plugin/GetOrganizationHandlerFactory.php',
41
-    'Organizations\Factory\Controller\Plugin\InvitationHandlerFactory'       => __DIR__ . '/Organizations/Factory/Controller/Plugin/InvitationHandlerFactory.php',
42
-    'Organizations\Factory\Controller\TypeAHeadControllerFactory'            => __DIR__ . '/Organizations/Factory/Controller/TypeAHeadControllerFactory.php',
43
-    'Organizations\Factory\Form\EmployeeFieldsetFactory'                     => __DIR__ . '/Organizations/Factory/Form/EmployeeFieldsetFactory.php',
44
-    'Organizations\Factory\Form\EmployeesFieldsetFactory'                    => __DIR__ . '/Organizations/Factory/Form/EmployeesFieldsetFactory.php',
45
-    'Organizations\Factory\ImageFileCache\ApplicationListenerFactory'        => __DIR__ . '/Organizations/Factory/ImageFileCache/ApplicationListenerFactory.php',
46
-    'Organizations\Factory\ImageFileCache\ManagerFactory'                    => __DIR__ . '/Organizations/Factory/ImageFileCache/ManagerFactory.php',
47
-    'Organizations\Factory\ImageFileCache\ODMListenerFactory'                => __DIR__ . '/Organizations/Factory/ImageFileCache/ODMListenerFactory.php',
48
-    'Organizations\Filter\Recipients'                                        => __DIR__ . '/Organizations/Filter/Recipients.php',
49
-    'Organizations\Form\Element\Employee'                                    => __DIR__ . '/Organizations/Form/Element/Employee.php',
50
-    'Organizations\Form\Element\InviteEmployeeBar'                           => __DIR__ . '/Organizations/Form/Element/InviteEmployeeBar.php',
51
-    'Organizations\Form\EmployeeFieldset'                                    => __DIR__ . '/Organizations/Form/EmployeeFieldset.php',
52
-    'Organizations\Form\Employees'                                           => __DIR__ . '/Organizations/Form/Employees.php',
53
-    'Organizations\Form\EmployeesFieldset'                                   => __DIR__ . '/Organizations/Form/EmployeesFieldset.php',
54
-    'Organizations\Form\LogoImageFactory'                                    => __DIR__ . '/Organizations/Form/LogoImageFactory.php',
55
-    'Organizations\Form\Organizations'                                       => __DIR__ . '/Organizations/Form/Organizations.php',
56
-    'Organizations\Form\OrganizationsContactFieldset'                        => __DIR__ . '/Organizations/Form/OrganizationsContactFieldset.php',
57
-    'Organizations\Form\OrganizationsContactForm'                            => __DIR__ . '/Organizations/Form/OrganizationsContactForm.php',
58
-    'Organizations\Form\OrganizationsDescriptionFieldset'                    => __DIR__ . '/Organizations/Form/OrganizationsDescriptionFieldset.php',
59
-    'Organizations\Form\OrganizationsDescriptionForm'                        => __DIR__ . '/Organizations/Form/OrganizationsDescriptionForm.php',
60
-    'Organizations\Form\OrganizationsFieldset'                               => __DIR__ . '/Organizations/Form/OrganizationsFieldset.php',
61
-    'Organizations\Form\OrganizationsNameFieldset'                           => __DIR__ . '/Organizations/Form/OrganizationsNameFieldset.php',
62
-    'Organizations\Form\OrganizationsNameForm'                               => __DIR__ . '/Organizations/Form/OrganizationsNameForm.php',
63
-    'Organizations\Form\WorkflowSettings'                                    => __DIR__ . '/Organizations/Form/WorkflowSettings.php',
64
-    'Organizations\Form\WorkflowSettingsFieldset'                            => __DIR__ . '/Organizations/Form/WorkflowSettingsFieldset.php',
65
-    'Organizations\ImageFileCache\ApplicationListener'                       => __DIR__ . '/Organizations/ImageFileCache/ApplicationListener.php',
66
-    'Organizations\ImageFileCache\Manager'                                   => __DIR__ . '/Organizations/ImageFileCache/Manager.php',
67
-    'Organizations\ImageFileCache\ODMListener'                               => __DIR__ . '/Organizations/ImageFileCache/ODMListener.php',
68
-    'Organizations\Mail\EmployeeInvitationFactory'                           => __DIR__ . '/Organizations/Mail/EmployeeInvitationFactory.php',
69
-    'Organizations\Options\ImageFileCacheOptions'                            => __DIR__ . '/Organizations/Options/ImageFileCacheOptions.php',
70
-    'Organizations\Repository\Event\InjectOrganizationReferenceListener'     => __DIR__ . '/Organizations/Repository/Event/InjectOrganizationReferenceListener.php',
71
-    'Organizations\Repository\Filter\PaginationQuery'                        => __DIR__ . '/Organizations/Repository/Filter/PaginationQuery.php',
72
-    'Organizations\Repository\Filter\PaginationQueryFactory'                 => __DIR__ . '/Organizations/Repository/Filter/PaginationQueryFactory.php',
73
-    'Organizations\Repository\Organization'                                  => __DIR__ . '/Organizations/Repository/Organization.php',
74
-    'Organizations\Repository\OrganizationImage'                             => __DIR__ . '/Organizations/Repository/OrganizationImage.php',
75
-    'Organizations\Repository\OrganizationName'                              => __DIR__ . '/Organizations/Repository/OrganizationName.php',
4
+    'Organizations\Acl\Assertion\WriteAssertion'                             => __DIR__.'/Organizations/Acl/Assertion/WriteAssertion.php',
5
+    'Organizations\Acl\Listener\CheckJobCreatePermissionListener'            => __DIR__.'/Organizations/Acl/Listener/CheckJobCreatePermissionListener.php',
6
+    'Organizations\Auth\Dependency\EmployeeListListener'                     => __DIR__.'/Organizations/Auth/Dependency/EmployeeListListener.php',
7
+    'Organizations\Auth\Dependency\ListListener'                             => __DIR__.'/Organizations/Auth/Dependency/ListListener.php',
8
+    'Organizations\Controller\IndexController'                               => __DIR__.'/Organizations/Controller/IndexController.php',
9
+    'Organizations\Controller\InviteEmployeeController'                      => __DIR__.'/Organizations/Controller/InviteEmployeeController.php',
10
+    'Organizations\Controller\Plugin\AcceptInvitationHandler'                => __DIR__.'/Organizations/Controller/Plugin/AcceptInvitationHandler.php',
11
+    'Organizations\Controller\Plugin\GetOrganizationHandler'                 => __DIR__.'/Organizations/Controller/Plugin/GetOrganizationHandler.php',
12
+    'Organizations\Controller\Plugin\InvitationHandler'                      => __DIR__.'/Organizations/Controller/Plugin/InvitationHandler.php',
13
+    'Organizations\Controller\TypeAHeadController'                           => __DIR__.'/Organizations/Controller/TypeAHeadController.php',
14
+    'Organizations\Entity\Employee'                                          => __DIR__.'/Organizations/Entity/Employee.php',
15
+    'Organizations\Entity\EmployeeInterface'                                 => __DIR__.'/Organizations/Entity/EmployeeInterface.php',
16
+    'Organizations\Entity\EmployeePermissions'                               => __DIR__.'/Organizations/Entity/EmployeePermissions.php',
17
+    'Organizations\Entity\EmployeePermissionsInterface'                      => __DIR__.'/Organizations/Entity/EmployeePermissionsInterface.php',
18
+    'Organizations\Entity\Hydrator\OrganizationHydrator'                     => __DIR__.'/Organizations/Entity/Hydrator/OrganizationHydrator.php',
19
+    'Organizations\Entity\Hydrator\OrganizationHydratorFactory'              => __DIR__.'/Organizations/Entity/Hydrator/OrganizationHydratorFactory.php',
20
+    'Organizations\Entity\Hydrator\Strategy\HttploadStrategy'                => __DIR__.'/Organizations/Entity/Hydrator/Strategy/HttploadStrategy.php',
21
+    'Organizations\Entity\Hydrator\Strategy\OrganizationNameStrategy'        => __DIR__.'/Organizations/Entity/Hydrator/Strategy/OrganizationNameStrategy.php',
22
+    'Organizations\Entity\Organization'                                      => __DIR__.'/Organizations/Entity/Organization.php',
23
+    'Organizations\Entity\OrganizationContact'                               => __DIR__.'/Organizations/Entity/OrganizationContact.php',
24
+    'Organizations\Entity\OrganizationContactInterface'                      => __DIR__.'/Organizations/Entity/OrganizationContactInterface.php',
25
+    'Organizations\Entity\OrganizationImage'                                 => __DIR__.'/Organizations/Entity/OrganizationImage.php',
26
+    'Organizations\Entity\OrganizationInterface'                             => __DIR__.'/Organizations/Entity/OrganizationInterface.php',
27
+    'Organizations\Entity\OrganizationName'                                  => __DIR__.'/Organizations/Entity/OrganizationName.php',
28
+    'Organizations\Entity\OrganizationNameInterface'                         => __DIR__.'/Organizations/Entity/OrganizationNameInterface.php',
29
+    'Organizations\Entity\OrganizationReference'                             => __DIR__.'/Organizations/Entity/OrganizationReference.php',
30
+    'Organizations\Entity\OrganizationReferenceInterface'                    => __DIR__.'/Organizations/Entity/OrganizationReferenceInterface.php',
31
+    'Organizations\Entity\Template'                                          => __DIR__.'/Organizations/Entity/Template.php',
32
+    'Organizations\Entity\TemplateInterface'                                 => __DIR__.'/Organizations/Entity/TemplateInterface.php',
33
+    'Organizations\Entity\WorkflowSettings'                                  => __DIR__.'/Organizations/Entity/WorkflowSettings.php',
34
+    'Organizations\Entity\WorkflowSettingsInterface'                         => __DIR__.'/Organizations/Entity/WorkflowSettingsInterface.php',
35
+    'Organizations\Exception\ExceptionInterface'                             => __DIR__.'/Organizations/Exception/ExceptionInterface.php',
36
+    'Organizations\Exception\MissingParentOrganizationException'             => __DIR__.'/Organizations/Exception/MissingParentOrganizationException.php',
37
+    'Organizations\Factory\Auth\Dependency\ListListenerFactory'              => __DIR__.'/Organizations/Factory/Auth/Dependency/ListListenerFactory.php',
38
+    'Organizations\Factory\Controller\IndexControllerFactory'                => __DIR__.'/Organizations/Factory/Controller/IndexControllerFactory.php',
39
+    'Organizations\Factory\Controller\Plugin\AcceptInvitationHandlerFactory' => __DIR__.'/Organizations/Factory/Controller/Plugin/AcceptInvitationHandlerFactory.php',
40
+    'Organizations\Factory\Controller\Plugin\GetOrganizationHandlerFactory'  => __DIR__.'/Organizations/Factory/Controller/Plugin/GetOrganizationHandlerFactory.php',
41
+    'Organizations\Factory\Controller\Plugin\InvitationHandlerFactory'       => __DIR__.'/Organizations/Factory/Controller/Plugin/InvitationHandlerFactory.php',
42
+    'Organizations\Factory\Controller\TypeAHeadControllerFactory'            => __DIR__.'/Organizations/Factory/Controller/TypeAHeadControllerFactory.php',
43
+    'Organizations\Factory\Form\EmployeeFieldsetFactory'                     => __DIR__.'/Organizations/Factory/Form/EmployeeFieldsetFactory.php',
44
+    'Organizations\Factory\Form\EmployeesFieldsetFactory'                    => __DIR__.'/Organizations/Factory/Form/EmployeesFieldsetFactory.php',
45
+    'Organizations\Factory\ImageFileCache\ApplicationListenerFactory'        => __DIR__.'/Organizations/Factory/ImageFileCache/ApplicationListenerFactory.php',
46
+    'Organizations\Factory\ImageFileCache\ManagerFactory'                    => __DIR__.'/Organizations/Factory/ImageFileCache/ManagerFactory.php',
47
+    'Organizations\Factory\ImageFileCache\ODMListenerFactory'                => __DIR__.'/Organizations/Factory/ImageFileCache/ODMListenerFactory.php',
48
+    'Organizations\Filter\Recipients'                                        => __DIR__.'/Organizations/Filter/Recipients.php',
49
+    'Organizations\Form\Element\Employee'                                    => __DIR__.'/Organizations/Form/Element/Employee.php',
50
+    'Organizations\Form\Element\InviteEmployeeBar'                           => __DIR__.'/Organizations/Form/Element/InviteEmployeeBar.php',
51
+    'Organizations\Form\EmployeeFieldset'                                    => __DIR__.'/Organizations/Form/EmployeeFieldset.php',
52
+    'Organizations\Form\Employees'                                           => __DIR__.'/Organizations/Form/Employees.php',
53
+    'Organizations\Form\EmployeesFieldset'                                   => __DIR__.'/Organizations/Form/EmployeesFieldset.php',
54
+    'Organizations\Form\LogoImageFactory'                                    => __DIR__.'/Organizations/Form/LogoImageFactory.php',
55
+    'Organizations\Form\Organizations'                                       => __DIR__.'/Organizations/Form/Organizations.php',
56
+    'Organizations\Form\OrganizationsContactFieldset'                        => __DIR__.'/Organizations/Form/OrganizationsContactFieldset.php',
57
+    'Organizations\Form\OrganizationsContactForm'                            => __DIR__.'/Organizations/Form/OrganizationsContactForm.php',
58
+    'Organizations\Form\OrganizationsDescriptionFieldset'                    => __DIR__.'/Organizations/Form/OrganizationsDescriptionFieldset.php',
59
+    'Organizations\Form\OrganizationsDescriptionForm'                        => __DIR__.'/Organizations/Form/OrganizationsDescriptionForm.php',
60
+    'Organizations\Form\OrganizationsFieldset'                               => __DIR__.'/Organizations/Form/OrganizationsFieldset.php',
61
+    'Organizations\Form\OrganizationsNameFieldset'                           => __DIR__.'/Organizations/Form/OrganizationsNameFieldset.php',
62
+    'Organizations\Form\OrganizationsNameForm'                               => __DIR__.'/Organizations/Form/OrganizationsNameForm.php',
63
+    'Organizations\Form\WorkflowSettings'                                    => __DIR__.'/Organizations/Form/WorkflowSettings.php',
64
+    'Organizations\Form\WorkflowSettingsFieldset'                            => __DIR__.'/Organizations/Form/WorkflowSettingsFieldset.php',
65
+    'Organizations\ImageFileCache\ApplicationListener'                       => __DIR__.'/Organizations/ImageFileCache/ApplicationListener.php',
66
+    'Organizations\ImageFileCache\Manager'                                   => __DIR__.'/Organizations/ImageFileCache/Manager.php',
67
+    'Organizations\ImageFileCache\ODMListener'                               => __DIR__.'/Organizations/ImageFileCache/ODMListener.php',
68
+    'Organizations\Mail\EmployeeInvitationFactory'                           => __DIR__.'/Organizations/Mail/EmployeeInvitationFactory.php',
69
+    'Organizations\Options\ImageFileCacheOptions'                            => __DIR__.'/Organizations/Options/ImageFileCacheOptions.php',
70
+    'Organizations\Repository\Event\InjectOrganizationReferenceListener'     => __DIR__.'/Organizations/Repository/Event/InjectOrganizationReferenceListener.php',
71
+    'Organizations\Repository\Filter\PaginationQuery'                        => __DIR__.'/Organizations/Repository/Filter/PaginationQuery.php',
72
+    'Organizations\Repository\Filter\PaginationQueryFactory'                 => __DIR__.'/Organizations/Repository/Filter/PaginationQueryFactory.php',
73
+    'Organizations\Repository\Organization'                                  => __DIR__.'/Organizations/Repository/Organization.php',
74
+    'Organizations\Repository\OrganizationImage'                             => __DIR__.'/Organizations/Repository/OrganizationImage.php',
75
+    'Organizations\Repository\OrganizationName'                              => __DIR__.'/Organizations/Repository/OrganizationName.php',
76 76
 );
Please login to merge, or discard this patch.
module/Cv/src/autoload_classmap.php 1 patch
Spacing   +62 added lines, -62 removed lines patch added patch discarded remove patch
@@ -1,66 +1,66 @@
 block discarded – undo
1 1
 <?php
2 2
 // Generated by ZF2's ./bin/classmap_generator.php
3 3
 return array(
4
-    'Cv\Acl\Assertion\MayChangeCv'                           => __DIR__ . '/Cv/Acl/Assertion/MayChangeCv.php',
5
-    'Cv\Acl\Assertion\MayViewCv'                             => __DIR__ . '/Cv/Acl/Assertion/MayViewCv.php',
6
-    'Cv\Controller\IndexController'                          => __DIR__ . '/Cv/Controller/IndexController.php',
7
-    'Cv\Controller\ManageController'                         => __DIR__ . '/Cv/Controller/ManageController.php',
8
-    'Cv\Controller\ViewController'                           => __DIR__ . '/Cv/Controller/ViewController.php',
9
-    'Cv\Entity\Attachment'                                   => __DIR__ . '/Cv/Entity/Attachment.php',
10
-    'Cv\Entity\ComputerSkill'                                => __DIR__ . '/Cv/Entity/ComputerSkill.php',
11
-    'Cv\Entity\ComputerSkillInterface'                       => __DIR__ . '/Cv/Entity/ComputerSkillInterface.php',
12
-    'Cv\Entity\Contact'                                      => __DIR__ . '/Cv/Entity/Contact.php',
13
-    'Cv\Entity\ContactImage'                                 => __DIR__ . '/Cv/Entity/ContactImage.php',
14
-    'Cv\Entity\Cv'                                           => __DIR__ . '/Cv/Entity/Cv.php',
15
-    'Cv\Entity\CvInterface'                                  => __DIR__ . '/Cv/Entity/CvInterface.php',
16
-    'Cv\Entity\Education'                                    => __DIR__ . '/Cv/Entity/Education.php',
17
-    'Cv\Entity\EducationInterface'                           => __DIR__ . '/Cv/Entity/EducationInterface.php',
18
-    'Cv\Entity\Employment'                                   => __DIR__ . '/Cv/Entity/Employment.php',
19
-    'Cv\Entity\EmploymentInterface'                          => __DIR__ . '/Cv/Entity/EmploymentInterface.php',
20
-    'Cv\Entity\Language'                                     => __DIR__ . '/Cv/Entity/Language.php',
21
-    'Cv\Entity\LanguageInterface'                            => __DIR__ . '/Cv/Entity/LanguageInterface.php',
22
-    'Cv\Entity\Location'                                     => __DIR__ . '/Cv/Entity/Location.php',
23
-    'Cv\Entity\NativeLanguage'                               => __DIR__ . '/Cv/Entity/NativeLanguage.php',
24
-    'Cv\Entity\NativeLanguageInterface'                      => __DIR__ . '/Cv/Entity/NativeLanguageInterface.php',
25
-    'Cv\Entity\PreferredJob'                                 => __DIR__ . '/Cv/Entity/PreferredJob.php',
26
-    'Cv\Entity\PreferredJobInterface'                        => __DIR__ . '/Cv/Entity/PreferredJobInterface.php',
27
-    'Cv\Entity\Skill'                                        => __DIR__ . '/Cv/Entity/Skill.php',
28
-    'Cv\Entity\SkillInterface'                               => __DIR__ . '/Cv/Entity/SkillInterface.php',
29
-    'Cv\Entity\Status'                                       => __DIR__ . '/Cv/Entity/Status.php',
30
-    'Cv\Entity\StatusInterface'                              => __DIR__ . '/Cv/Entity/StatusInterface.php',
31
-    'Cv\Factory\Controller\IndexControllerFactory'           => __DIR__ . '/Cv/Factory/Controller/IndexControllerFactory.php',
32
-    'Cv\Factory\Controller\ViewControllerFactory'            => __DIR__ . '/Cv/Factory/Controller/ViewControllerFactory.php',
33
-    'Cv\Factory\Form\AttachmentsFormFactory'                 => __DIR__ . '/Cv/Factory/Form/AttachmentsFormFactory.php',
34
-    'Cv\Factory\Form\CvContactImageFactory'                  => __DIR__ . '/Cv/Factory/Form/CvContactImageFactory.php',
35
-    'Cv\Factory\Form\EducationCollectionFactory'             => __DIR__ . '/Cv/Factory/Form/EducationCollectionFactory.php',
36
-    'Cv\Factory\Form\EmploymentCollectionFactory'            => __DIR__ . '/Cv/Factory/Form/EmploymentCollectionFactory.php',
37
-    'Cv\Factory\Form\LanguageSkillCollectionFactory'         => __DIR__ . '/Cv/Factory/Form/LanguageSkillCollectionFactory.php',
38
-    'Cv\Factory\Form\PreferredJobFieldsetFactory'            => __DIR__ . '/Cv/Factory/Form/PreferredJobFieldsetFactory.php',
39
-    'Cv\Factory\Form\SearchFormFieldsetFactory'              => __DIR__ . '/Cv/Factory/Form/SearchFormFieldsetFactory.php',
40
-    'Cv\Factory\Form\SkillCollectionFactory'                 => __DIR__ . '/Cv/Factory/Form/SkillCollectionFactory.php',
41
-    'Cv\Form\CvContainer'                                    => __DIR__ . '/Cv/Form/CvContainer.php',
42
-    'Cv\Form\EducationFieldset'                              => __DIR__ . '/Cv/Form/EducationFieldset.php',
43
-    'Cv\Form\EducationForm'                                  => __DIR__ . '/Cv/Form/EducationForm.php',
44
-    'Cv\Form\EmploymentFieldset'                             => __DIR__ . '/Cv/Form/EmploymentFieldset.php',
45
-    'Cv\Form\EmploymentForm'                                 => __DIR__ . '/Cv/Form/EmploymentForm.php',
46
-    'Cv\Form\InputFilter\Education'                          => __DIR__ . '/Cv/Form/InputFilter/Education.php',
47
-    'Cv\Form\InputFilter\Employment'                         => __DIR__ . '/Cv/Form/InputFilter/Employment.php',
48
-    'Cv\Form\LanguageSkillFieldset'                          => __DIR__ . '/Cv/Form/LanguageSkillFieldset.php',
49
-    'Cv\Form\LanguageSkillForm'                              => __DIR__ . '/Cv/Form/LanguageSkillForm.php',
50
-    'Cv\Form\NativeLanguageFieldset'                         => __DIR__ . '/Cv/Form/NativeLanguageFieldset.php',
51
-    'Cv\Form\NativeLanguageForm'                             => __DIR__ . '/Cv/Form/NativeLanguageForm.php',
52
-    'Cv\Form\PreferredJobFieldset'                           => __DIR__ . '/Cv/Form/PreferredJobFieldset.php',
53
-    'Cv\Form\PreferredJobForm'                               => __DIR__ . '/Cv/Form/PreferredJobForm.php',
54
-    'Cv\Form\SearchForm'                                     => __DIR__ . '/Cv/Form/SearchForm.php',
55
-    'Cv\Form\SearchFormFieldset'                             => __DIR__ . '/Cv/Form/SearchFormFieldset.php',
56
-    'Cv\Form\SkillFieldset'                                  => __DIR__ . '/Cv/Form/SkillFieldset.php',
57
-    'Cv\Form\SkillForm'                                      => __DIR__ . '/Cv/Form/SkillForm.php',
58
-    'Cv\Options\ModuleOptions'                               => __DIR__ . '/Cv/Options/ModuleOptions.php',
59
-    'Cv\Paginator\PaginatorFactory'                          => __DIR__ . '/Cv/Paginator/PaginatorFactory.php',
60
-    'Cv\Repository\Cv'                                       => __DIR__ . '/Cv/Repository/Cv.php',
61
-    'Cv\Repository\Event\DeleteRemovedAttachmentsSubscriber' => __DIR__ . '/Cv/Repository/Event/DeleteRemovedAttachmentsSubscriber.php',
62
-    'Cv\Repository\Event\InjectContactListener'              => __DIR__ . '/Cv/Repository/Event/InjectContactListener.php',
63
-    'Cv\Repository\Event\UpdateFilesPermissionsSubscriber'   => __DIR__ . '/Cv/Repository/Event/UpdateFilesPermissionsSubscriber.php',
64
-    'Cv\Repository\Filter\PaginationQuery'                   => __DIR__ . '/Cv/Repository/Filter/PaginationQuery.php',
65
-    'Cv\Repository\Filter\PaginationQueryFactory'            => __DIR__ . '/Cv/Repository/Filter/PaginationQueryFactory.php',
4
+    'Cv\Acl\Assertion\MayChangeCv'                           => __DIR__.'/Cv/Acl/Assertion/MayChangeCv.php',
5
+    'Cv\Acl\Assertion\MayViewCv'                             => __DIR__.'/Cv/Acl/Assertion/MayViewCv.php',
6
+    'Cv\Controller\IndexController'                          => __DIR__.'/Cv/Controller/IndexController.php',
7
+    'Cv\Controller\ManageController'                         => __DIR__.'/Cv/Controller/ManageController.php',
8
+    'Cv\Controller\ViewController'                           => __DIR__.'/Cv/Controller/ViewController.php',
9
+    'Cv\Entity\Attachment'                                   => __DIR__.'/Cv/Entity/Attachment.php',
10
+    'Cv\Entity\ComputerSkill'                                => __DIR__.'/Cv/Entity/ComputerSkill.php',
11
+    'Cv\Entity\ComputerSkillInterface'                       => __DIR__.'/Cv/Entity/ComputerSkillInterface.php',
12
+    'Cv\Entity\Contact'                                      => __DIR__.'/Cv/Entity/Contact.php',
13
+    'Cv\Entity\ContactImage'                                 => __DIR__.'/Cv/Entity/ContactImage.php',
14
+    'Cv\Entity\Cv'                                           => __DIR__.'/Cv/Entity/Cv.php',
15
+    'Cv\Entity\CvInterface'                                  => __DIR__.'/Cv/Entity/CvInterface.php',
16
+    'Cv\Entity\Education'                                    => __DIR__.'/Cv/Entity/Education.php',
17
+    'Cv\Entity\EducationInterface'                           => __DIR__.'/Cv/Entity/EducationInterface.php',
18
+    'Cv\Entity\Employment'                                   => __DIR__.'/Cv/Entity/Employment.php',
19
+    'Cv\Entity\EmploymentInterface'                          => __DIR__.'/Cv/Entity/EmploymentInterface.php',
20
+    'Cv\Entity\Language'                                     => __DIR__.'/Cv/Entity/Language.php',
21
+    'Cv\Entity\LanguageInterface'                            => __DIR__.'/Cv/Entity/LanguageInterface.php',
22
+    'Cv\Entity\Location'                                     => __DIR__.'/Cv/Entity/Location.php',
23
+    'Cv\Entity\NativeLanguage'                               => __DIR__.'/Cv/Entity/NativeLanguage.php',
24
+    'Cv\Entity\NativeLanguageInterface'                      => __DIR__.'/Cv/Entity/NativeLanguageInterface.php',
25
+    'Cv\Entity\PreferredJob'                                 => __DIR__.'/Cv/Entity/PreferredJob.php',
26
+    'Cv\Entity\PreferredJobInterface'                        => __DIR__.'/Cv/Entity/PreferredJobInterface.php',
27
+    'Cv\Entity\Skill'                                        => __DIR__.'/Cv/Entity/Skill.php',
28
+    'Cv\Entity\SkillInterface'                               => __DIR__.'/Cv/Entity/SkillInterface.php',
29
+    'Cv\Entity\Status'                                       => __DIR__.'/Cv/Entity/Status.php',
30
+    'Cv\Entity\StatusInterface'                              => __DIR__.'/Cv/Entity/StatusInterface.php',
31
+    'Cv\Factory\Controller\IndexControllerFactory'           => __DIR__.'/Cv/Factory/Controller/IndexControllerFactory.php',
32
+    'Cv\Factory\Controller\ViewControllerFactory'            => __DIR__.'/Cv/Factory/Controller/ViewControllerFactory.php',
33
+    'Cv\Factory\Form\AttachmentsFormFactory'                 => __DIR__.'/Cv/Factory/Form/AttachmentsFormFactory.php',
34
+    'Cv\Factory\Form\CvContactImageFactory'                  => __DIR__.'/Cv/Factory/Form/CvContactImageFactory.php',
35
+    'Cv\Factory\Form\EducationCollectionFactory'             => __DIR__.'/Cv/Factory/Form/EducationCollectionFactory.php',
36
+    'Cv\Factory\Form\EmploymentCollectionFactory'            => __DIR__.'/Cv/Factory/Form/EmploymentCollectionFactory.php',
37
+    'Cv\Factory\Form\LanguageSkillCollectionFactory'         => __DIR__.'/Cv/Factory/Form/LanguageSkillCollectionFactory.php',
38
+    'Cv\Factory\Form\PreferredJobFieldsetFactory'            => __DIR__.'/Cv/Factory/Form/PreferredJobFieldsetFactory.php',
39
+    'Cv\Factory\Form\SearchFormFieldsetFactory'              => __DIR__.'/Cv/Factory/Form/SearchFormFieldsetFactory.php',
40
+    'Cv\Factory\Form\SkillCollectionFactory'                 => __DIR__.'/Cv/Factory/Form/SkillCollectionFactory.php',
41
+    'Cv\Form\CvContainer'                                    => __DIR__.'/Cv/Form/CvContainer.php',
42
+    'Cv\Form\EducationFieldset'                              => __DIR__.'/Cv/Form/EducationFieldset.php',
43
+    'Cv\Form\EducationForm'                                  => __DIR__.'/Cv/Form/EducationForm.php',
44
+    'Cv\Form\EmploymentFieldset'                             => __DIR__.'/Cv/Form/EmploymentFieldset.php',
45
+    'Cv\Form\EmploymentForm'                                 => __DIR__.'/Cv/Form/EmploymentForm.php',
46
+    'Cv\Form\InputFilter\Education'                          => __DIR__.'/Cv/Form/InputFilter/Education.php',
47
+    'Cv\Form\InputFilter\Employment'                         => __DIR__.'/Cv/Form/InputFilter/Employment.php',
48
+    'Cv\Form\LanguageSkillFieldset'                          => __DIR__.'/Cv/Form/LanguageSkillFieldset.php',
49
+    'Cv\Form\LanguageSkillForm'                              => __DIR__.'/Cv/Form/LanguageSkillForm.php',
50
+    'Cv\Form\NativeLanguageFieldset'                         => __DIR__.'/Cv/Form/NativeLanguageFieldset.php',
51
+    'Cv\Form\NativeLanguageForm'                             => __DIR__.'/Cv/Form/NativeLanguageForm.php',
52
+    'Cv\Form\PreferredJobFieldset'                           => __DIR__.'/Cv/Form/PreferredJobFieldset.php',
53
+    'Cv\Form\PreferredJobForm'                               => __DIR__.'/Cv/Form/PreferredJobForm.php',
54
+    'Cv\Form\SearchForm'                                     => __DIR__.'/Cv/Form/SearchForm.php',
55
+    'Cv\Form\SearchFormFieldset'                             => __DIR__.'/Cv/Form/SearchFormFieldset.php',
56
+    'Cv\Form\SkillFieldset'                                  => __DIR__.'/Cv/Form/SkillFieldset.php',
57
+    'Cv\Form\SkillForm'                                      => __DIR__.'/Cv/Form/SkillForm.php',
58
+    'Cv\Options\ModuleOptions'                               => __DIR__.'/Cv/Options/ModuleOptions.php',
59
+    'Cv\Paginator\PaginatorFactory'                          => __DIR__.'/Cv/Paginator/PaginatorFactory.php',
60
+    'Cv\Repository\Cv'                                       => __DIR__.'/Cv/Repository/Cv.php',
61
+    'Cv\Repository\Event\DeleteRemovedAttachmentsSubscriber' => __DIR__.'/Cv/Repository/Event/DeleteRemovedAttachmentsSubscriber.php',
62
+    'Cv\Repository\Event\InjectContactListener'              => __DIR__.'/Cv/Repository/Event/InjectContactListener.php',
63
+    'Cv\Repository\Event\UpdateFilesPermissionsSubscriber'   => __DIR__.'/Cv/Repository/Event/UpdateFilesPermissionsSubscriber.php',
64
+    'Cv\Repository\Filter\PaginationQuery'                   => __DIR__.'/Cv/Repository/Filter/PaginationQuery.php',
65
+    'Cv\Repository\Filter\PaginationQueryFactory'            => __DIR__.'/Cv/Repository/Filter/PaginationQueryFactory.php',
66 66
 );
Please login to merge, or discard this patch.
module/Cv/Module.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      */
29 29
     public function getConfig()
30 30
     {
31
-        return include __DIR__ . '/config/module.config.php';
31
+        return include __DIR__.'/config/module.config.php';
32 32
     }
33 33
 
34 34
     /**
@@ -41,11 +41,11 @@  discard block
 block discarded – undo
41 41
         
42 42
         return array(
43 43
             'Zend\Loader\ClassMapAutoloader' => [
44
-                __DIR__ . '/src/autoload_classmap.php'
44
+                __DIR__.'/src/autoload_classmap.php'
45 45
             ],
46 46
             'Zend\Loader\StandardAutoloader' => array(
47 47
                 'namespaces' => array(
48
-                    __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
48
+                    __NAMESPACE__ => __DIR__.'/src/'.__NAMESPACE__,
49 49
                 ),
50 50
             ),
51 51
         );
Please login to merge, or discard this patch.
module/Auth/src/Acl/Controller/Plugin/AclFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param  string             $requestedName
28 28
      * @param  null|array         $options
29 29
      *
30
-     * @return object
30
+     * @return Acl
31 31
      * @throws ServiceNotFoundException if unable to resolve the service.
32 32
      * @throws ServiceNotCreatedException if an exception is raised when
33 33
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Controller/IndexControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param  string             $requestedName
28 28
      * @param  null|array         $options
29 29
      *
30
-     * @return object
30
+     * @return IndexController
31 31
      * @throws ServiceNotFoundException if unable to resolve the service.
32 32
      * @throws ServiceNotCreatedException if an exception is raised when
33 33
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Controller/ManageControllerFactory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param  string             $requestedName
25 25
      * @param  null|array         $options
26 26
      *
27
-     * @return object
27
+     * @return ManageController
28 28
      * @throws ServiceNotFoundException if unable to resolve the service.
29 29
      * @throws ServiceNotCreatedException if an exception is raised when
30 30
      *     creating a service.
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
     {
35 35
         $auth = $container->get('AuthenticationService');
36 36
         /* @var RepositoryService     $repositoryService */
37
-        $repositoryService =    $container->get('repositories');
38
-        $translator =    $container->get('translator');
37
+        $repositoryService = $container->get('repositories');
38
+        $translator = $container->get('translator');
39 39
         return new ManageController($auth, $repositoryService, $translator);
40 40
     }
41 41
 
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Controller/TemplateControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param  string             $requestedName
27 27
      * @param  null|array         $options
28 28
      *
29
-     * @return object
29
+     * @return TemplateController
30 30
      * @throws ServiceNotFoundException if unable to resolve the service.
31 31
      * @throws ServiceNotCreatedException if an exception is raised when
32 32
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/ActiveOrganizationSelectFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * @param  string             $requestedName
34 34
      * @param  null|array         $options
35 35
      *
36
-     * @return object
36
+     * @return OrganizationSelect
37 37
      * @throws ServiceNotFoundException if unable to resolve the service.
38 38
      * @throws ServiceNotCreatedException if an exception is raised when
39 39
      *     creating a service.
Please login to merge, or discard this patch.