You are here

namespace Symfony\Component\Translation\Loader in Plug 7

Classsort descending Location Description
ArrayLoader lib/Symfony/translation/Loader/ArrayLoader.php ArrayLoader loads translations from a PHP array.
CsvFileLoader lib/Symfony/translation/Loader/CsvFileLoader.php CsvFileLoader loads translations from CSV files.
FileLoader lib/Symfony/translation/Loader/FileLoader.php @author Abdellatif Ait boudad <a.aitboudad@gmail.com>
IcuDatFileLoader lib/Symfony/translation/Loader/IcuDatFileLoader.php IcuResFileLoader loads translations from a resource bundle.
IcuResFileLoader lib/Symfony/translation/Loader/IcuResFileLoader.php IcuResFileLoader loads translations from a resource bundle.
IniFileLoader lib/Symfony/translation/Loader/IniFileLoader.php IniFileLoader loads translations from an ini file.
JsonFileLoader lib/Symfony/translation/Loader/JsonFileLoader.php JsonFileLoader loads translations from an json file.
LoaderInterface lib/Symfony/translation/Loader/LoaderInterface.php LoaderInterface is the interface implemented by all translation loaders.
MoFileLoader lib/Symfony/translation/Loader/MoFileLoader.php @copyright Copyright (c) 2010, Union of RAD http://union-of-rad.org (http://lithify.me/)
PhpFileLoader lib/Symfony/translation/Loader/PhpFileLoader.php PhpFileLoader loads translations from PHP files returning an array of translations.
PoFileLoader lib/Symfony/translation/Loader/PoFileLoader.php @copyright Copyright (c) 2010, Union of RAD http://union-of-rad.org (http://lithify.me/) @copyright Copyright (c) 2012, Clemens Tolboom
QtFileLoader lib/Symfony/translation/Loader/QtFileLoader.php QtFileLoader loads translations from QT Translations XML files.
XliffFileLoader lib/Symfony/translation/Loader/XliffFileLoader.php XliffFileLoader loads translations from XLIFF files.
YamlFileLoader lib/Symfony/translation/Loader/YamlFileLoader.php YamlFileLoader loads translations from Yaml files.