forked from EvanDotPro/ZfcUser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoload_classmap.php
30 lines (30 loc) · 2.91 KB
/
autoload_classmap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
// Generated by ZF2's ./bin/classmap_generator.php @ Sun, 15 Jan 2012 19:47:49 -0700
return array(
'ZfcUser\Module' => __DIR__ . '/Module.php',
'ZfcUser\Service\User' => __DIR__ . '/src/ZfcUser/Service/User.php',
'ZfcUser\Model\UserBase' => __DIR__ . '/src/ZfcUser/Model/UserBase.php',
'ZfcUser\Model\UserMetaBase' => __DIR__ . '/src/ZfcUser/Model/UserMetaBase.php',
'ZfcUser\Model\UserMeta' => __DIR__ . '/src/ZfcUser/Model/UserMeta.php',
'ZfcUser\Model\User' => __DIR__ . '/src/ZfcUser/Model/User.php',
'ZfcUser\Model\Mapper\UserMetaZendDb' => __DIR__ . '/src/ZfcUser/Model/Mapper/UserMetaZendDb.php',
'ZfcUser\Model\Mapper\UserZendDb' => __DIR__ . '/src/ZfcUser/Model/Mapper/UserZendDb.php',
'ZfcUser\Model\Mapper\UserMeta' => __DIR__ . '/src/ZfcUser/Model/Mapper/UserMeta.php',
'ZfcUser\Model\Mapper\User' => __DIR__ . '/src/ZfcUser/Model/Mapper/User.php',
'ZfcUser\Util\Password' => __DIR__ . '/src/ZfcUser/Util/Password.php',
'ZfcUser\Controller\Plugin\ZfcUserAuthentication' => __DIR__ . '/src/ZfcUser/Controller/Plugin/ZfcUserAuthentication.php',
'ZfcUser\Controller\UserController' => __DIR__ . '/src/ZfcUser/Controller/UserController.php',
'ZfcUser\Validator\AbstractRecord' => __DIR__ . '/src/ZfcUser/Validator/AbstractRecord.php',
'ZfcUser\Validator\RecordExists' => __DIR__ . '/src/ZfcUser/Validator/RecordExists.php',
'ZfcUser\Validator\NoRecordExists' => __DIR__ . '/src/ZfcUser/Validator/NoRecordExists.php',
'ZfcUser\Authentication\Adapter\ChainableAdapter' => __DIR__ . '/src/ZfcUser/Authentication/Adapter/ChainableAdapter.php',
'ZfcUser\Authentication\Adapter\AdapterChainEvent' => __DIR__ . '/src/ZfcUser/Authentication/Adapter/AdapterChainEvent.php',
'ZfcUser\Authentication\Adapter\AbstractAdapter' => __DIR__ . '/src/ZfcUser/Authentication/Adapter/AbstractAdapter.php',
'ZfcUser\Authentication\Adapter\AdapterChain' => __DIR__ . '/src/ZfcUser/Authentication/Adapter/AdapterChain.php',
'ZfcUser\Authentication\Adapter\Db' => __DIR__ . '/src/ZfcUser/Authentication/Adapter/Db.php',
'ZfcUser\Authentication\Storage\Db' => __DIR__ . '/src/ZfcUser/Authentication/Storage/Db.php',
'ZfcUser\View\Helper\ZfcUserIdentity' => __DIR__ . '/src/ZfcUser/View/Helper/ZfcUserIdentity.php',
'ZfcUser\Form\Login' => __DIR__ . '/src/ZfcUser/Form/Login.php',
'ZfcUser\Form\Register' => __DIR__ . '/src/ZfcUser/Form/Register.php',
'ZfcUser\Form\Base' => __DIR__ . '/src/ZfcUser/Form/Base.php',
);