-
Notifications
You must be signed in to change notification settings - Fork 10
/
autoload_classmap.php
14 lines (14 loc) · 990 Bytes
/
autoload_classmap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'FileBank\Module' => __DIR__ . '/Module.php',
'FileBank\Controller\FileController' => __DIR__ . '/src/FileBank/Controller/FileController.php',
'FileBank\Entity\File' => __DIR__ . '/src/FileBank/Entity/File.php',
'FileBank\Entity\Keyword' => __DIR__ . '/src/FileBank/Entity/Keyword.php',
'FileBank\Exception\ExceptionInterface' => __DIR__ . '/src/FileBank/Exception/ExceptionInterface.php',
'FileBank\Exception\RuntimeException' => __DIR__ . '/src/FileBank/Exception/RuntimeException.php',
'FileBank\Manager' => __DIR__ . '/src/FileBank/Manager.php',
'FileBank\Service\Factory' => __DIR__ . '/src/FileBank/Service/Factory.php',
'FileBank\Version' => __DIR__ . '/src/FileBank/Version.php',
'FileBank\View\Helper\FileBank' => __DIR__ . '/src/FileBank/View/Helper/FileBank.php',
);