0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
lib
/
ezcomponents
/
autoload
/
[
Home
]
File: input_autoload.php
<?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', ); ?>