| <?php | |
| /** | |
| * Autoloader definition for the File component. | |
| * | |
| * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. | |
| * @license http://ez.no/licenses/new_bsd New BSD License | |
| * @version //autogentag// | |
| * @filesource | |
| * @package File | |
| */ | |
| return array( | |
| 'ezcFile' => 'File/file.php', | |
| ); | |
| ?> |