forked from ZF-Commons/ZfcUser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoload_classmap.php
31 lines (31 loc) · 3.04 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
31
<?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\User' => __DIR__ . '/src/ZfcUser/Model/User.php',
'ZfcUser\Model\UserMeta' => __DIR__ . '/src/ZfcUser/Model/UserMeta.php',
'ZfcUser\Model\UserMetaInterface' => __DIR__ . '/src/ZfcUser/Model/UserMetaInterface.php',
'ZfcUser\Model\UserInterface' => __DIR__ . '/src/ZfcUser/Model/UserInterface.php',
'ZfcUser\Model\UserMetaMapper' => __DIR__ . '/src/ZfcUser/Model/UserMetaMapper.php',
'ZfcUser\Model\UserMapper' => __DIR__ . '/src/ZfcUser/Model/UserMapper.php',
'ZfcUser\Model\UserMetaMapperInterface' => __DIR__ . '/src/ZfcUser/Model/UserMetaMapperInterface.php',
'ZfcUser\Model\UserMapperInterface' => __DIR__ . '/src/ZfcUser/Model/UserMapperInterface.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\View\Helper\ZfcUserLoginWidget' => __DIR__ . '/src/ZfcUser/View/Helper/ZfcUserLoginWidget.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',
);