Repository URL to install this package:
|
Version:
0.0.1-0 ▾
|
zendcddemo-apps-gotcms-project
/
zendcddemo-files
/
apps
/
gotcms_project
/
module
/
Development
/
autoload_classmap.php
|
|---|
<?php
/**
* This source file is part of GotCms.
*
* GotCms is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* GotCms is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License along
* with GotCms. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
*
* PHP Version >=5.3
*
* @category Gc_Application
* @package Development
* @subpackage Config
* @author Pierre Rambaud (GoT) <pierre.rambaud86@gmail.com>
* @license GNU/LGPL http://www.gnu.org/licenses/lgpl-3.0.html
* @link http://www.got-cms.com
*/
return array(
'Development\Controller\IndexController' =>
__DIR__ . '/src/Development/Controller/IndexController.php',
'Development\Controller\DocumentTypeController' =>
__DIR__ . '/src/Development/Controller/DocumentTypeController.php',
'Development\Controller\DatatypeController' =>
__DIR__ . '/src/Development/Controller/DatatypeController.php',
'Development\Controller\LayoutController' =>
__DIR__ . '/src/Development/Controller/LayoutController.php',
'Development\Controller\ViewController' =>
__DIR__ . '/src/Development/Controller/ViewController.php',
'Development\Controller\ScriptController' =>
__DIR__ . '/src/Development/Controller/ScriptController.php',
'Development\Module' =>
__DIR__ . '/Module.php',
'Development\Form\Datatype' => __DIR__ . '/src/Development/Form/Datatype.php',
'Development\Form\DocumentType' => __DIR__ . '/src/Development/Form/DocumentType.php',
'Development\Form\Layout' => __DIR__ . '/src/Development/Form/Layout.php',
'Development\Form\Script' => __DIR__ . '/src/Development/Form/Script.php',
'Development\Form\View' => __DIR__ . '/src/Development/Form/View.php',
);