GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
execution_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
execution_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the Execution component. * * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.1.1 * @filesource * @package Execution */ return array( 'ezcExecutionException' => 'Execution/exceptions/exception.php', 'ezcExecutionAlreadyInitializedException' => 'Execution/exceptions/already_initialized.php', 'ezcExecutionInvalidCallbackException' => 'Execution/exceptions/invalid_callback.php', 'ezcExecutionNotInitializedException' => 'Execution/exceptions/not_initialized.php', 'ezcExecutionWrongClassException' => 'Execution/exceptions/wrong_class.php', 'ezcExecutionErrorHandler' => 'Execution/interfaces/execution_handler.php', 'ezcExecution' => 'Execution/execution.php', 'ezcExecutionBasicErrorHandler' => 'Execution/handlers/basic_handler.php', ); ?>