forked from mwillbanks/ZfcTwitterBootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoload_classmap.php
11 lines (11 loc) · 958 Bytes
/
autoload_classmap.php
1
2
3
4
5
6
7
8
9
10
11
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'ZfcTwitterBootstrap\Module' => __DIR__ . '/Module.php',
'ZfcTwitterBootstrap\Form\View\Helper\FormDescription' => __DIR__ . '/src/ZfcTwitterBootstrap/Form/View/Helper/FormDescription.php',
'ZfcTwitterBootstrap\Form\View\Helper\FormElementWrapper' => __DIR__ . '/src/ZfcTwitterBootstrap/Form/View/Helper/FormElementWrapper.php',
'ZfcTwitterBootstrap\Form\View\Helper\FormRenderer' => __DIR__ . '/src/ZfcTwitterBootstrap/Form/View/Helper/FormRenderer.php',
'ZfcTwitterBootstrap\View\Helper\Alert' => __DIR__ . '/src/ZfcTwitterBootstrap/View/Helper/Alert.php',
'ZfcTwitterBootstrap\View\Helper\Badge' => __DIR__ . '/src/ZfcTwitterBootstrap/View/Helper/Badge.php',
'ZfcTwitterBootstrap\View\Helper\Label' => __DIR__ . '/src/ZfcTwitterBootstrap/View/Helper/Label.php',
);