forked from ThaDafinser/ZfcDatagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoload_classmap.php
129 lines (129 loc) · 16.7 KB
/
autoload_classmap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'ZfcDatagrid\Column\AbstractColumn' => __DIR__ . '/src/ZfcDatagrid/Column/AbstractColumn.php',
'ZfcDatagrid\Column\Action\AbstractAction' => __DIR__ . '/src/ZfcDatagrid/Column/Action/AbstractAction.php',
'ZfcDatagrid\Column\Action\Button' => __DIR__ . '/src/ZfcDatagrid/Column/Action/Button.php',
'ZfcDatagrid\Column\Action\Checkbox' => __DIR__ . '/src/ZfcDatagrid/Column/Action/Checkbox.php',
'ZfcDatagrid\Column\Action\Icon' => __DIR__ . '/src/ZfcDatagrid/Column/Action/Icon.php',
'ZfcDatagrid\Column\Action' => __DIR__ . '/src/ZfcDatagrid/Column/Action.php',
'ZfcDatagrid\Column\DataPopulation\DataPopulationInterface' => __DIR__ . '/src/ZfcDatagrid/Column/DataPopulation/DataPopulationInterface.php',
'ZfcDatagrid\Column\DataPopulation\Object\Gravatar' => __DIR__ . '/src/ZfcDatagrid/Column/DataPopulation/Object/Gravatar.php',
'ZfcDatagrid\Column\DataPopulation\Object' => __DIR__ . '/src/ZfcDatagrid/Column/DataPopulation/Object.php',
'ZfcDatagrid\Column\DataPopulation\ObjectAwareInterface' => __DIR__ . '/src/ZfcDatagrid/Column/DataPopulation/ObjectAwareInterface.php',
'ZfcDatagrid\Column\DataPopulation\StaticValue' => __DIR__ . '/src/ZfcDatagrid/Column/DataPopulation/StaticValue.php',
'ZfcDatagrid\Column\ExternalData' => __DIR__ . '/src/ZfcDatagrid/Column/ExternalData.php',
'ZfcDatagrid\Column\Formatter\AbstractFormatter' => __DIR__ . '/src/ZfcDatagrid/Column/Formatter/AbstractFormatter.php',
'ZfcDatagrid\Column\Formatter\Email' => __DIR__ . '/src/ZfcDatagrid/Column/Formatter/Email.php',
'ZfcDatagrid\Column\Formatter\FileSize' => __DIR__ . '/src/ZfcDatagrid/Column/Formatter/FileSize.php',
'ZfcDatagrid\Column\Formatter\Image' => __DIR__ . '/src/ZfcDatagrid/Column/Formatter/Image.php',
'ZfcDatagrid\Column\Formatter\Link' => __DIR__ . '/src/ZfcDatagrid/Column/Formatter/Link.php',
'ZfcDatagrid\Column\Select' => __DIR__ . '/src/ZfcDatagrid/Column/Select.php',
'ZfcDatagrid\Column\Style\AbstractColor' => __DIR__ . '/src/ZfcDatagrid/Column/Style/AbstractColor.php',
'ZfcDatagrid\Column\Style\AbstractStyle' => __DIR__ . '/src/ZfcDatagrid/Column/Style/AbstractStyle.php',
'ZfcDatagrid\Column\Style\BackgroundColor' => __DIR__ . '/src/ZfcDatagrid/Column/Style/BackgroundColor.php',
'ZfcDatagrid\Column\Style\Bold' => __DIR__ . '/src/ZfcDatagrid/Column/Style/Bold.php',
'ZfcDatagrid\Column\Style\Color' => __DIR__ . '/src/ZfcDatagrid/Column/Style/Color.php',
'ZfcDatagrid\Column\Style\Italic' => __DIR__ . '/src/ZfcDatagrid/Column/Style/Italic.php',
'ZfcDatagrid\Column\Type\AbstractType' => __DIR__ . '/src/ZfcDatagrid/Column/Type/AbstractType.php',
'ZfcDatagrid\Column\Type\DateTime' => __DIR__ . '/src/ZfcDatagrid/Column/Type/DateTime.php',
'ZfcDatagrid\Column\Type\Image' => __DIR__ . '/src/ZfcDatagrid/Column/Type/Image.php',
'ZfcDatagrid\Column\Type\Number' => __DIR__ . '/src/ZfcDatagrid/Column/Type/Number.php',
'ZfcDatagrid\Column\Type\PhpArray' => __DIR__ . '/src/ZfcDatagrid/Column/Type/PhpArray.php',
'ZfcDatagrid\Column\Type\String' => __DIR__ . '/src/ZfcDatagrid/Column/Type/String.php',
'ZfcDatagrid\Column\Type\TypeInterface' => __DIR__ . '/src/ZfcDatagrid/Column/Type/TypeInterface.php',
'ZfcDatagrid\Datagrid' => __DIR__ . '/src/ZfcDatagrid/Datagrid.php',
'ZfcDatagrid\DataSource\AbstractDataSource' => __DIR__ . '/src/ZfcDatagrid/DataSource/AbstractDataSource.php',
'ZfcDatagrid\DataSource\DataSourceInterface' => __DIR__ . '/src/ZfcDatagrid/DataSource/DataSourceInterface.php',
'ZfcDatagrid\DataSource\Doctrine2\Filter' => __DIR__ . '/src/ZfcDatagrid/DataSource/Doctrine2/Filter.php',
'ZfcDatagrid\DataSource\Doctrine2\Paginator' => __DIR__ . '/src/ZfcDatagrid/DataSource/Doctrine2/Paginator.php',
'ZfcDatagrid\DataSource\Doctrine2\PaginatorFast' => __DIR__ . '/src/ZfcDatagrid/DataSource/Doctrine2/PaginatorFast.php',
'ZfcDatagrid\DataSource\Doctrine2' => __DIR__ . '/src/ZfcDatagrid/DataSource/Doctrine2.php',
'ZfcDatagrid\DataSource\Doctrine2Collection' => __DIR__ . '/src/ZfcDatagrid/DataSource/Doctrine2Collection.php',
'ZfcDatagrid\DataSource\PhpArray\Filter' => __DIR__ . '/src/ZfcDatagrid/DataSource/PhpArray/Filter.php',
'ZfcDatagrid\DataSource\PhpArray' => __DIR__ . '/src/ZfcDatagrid/DataSource/PhpArray.php',
'ZfcDatagrid\DataSource\ZendSelect\Filter' => __DIR__ . '/src/ZfcDatagrid/DataSource/ZendSelect/Filter.php',
'ZfcDatagrid\DataSource\ZendSelect' => __DIR__ . '/src/ZfcDatagrid/DataSource/ZendSelect.php',
'ZfcDatagrid\Examples\Controller\CategoryController' => __DIR__ . '/src/ZfcDatagrid/Examples/Controller/CategoryController.php',
'ZfcDatagrid\Examples\Controller\MinimalController' => __DIR__ . '/src/ZfcDatagrid/Examples/Controller/MinimalController.php',
'ZfcDatagrid\Examples\Controller\PersonController' => __DIR__ . '/src/ZfcDatagrid/Examples/Controller/PersonController.php',
'ZfcDatagrid\Examples\Controller\PersonDoctrine2Controller' => __DIR__ . '/src/ZfcDatagrid/Examples/Controller/PersonDoctrine2Controller.php',
'ZfcDatagrid\Examples\Controller\PersonZendController' => __DIR__ . '/src/ZfcDatagrid/Examples/Controller/PersonZendController.php',
'ZfcDatagrid\Examples\Data\Doctrine2' => __DIR__ . '/src/ZfcDatagrid/Examples/Data/Doctrine2.php',
'ZfcDatagrid\Examples\Data\PhpArray' => __DIR__ . '/src/ZfcDatagrid/Examples/Data/PhpArray.php',
'ZfcDatagrid\Examples\Data\ZendSelect' => __DIR__ . '/src/ZfcDatagrid/Examples/Data/ZendSelect.php',
'ZfcDatagrid\Examples\Entity\Group' => __DIR__ . '/src/ZfcDatagrid/Examples/Entity/Group.php',
'ZfcDatagrid\Examples\Entity\Person' => __DIR__ . '/src/ZfcDatagrid/Examples/Entity/Person.php',
'ZfcDatagrid\Example\Form\CategoryFilterForm' => __DIR__ . '/src/ZfcDatagrid/Examples/Form/CategoryFilterForm.php',
'ZfcDatagrid\Filter' => __DIR__ . '/src/ZfcDatagrid/Filter.php',
'ZfcDatagrid\Library\ImageResize' => __DIR__ . '/src/ZfcDatagrid/Library/ImageResize.php',
'ZfcDatagrid\Module' => __DIR__ . '/src/ZfcDatagrid/Module.php',
'ZfcDatagrid\PrepareData' => __DIR__ . '/src/ZfcDatagrid/PrepareData.php',
'ZfcDatagrid\Renderer\AbstractRenderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/AbstractRenderer.php',
'ZfcDatagrid\Renderer\BootstrapTable\Renderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/BootstrapTable/Renderer.php',
'ZfcDatagrid\Renderer\BootstrapTable\View\Helper\TableRow' => __DIR__ . '/src/ZfcDatagrid/Renderer/BootstrapTable/View/Helper/TableRow.php',
'ZfcDatagrid\Renderer\JqGrid\Renderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/JqGrid/Renderer.php',
'ZfcDatagrid\Renderer\JqGrid\View\Helper\Columns' => __DIR__ . '/src/ZfcDatagrid/Renderer/JqGrid/View/Helper/Columns.php',
'ZfcDatagrid\Renderer\PHPExcel\Renderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/PHPExcel/Renderer.php',
'ZfcDatagrid\Renderer\PrintHtml\Renderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/PrintHtml/Renderer.php',
'ZfcDatagrid\Renderer\RendererInterface' => __DIR__ . '/src/ZfcDatagrid/Renderer/RendererInterface.php',
'ZfcDatagrid\Renderer\TCPDF\Renderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/TCPDF/Renderer.php',
'ZfcDatagrid\Renderer\ZendTable\Renderer' => __DIR__ . '/src/ZfcDatagrid/Renderer/ZendTable/Renderer.php',
'ZfcDatagrid\Service\DatagridFactory' => __DIR__ . '/src/ZfcDatagrid/Service/DatagridFactory.php',
'ZfcDatagrid\Service\ZendDbAdapterFactory' => __DIR__ . '/src/ZfcDatagrid/Service/ZendDbAdapterFactory.php',
'ZfcDatagridTest\Column\AbstractColumnTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/AbstractColumnTest.php',
'ZfcDatagridTest\Column\Action\AbstractActionTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Action/AbstractActionTest.php',
'ZfcDatagridTest\Column\Action\ButtonTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Action/ButtonTest.php',
'ZfcDatagridTest\Column\Action\IconTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Action/IconTest.php',
'ZfcDatagridTest\Column\ActionTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/ActionTest.php',
'ZfcDatagridTest\Column\DataPopulation\Object\GravarTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/DataPopulation/Object/GravatarTest.php',
'ZfcDatagridTest\Column\DataPopulation\ObjectTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/DataPopulation/ObjectTest.php',
'ZfcDatagridTest\Column\ExternalDataTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/ExternalDataTest.php',
'ZfcDatagridTest\Column\Type\AbstractFormatterTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Formatter/AbstractFormatterTest.php',
'ZfcDatagridTest\Column\Type\EmailTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Formatter/EmailTest.php',
'ZfcDatagridTest\Column\Type\FileSizeTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Formatter/FileSizeTest.php',
'ZfcDatagridTest\Column\Formatter\ImageTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Formatter/ImageTest.php',
'ZfcDatagridTest\Column\Type\LinkTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Formatter/LinkTest.php',
'ZfcDatagridTest\Column\SelectTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/SelectTest.php',
'ZfcDatagridTest\Column\Style\AbstractStyleTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Style/AbstractStyleTest.php',
'ZfcDatagridTest\Column\Style\ColorTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Style/ColorTest.php',
'ZfcDatagridTest\Column\Type\AbstractTypeTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Type/AbstractTypeTest.php',
'ZfcDatagridTest\Column\Type\DateTimeTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Type/DateTimeTest.php',
'ZfcDatagridTest\Column\Type\ImageTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Type/ImageTest.php',
'ZfcDatagridTest\Column\Type\NumberTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Type/NumberTest.php',
'ZfcDatagridTest\Column\Type\PhpArrayTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Type/PhpArrayTest.php',
'ZfcDatagridTest\Column\Type\StringTest' => __DIR__ . '/tests/ZfcDatagridTest/Column/Type/StringTest.php',
'ZfcDatagridTest\DatagridTest' => __DIR__ . '/tests/ZfcDatagridTest/DatagridTest.php',
'ZfcDatagridTest\DataSource\AbstractDataSourceTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/AbstractDataSourceTest.php',
'ZfcDatagridTest\DataSource\DataSourceTestCase' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/DataSourceTestCase.php',
'ZfcDatagridTest\DataSource\Doctrine2\AbstractDoctrine2Test' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/AbstractDoctrine2Test.php',
'ZfcDatagridTest\DataSource\Doctrine2\Assets\Entity\Category' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/Assets/Entity/Category.php',
'ZfcDatagridTest\DataSource\Doctrine2\FilterTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/FilterTest.php',
'ZfcDatagridTest\DataSource\Doctrine2\Mocks\ConnectionMock' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/Mocks/ConnectionMock.php',
'ZfcDatagridTest\DataSource\Doctrine2\Mocks\DatabasePlatformMock' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/Mocks/DatabasePlatformMock.php',
'ZfcDatagridTest\DataSource\Doctrine2\Mocks\DriverMock' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/Mocks/DriverMock.php',
'ZfcDatagridTest\DataSource\Doctrine2\Mocks\EntityManagerMock' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/Mocks/EntityManagerMock.php',
'ZfcDatagridTest\DataSource\Doctrine2\PaginatorFastTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/PaginatorFastTest.php',
'ZfcDatagridTest\DataSource\Doctrine2\PaginatorTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2/PaginatorTest.php',
'ZfcDatagridTest\DataSource\Doctrine2CollectionTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2CollectionTest.php',
'ZfcDatagridTest\DataSource\Doctrine2Test' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/Doctrine2Test.php',
'ZfcDatagridTest\DataSource\PhpArray\FilterTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/PhpArray/FilterTest.php',
'ZfcDatagridTest\DataSource\PhpArrayTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/PhpArrayTest.php',
'ZfcDatagridTest\DataSource\ZendSelect\FilterTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/ZendSelect/FilterTest.php',
'ZfcDatagridTest\DataSource\ZendSelectTest' => __DIR__ . '/tests/ZfcDatagridTest/DataSource/ZendSelectTest.php',
'ZfcDatagridTest\FilterTest' => __DIR__ . '/tests/ZfcDatagridTest/FilterTest.php',
'ZfcDatagridTest\Library\DatagridTest' => __DIR__ . '/tests/ZfcDatagridTest/Library/ImageResizeTest.php',
'ZfcDatagridTest\ModuleTest' => __DIR__ . '/tests/ZfcDatagridTest/ModuleTest.php',
'ZfcDatagridTest\PrepareDataTest' => __DIR__ . '/tests/ZfcDatagridTest/PrepareDataTest.php',
'ZfcDatagridTest\Renderer\AbstractRendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/AbstractRendererTest.php',
'ZfcDatagridTest\Renderer\BootstrapTale\RendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/BootstrapTable/RendererTest.php',
'ZfcDatagridTest\Renderer\BootstrapTable\View\Helper\TableRowTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/BootstrapTable/View/Helper/TableRowTest.php',
'ZfcDatagridTest\Renderer\JqGrid\RendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/JqGrid/RendererTest.php',
'ZfcDatagridTest\Renderer\BootstrapTable\View\Helper\ColumnsTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/JqGrid/View/Helper/ColumnsTest.php',
'ZfcDatagridTest\Renderer\PHPExcel\RendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/PHPExcel/RendererTest.php',
'ZfcDatagridTest\Renderer\PrintHtml\RendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/PrintHtml/RendererTest.php',
'ZfcDatagridTest\Renderer\TCPDF\RendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/TCPDF/RendererTest.php',
'ZfcDatagridTest\Renderer\ZendTable\RendererTest' => __DIR__ . '/tests/ZfcDatagridTest/Renderer/ZendTable/RendererTest.php',
'ZfcDatagridTest\Service\DatagridFactoryTest' => __DIR__ . '/tests/ZfcDatagridTest/Service/DatagridFactoryTest.php',
'ZfcDatagridTest\Service\ZendDbAdapterFactoryTest' => __DIR__ . '/tests/ZfcDatagridTest/Service/ZendDbAdapterFactoryTest.php',
);