Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
df0489e1eeeeab5a9bd44e1d84fce49924fe1bac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
    'User\Module'                      => __DIR__ . '/Module.php',
    'User\Controller\ImportController' => __DIR__ . '/src/User/Controller/ImportController.php',
    'User\DataBin\Override'            => __DIR__ . '/src/User/DataBin/Override.php',
    'User\DataBin\Permissions'         => __DIR__ . '/src/User/DataBin/Permissions.php',
    'User\DataBin\Profile'             => __DIR__ . '/src/User/DataBin/Profile.php',
    'User\DataBin\Registration'        => __DIR__ . '/src/User/DataBin/Registration.php',
    'User\Entity\AuthenticationLog'    => __DIR__ . '/src/User/Entity/AuthenticationLog.php',
    'User\Entity\Override'             => __DIR__ . '/src/User/Entity/Override.php',
    'User\Entity\Permissions'          => __DIR__ . '/src/User/Entity/Permissions.php',
    'User\Entity\Profile'              => __DIR__ . '/src/User/Entity/Profile.php',
    'User\Entity\Session'              => __DIR__ . '/src/User/Entity/Session.php',
    'User\Fixture\Permissions'         => __DIR__ . '/src/User/Fixture/Permissions.php',
    'User\Fixture\Profile'             => __DIR__ . '/src/User/Fixture/Profile.php',
    'User\Report\ProfileGrid'          => __DIR__ . '/src/User/Report/ProfileGrid.php',
    'User\Service\Import'              => __DIR__ . '/src/User/Service/Import.php',
    'User\Service\Override'            => __DIR__ . '/src/User/Service/Override.php',
    'User\Service\Permissions'         => __DIR__ . '/src/User/Service/Permissions.php',
    'User\Service\Profile'             => __DIR__ . '/src/User/Service/Profile.php',
    'User\Service\Registration'        => __DIR__ . '/src/User/Service/Registration.php',
    'User\Workflow'                    => __DIR__ . '/src/User/Workflow.php',
);

Commits for namibiamodule/User/autoload_classmap.php

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit