GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
php_generator_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
php_generator_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the PhpGenerator component. * * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.0.6 * @filesource * @package PhpGenerator */ return array( 'ezcPhpGeneratorException' => 'PhpGenerator/exceptions/php_generator_exception.php', 'ezcPhpGeneratorFlowException' => 'PhpGenerator/exceptions/flow_exception.php', 'ezcPhpGenerator' => 'PhpGenerator/php_generator.php', 'ezcPhpGeneratorParameter' => 'PhpGenerator/structs/php_generator_parameter.php', 'ezcPhpGeneratorReturnData' => 'PhpGenerator/structs/php_generator_return_data.php', ); ?>