GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
input_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
input_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the UserInput component. * * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.4 * @filesource * @package UserInput */ return array( 'ezcInputFormException' => 'UserInput/exceptions/exception.php', 'ezcInputFormFieldNotFoundException' => 'UserInput/exceptions/field_not_found.php', 'ezcInputFormInvalidDefinitionException' => 'UserInput/exceptions/invalid_definition.php', 'ezcInputFormNoValidDataException' => 'UserInput/exceptions/no_valid_data.php', 'ezcInputFormUnknownFieldException' => 'UserInput/exceptions/unknown_field.php', 'ezcInputFormValidDataAvailableException' => 'UserInput/exceptions/valid_data_available.php', 'ezcInputFormVariableMissingException' => 'UserInput/exceptions/input_variable_missing.php', 'ezcInputFormWrongInputSourceException' => 'UserInput/exceptions/wrong_input_source.php', 'ezcInputFilter' => 'UserInput/input_filter.php', 'ezcInputForm' => 'UserInput/input_form.php', 'ezcInputFormDefinitionElement' => 'UserInput/structs/definition_element.php', ); ?>