-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathautoload_classmap.php
More file actions
executable file
·17 lines (17 loc) · 1.35 KB
/
autoload_classmap.php
File metadata and controls
executable file
·17 lines (17 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'ZucchiLayout\Module' => __DIR__ . '//Module.php',
'ZucchiLayout\Event\LayoutListener' => __DIR__ . '//src/ZucchiLayout/Event/LayoutListener.php',
'ZucchiLayout\Entity\Schedule' => __DIR__ . '//src/ZucchiLayout/Entity/Schedule.php',
'ZucchiLayout\Entity\Author' => __DIR__ . '//src/ZucchiLayout/Entity/Author.php',
'ZucchiLayout\Entity\Layout' => __DIR__ . '//src/ZucchiLayout/Entity/Layout.php',
'ZucchiLayout\Entity\Keyword' => __DIR__ . '//src/ZucchiLayout/Entity/Keyword.php',
'ZucchiLayout\Controller\AdminController' => __DIR__ . '//src/ZucchiLayout/Controller/AdminController.php',
'ZucchiLayout\Service\LayoutService' => __DIR__ . '//src/ZucchiLayout/Service/LayoutService.php',
'ZucchiLayout\Service\Layout' => __DIR__ . '//src/ZucchiLayout/Service/Layout.php',
'ZucchiLayout\Validator\Layout' => __DIR__ . '//src/ZucchiLayout/Validator/Layout.php',
'ZucchiLayout\Options\LayoutOptions' => __DIR__ . '//src/ZucchiLayout/Options/LayoutOptions.php',
'ZucchiLayout\Filter\Layout' => __DIR__ . '//src/ZucchiLayout/Filter/Layout.php',
'ZucchiLayout\Form\Install' => __DIR__ . '//src/ZucchiLayout/Form/Install.php',
);