mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
EZ-Components
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?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.3
|
||||
* @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',
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user