-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathautoload_classmap.php
More file actions
14 lines (14 loc) · 1.39 KB
/
autoload_classmap.php
File metadata and controls
14 lines (14 loc) · 1.39 KB
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(
'ScnHttpCache\Module' => __DIR__ . '/src/ScnHttpCache/Module.php',
'ScnHttpCache\Service\EsiApplicationConfigProvider' => __DIR__ . '/src/ScnHttpCache/Service/EsiApplicationConfigProvider.php',
'ScnHttpCache\Service\EsiApplicationConfigProviderAbstract' => __DIR__ . '/src/ScnHttpCache/Service/EsiApplicationConfigProviderAbstract.php',
'ScnHttpCache\Service\EsiApplicationConfigProviderInterface' => __DIR__ . '/src/ScnHttpCache/Service/EsiApplicationConfigProviderInterface.php',
'ScnHttpCache\Service\EsiViewHelperFactory' => __DIR__ . '/src/ScnHttpCache/Service/EsiViewHelperFactory.php',
'ScnHttpCache\Service\Exception\ExceptionInterface' => __DIR__ . '/src/ScnHttpCache/Service/Exception/ExceptionInterface.php',
'ScnHttpCache\Service\Exception\RuntimeException' => __DIR__ . '/src/ScnHttpCache/Service/Exception/RuntimeException.php',
'ScnHttpCache\View\Exception\ExceptionInterface' => __DIR__ . '/src/ScnHttpCache/View/Exception/ExceptionInterface.php',
'ScnHttpCache\View\Exception\RuntimeException' => __DIR__ . '/src/ScnHttpCache/View/Exception/RuntimeException.php',
'ScnHttpCache\View\Helper\Esi' => __DIR__ . '/src/ScnHttpCache/View/Helper/Esi.php',
);