blob: 552bd2ec1e3f260c531e63fbbf42dda65c7aef53 [file]
<?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',
);
?>