commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / ezc / autoload / image_analyzer_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the ImageAnalysis component.
4 *
5 * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.1.3
8 * @filesource
9 * @package ImageAnalysis
10 */
11
12 return array(
13 'ezcImageAnalyzerException' => 'ImageAnalysis/exceptions/exception.php',
14 'ezcImageAnalyzerFileNotProcessableException' => 'ImageAnalysis/exceptions/file_not_processable.php',
15 'ezcImageAnalyzerInvalidHandlerException' => 'ImageAnalysis/exceptions/invalid_handler.php',
16 'ezcImageAnalyzerHandler' => 'ImageAnalysis/interfaces/handler.php',
17 'ezcImageAnalyzer' => 'ImageAnalysis/analyzer.php',
18 'ezcImageAnalyzerData' => 'ImageAnalysis/structs/analyzer_data.php',
19 'ezcImageAnalyzerImagemagickHandler' => 'ImageAnalysis/handlers/imagemagick.php',
20 'ezcImageAnalyzerPhpHandler' => 'ImageAnalysis/handlers/php.php',
21 );
22 ?>