forked from Nitecon/zfcuser-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoload_classmap.php
14 lines (14 loc) · 1.33 KB
/
autoload_classmap.php
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(
'ZfcUserLdap\Module' => __DIR__ . '/Module.php',
'ZfcUserLdap\Authentication\Adapter\AdapterChain' => __DIR__ . '/src/ZfcUserLdap/Authentication/Adapter/AdapterChain.php',
'ZfcUserLdap\Authentication\Adapter\AdapterChainServiceFactory' => __DIR__ . '/src/ZfcUserLdap/Authentication/Adapter/AdapterChainServiceFactory.php',
'ZfcUserLdap\Authentication\Adapter\Ldap' => __DIR__ . '/src/ZfcUserLdap/Authentication/Adapter/Ldap.php',
'ZfcUserLdap\Authentication\Storage\Db' => __DIR__ . '/src/ZfcUserLdap/Authentication/Storage/Db.php',
'ZfcUserLdap\Entity\User' => __DIR__ . '/src/ZfcUserLdap/Entity/User.php',
'ZfcUserLdap\Mapper\User' => __DIR__ . '/src/ZfcUserLdap/Mapper/User.php',
'ZfcUserLdap\Options\ModuleOptions' => __DIR__ . '/src/ZfcUserLdap/Options/ModuleOptions.php',
'ZfcUserLdap\Service\LdapInterface' => __DIR__ . '/src/ZfcUserLdap/Service/LdapInterface.php',
'ZfcUserLdap\ServiceFactory\LdapServiceFactory' => __DIR__ . '/src/ZfcUserLdap/ServiceFactory/LdapServiceFactory.php',
);