forked from NikolayMurha/SmartyModule
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathautoload_classmap.php
More file actions
12 lines (12 loc) · 1.09 KB
/
Copy pathautoload_classmap.php
File metadata and controls
12 lines (12 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'SmartyModule\Module' => __DIR__ . '/Module.php',
'SmartyModule\Service\SmartyViewResolverFactory' => __DIR__ . '/src/SmartyModule/Service/SmartyViewResolverFactory.php',
'SmartyModule\Service\SmartyStrategyFactory' => __DIR__ . '/src/SmartyModule/Service/SmartyStrategyFactory.php',
'SmartyModule\Service\SmartyViewTemplateMapResolverFactory' => __DIR__ . '/src/SmartyModule/Service/SmartyViewTemplateMapResolverFactory.php',
'SmartyModule\Service\SmartyRendererFactory' => __DIR__ . '/src/SmartyModule/Service/SmartyRendererFactory.php',
'SmartyModule\Service\SmartyViewTemplatePathStackFactory' => __DIR__ . '/src/SmartyModule/Service/SmartyViewTemplatePathStackFactory.php',
'SmartyModule\View\Renderer\SmartyRenderer' => __DIR__ . '/src/SmartyModule/View/Renderer/SmartyRenderer.php',
'SmartyModule\View\Strategy\SmartyStrategy' => __DIR__ . '/src/SmartyModule/View/Strategy/SmartyStrategy.php',
);