mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
EZ-Components
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Autoloader definition for the ImageAnalysis 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.3
|
||||
* @filesource
|
||||
* @package ImageAnalysis
|
||||
*/
|
||||
|
||||
return array(
|
||||
'ezcImageAnalyzerException' => 'ImageAnalysis/exceptions/exception.php',
|
||||
'ezcImageAnalyzerFileNotProcessableException' => 'ImageAnalysis/exceptions/file_not_processable.php',
|
||||
'ezcImageAnalyzerInvalidHandlerException' => 'ImageAnalysis/exceptions/invalid_handler.php',
|
||||
'ezcImageAnalyzerHandler' => 'ImageAnalysis/interfaces/handler.php',
|
||||
'ezcImageAnalyzer' => 'ImageAnalysis/analyzer.php',
|
||||
'ezcImageAnalyzerData' => 'ImageAnalysis/structs/analyzer_data.php',
|
||||
'ezcImageAnalyzerImagemagickHandler' => 'ImageAnalysis/handlers/imagemagick.php',
|
||||
'ezcImageAnalyzerPhpHandler' => 'ImageAnalysis/handlers/php.php',
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user