Files
FHC-Core/include/ezcomponents/autoload/translation_cache_autoload.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

16 lines
391 B
PHP
Executable File

<?php
/**
* Autoloader definition for the TranslationCacheTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1.2
* @filesource
* @package TranslationCacheTiein
*/
return array(
'ezcTranslationCacheBackend' => 'TranslationCacheTiein/backends/cache_backend.php',
);
?>