text changes to registration mail content
[namibia] / module / Valuation / autoload_classmap.php
1 <?php
2 // Generated by ZF2's ./bin/classmap_generator.php
3 return array(
4     'Valuation\Module'                          => __DIR__ . '/Module.php',
5     'Valuation\Controller\ValuationController'  => __DIR__ . '/src/Valuation/Controller/ValuationController.php',
6     'Valuation\Controller\XmlRpcController'     => __DIR__ . '/src/Valuation/Controller/XmlRpcController.php',
7     'Valuation\DataBin\CustomerPublicValuation' => __DIR__ . '/src/Valuation/DataBin/CustomerPublicValuation.php',
8     'Valuation\DataBin\Pdf'                     => __DIR__ . '/src/Valuation/DataBin/Pdf.php',
9     'Valuation\DataBin\Report'                  => __DIR__ . '/src/Valuation/DataBin/Report.php',
10     'Valuation\DataBin\Valuation'               => __DIR__ . '/src/Valuation/DataBin/Valuation.php',
11     'Valuation\DataBin\ValuationAppointments'   => __DIR__ . '/src/Valuation/DataBin/ValuationAppointments.php',
12     'Valuation\DataBin\ValuationTimeSlots'      => __DIR__ . '/src/Valuation/DataBin/ValuationTimeSlots.php',
13     'Valuation\DataBin\XmlRpc'                  => __DIR__ . '/src/Valuation/DataBin/XmlRpc.php',
14     'Valuation\DataBin\XmlRpcCallbackLog'       => __DIR__ . '/src/Valuation/DataBin/XmlRpcCallbackLog.php',
15     'Valuation\DataBin\XmlRpcRequestLog'        => __DIR__ . '/src/Valuation/DataBin/XmlRpcRequestLog.php',
16     'Valuation\DataBin\DealNotDoneSelection'    => __DIR__ . '/src/Valuation/DataBin/DealNotDoneSelection.php',
17     'Valuation\DataBin\SendToStockFrom'         => __DIR__ . '/src/Valuation/DataBin/SendToStockFrom.php',
18     'Valuation\Entity\CustomerPublicValuation'  => __DIR__ . '/src/Valuation/Entity/CustomerPublicValuation.php',
19     'Valuation\Entity\Valuation'                => __DIR__ . '/src/Valuation/Entity/Valuation.php',
20     'Valuation\Entity\ValuationAppointments'    => __DIR__ . '/src/Valuation/Entity/ValuationAppointments.php',
21     'Valuation\Entity\ValuationTimeSlots'       => __DIR__ . '/src/Valuation/Entity/ValuationTimeSlots.php',
22     'Valuation\Entity\ValuationValuators'       => __DIR__ . '/src/Valuation/Entity/ValuationValuators.php',
23     'Valuation\Entity\XmlRpc'                   => __DIR__ . '/src/Valuation/Entity/XmlRpc.php',
24     'Valuation\Entity\XmlRpcCallbackLog'        => __DIR__ . '/src/Valuation/Entity/XmlRpcCallbackLog.php',
25     'Valuation\Entity\XmlRpcRequestLog'         => __DIR__ . '/src/Valuation/Entity/XmlRpcRequestLog.php',
26     'Valuation\Entity\DealNotDoneSelection'     => __DIR__ . '/src/Valuation/Entity/DealNotDoneSelection.php',
27     'Valuation\Entity\SendToStockFrom'          => __DIR__ . '/src/Valuation/Entity/SendToStockFrom.php',
28     'Valuation\Pdf\Complete'                    => __DIR__ . '/src/Valuation/Pdf/Complete.php',
29     'Valuation\Pdf\Pdf001'                      => __DIR__ . '/src/Valuation/Pdf/Pdf001.php',
30     'Valuation\Pdf\Pdf002'                      => __DIR__ . '/src/Valuation/Pdf/Pdf002.php',
31     'Valuation\Pdf\Pdf003'                      => __DIR__ . '/src/Valuation/Pdf/Pdf003.php',
32     'Valuation\Report\ValuationGrid'            => __DIR__ . '/src/Valuation/Report/ValuationGrid.php',
33     'Valuation\Report\Valuations'               => __DIR__ . '/src/Valuation/Report/Valuations.php',
34     'Valuation\Service\CustomerPublicValuation' => __DIR__ . '/src/Valuation/Service/CustomerPublicValuation.php',
35     'Valuation\Service\Pdf'                     => __DIR__ . '/src/Valuation/Service/Pdf.php',
36     'Stock\Service\PricingHistory'              => __DIR__ . '/src/Valuation/Service/PricingHistory.php',
37     'Valuation\Service\Report'                  => __DIR__ . '/src/Valuation/Service/Report.php',
38     'Valuation\Service\Valuation'               => __DIR__ . '/src/Valuation/Service/Valuation.php',
39     'Valuation\Service\ValuationAppointments'   => __DIR__ . '/src/Valuation/Service/ValuationAppointments.php',
40     'Valuation\Service\ValuationTimeSlots'      => __DIR__ . '/src/Valuation/Service/ValuationTimeSlots.php',
41     'Valuation\Service\XmlRpc'                  => __DIR__ . '/src/Valuation/Service/XmlRpc.php',
42     'Valuation\Service\XmlRpcCallback'          => __DIR__ . '/src/Valuation/Service/XmlRpcCallback.php',
43     'Valuation\Service\DealNotDoneSelection'    => __DIR__ . '/src/Valuation/Service/DealNotDoneSelection.php',
44     'Valuation\Service\SendToStockFrom'         => __DIR__ . '/src/Valuation/Service/SendToStockFrom.php',
45     'Valuation\Workflow'                        => __DIR__ . '/src/Valuation/Workflow.php',
46 );