forked from ZF-Commons/ZfcBase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoload_classmap.php
More file actions
11 lines (11 loc) · 866 Bytes
/
autoload_classmap.php
File metadata and controls
11 lines (11 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'ZfcBase\Module' => __DIR__ . '/Module.php',
'ZfcBase\Form\ProvidesEventsForm' => __DIR__ . '/src/ZfcBase/Form/ProvidesEventsForm.php',
'ZfcBase\Mapper\Exception\ExceptionInterface' => __DIR__ . '/src/ZfcBase/Mapper/Exception/ExceptionInterface.php',
'ZfcBase\Mapper\Exception\InvalidArgumentException' => __DIR__ . '/src/ZfcBase/Mapper/Exception/InvalidArgumentException.php',
'ZfcBase\Mapper\AbstractDbMapper' => __DIR__ . '/src/ZfcBase/Mapper/AbstractDbMapper.php',
'ZfcBase\EventManager\EventProvider' => __DIR__ . '/src/ZfcBase/EventManager/EventProvider.php',
'ZfcBase\Module\AbstractModule' => __DIR__ . '/src/ZfcBase/Module/AbstractModule.php',
);