Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
feef9ce7f4863195874b73ad2e0c8374d53ec4e6
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
    'Valuation\Module'                          => __DIR__ . '/Module.php',
    'Valuation\Controller\ValuationController'  => __DIR__ . '/src/Valuation/Controller/ValuationController.php',
    'Valuation\Controller\XmlRpcController'     => __DIR__ . '/src/Valuation/Controller/XmlRpcController.php',
    'Valuation\DataBin\CustomerPublicValuation' => __DIR__ . '/src/Valuation/DataBin/CustomerPublicValuation.php',
    'Valuation\DataBin\Pdf'                     => __DIR__ . '/src/Valuation/DataBin/Pdf.php',
    'Valuation\DataBin\Report'                  => __DIR__ . '/src/Valuation/DataBin/Report.php',
    'Valuation\DataBin\Valuation'               => __DIR__ . '/src/Valuation/DataBin/Valuation.php',
    'Valuation\DataBin\ValuationAppointments'   => __DIR__ . '/src/Valuation/DataBin/ValuationAppointments.php',
    'Valuation\DataBin\ValuationTimeSlots'      => __DIR__ . '/src/Valuation/DataBin/ValuationTimeSlots.php',
    'Valuation\DataBin\XmlRpc'                  => __DIR__ . '/src/Valuation/DataBin/XmlRpc.php',
    'Valuation\DataBin\XmlRpcCallbackLog'       => __DIR__ . '/src/Valuation/DataBin/XmlRpcCallbackLog.php',
    'Valuation\DataBin\XmlRpcRequestLog'        => __DIR__ . '/src/Valuation/DataBin/XmlRpcRequestLog.php',
    'Valuation\DataBin\DealNotDoneSelection'    => __DIR__ . '/src/Valuation/DataBin/DealNotDoneSelection.php',
    'Valuation\DataBin\SendToStockFrom'         => __DIR__ . '/src/Valuation/DataBin/SendToStockFrom.php',
    'Valuation\Entity\CustomerPublicValuation'  => __DIR__ . '/src/Valuation/Entity/CustomerPublicValuation.php',
    'Valuation\Entity\Valuation'                => __DIR__ . '/src/Valuation/Entity/Valuation.php',
    'Valuation\Entity\ValuationAppointments'    => __DIR__ . '/src/Valuation/Entity/ValuationAppointments.php',
    'Valuation\Entity\ValuationTimeSlots'       => __DIR__ . '/src/Valuation/Entity/ValuationTimeSlots.php',
    'Valuation\Entity\ValuationValuators'       => __DIR__ . '/src/Valuation/Entity/ValuationValuators.php',
    'Valuation\Entity\XmlRpc'                   => __DIR__ . '/src/Valuation/Entity/XmlRpc.php',
    'Valuation\Entity\XmlRpcCallbackLog'        => __DIR__ . '/src/Valuation/Entity/XmlRpcCallbackLog.php',
    'Valuation\Entity\XmlRpcRequestLog'         => __DIR__ . '/src/Valuation/Entity/XmlRpcRequestLog.php',
    'Valuation\Entity\DealNotDoneSelection'     => __DIR__ . '/src/Valuation/Entity/DealNotDoneSelection.php',
    'Valuation\Entity\SendToStockFrom'          => __DIR__ . '/src/Valuation/Entity/SendToStockFrom.php',
    'Valuation\Pdf\Complete'                    => __DIR__ . '/src/Valuation/Pdf/Complete.php',
    'Valuation\Pdf\Pdf001'                      => __DIR__ . '/src/Valuation/Pdf/Pdf001.php',
    'Valuation\Pdf\Pdf002'                      => __DIR__ . '/src/Valuation/Pdf/Pdf002.php',
    'Valuation\Pdf\Pdf003'                      => __DIR__ . '/src/Valuation/Pdf/Pdf003.php',
    'Valuation\Report\ValuationGrid'            => __DIR__ . '/src/Valuation/Report/ValuationGrid.php',
    'Valuation\Report\Valuations'               => __DIR__ . '/src/Valuation/Report/Valuations.php',
    'Valuation\Service\CustomerPublicValuation' => __DIR__ . '/src/Valuation/Service/CustomerPublicValuation.php',
    'Valuation\Service\Pdf'                     => __DIR__ . '/src/Valuation/Service/Pdf.php',
    'Stock\Service\PricingHistory'              => __DIR__ . '/src/Valuation/Service/PricingHistory.php',
    'Valuation\Service\Report'                  => __DIR__ . '/src/Valuation/Service/Report.php',
    'Valuation\Service\Valuation'               => __DIR__ . '/src/Valuation/Service/Valuation.php',
    'Valuation\Service\ValuationAppointments'   => __DIR__ . '/src/Valuation/Service/ValuationAppointments.php',
    'Valuation\Service\ValuationTimeSlots'      => __DIR__ . '/src/Valuation/Service/ValuationTimeSlots.php',
    'Valuation\Service\XmlRpc'                  => __DIR__ . '/src/Valuation/Service/XmlRpc.php',
    'Valuation\Service\XmlRpcCallback'          => __DIR__ . '/src/Valuation/Service/XmlRpcCallback.php',
    'Valuation\Service\DealNotDoneSelection'    => __DIR__ . '/src/Valuation/Service/DealNotDoneSelection.php',
    'Valuation\Service\SendToStockFrom'         => __DIR__ . '/src/Valuation/Service/SendToStockFrom.php',
    'Valuation\Workflow'                        => __DIR__ . '/src/Valuation/Workflow.php',
);

Commits for namibia/module/Valuation/autoload_classmap.php

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

initial commit