Git Repository Public Repository

namibia

URLs

Copy to Clipboard
1
2
3
4
5
6
7
8
9
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
    'Person\Module'          => __DIR__ . '/Module.php',
    'Person\Entity\Contact'  => __DIR__ . '/src/Person/Entity/Contact.php',
    'Person\Fixture\Contact' => __DIR__ . '/src/Person/Fixture/Contact.php',
    'Person\Service\Contact' => __DIR__ . '/src/Person/Service/Contact.php',
    'Person\Workflow'        => __DIR__ . '/src/Person/Workflow.php',
);

Commits for namibia/module/Person/autoload_classmap.php

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

initial commit