Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<?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    Config
 * @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(
    'Config\Controller\IndexController' => __DIR__ . '/src/Config/Controller/IndexController.php',
    'Config\Controller\CmsController'   => __DIR__ . '/src/Config/Controller/CmsController.php',
    'Config\Controller\RoleController'  => __DIR__ . '/src/Config/Controller/RoleController.php',
    'Config\Controller\UserController'  => __DIR__ . '/src/Config/Controller/UserController.php',
    'Config\Module'                     => __DIR__ . '/Module.php',
    'Config\Form\Install'               => __DIR__ . '/src/Config/Form/Config.php',
    'Config\Form\Role'                  => __DIR__ . '/src/Config/Form/Role.php',
    'Config\Form\User'                  => __DIR__ . '/src/Config/Form/User.php',
    'Config\Form\UserForgotPassword'    => __DIR__ . '/src/Config/Form/UserForgotPassword.php',
    'Config\Form\UserLogin'             => __DIR__ . '/src/Config/Form/UserLogin.php',
);