File: //usr/share/php/Symfony/Component/Translation/autoload.php
<?php
// require:
require_once 'Symfony/Contracts/Translation/autoload.php';
// suggest:
if (stream_resolve_include_path('Symfony/Component/Config/autoload.php')){
include_once 'Symfony/Component/Config/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Yaml/autoload.php')){
include_once 'Symfony/Component/Yaml/autoload.php';
}
if (stream_resolve_include_path('Psr/Log/autoload.php')){
include_once 'Psr/Log/autoload.php';
}
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'symfony\\component\\translation\\catalogue\\abstractoperation' => '/Catalogue/AbstractOperation.php',
'symfony\\component\\translation\\catalogue\\mergeoperation' => '/Catalogue/MergeOperation.php',
'symfony\\component\\translation\\catalogue\\operationinterface' => '/Catalogue/OperationInterface.php',
'symfony\\component\\translation\\catalogue\\targetoperation' => '/Catalogue/TargetOperation.php',
'symfony\\component\\translation\\command\\xlifflintcommand' => '/Command/XliffLintCommand.php',
'symfony\\component\\translation\\datacollector\\translationdatacollector' => '/DataCollector/TranslationDataCollector.php',
'symfony\\component\\translation\\datacollectortranslator' => '/DataCollectorTranslator.php',
'symfony\\component\\translation\\dependencyinjection\\translationdumperpass' => '/DependencyInjection/TranslationDumperPass.php',
'symfony\\component\\translation\\dependencyinjection\\translationextractorpass' => '/DependencyInjection/TranslationExtractorPass.php',
'symfony\\component\\translation\\dependencyinjection\\translatorpass' => '/DependencyInjection/TranslatorPass.php',
'symfony\\component\\translation\\dependencyinjection\\translatorpathspass' => '/DependencyInjection/TranslatorPathsPass.php',
'symfony\\component\\translation\\dumper\\csvfiledumper' => '/Dumper/CsvFileDumper.php',
'symfony\\component\\translation\\dumper\\dumperinterface' => '/Dumper/DumperInterface.php',
'symfony\\component\\translation\\dumper\\filedumper' => '/Dumper/FileDumper.php',
'symfony\\component\\translation\\dumper\\icuresfiledumper' => '/Dumper/IcuResFileDumper.php',
'symfony\\component\\translation\\dumper\\inifiledumper' => '/Dumper/IniFileDumper.php',
'symfony\\component\\translation\\dumper\\jsonfiledumper' => '/Dumper/JsonFileDumper.php',
'symfony\\component\\translation\\dumper\\mofiledumper' => '/Dumper/MoFileDumper.php',
'symfony\\component\\translation\\dumper\\phpfiledumper' => '/Dumper/PhpFileDumper.php',
'symfony\\component\\translation\\dumper\\pofiledumper' => '/Dumper/PoFileDumper.php',
'symfony\\component\\translation\\dumper\\qtfiledumper' => '/Dumper/QtFileDumper.php',
'symfony\\component\\translation\\dumper\\xlifffiledumper' => '/Dumper/XliffFileDumper.php',
'symfony\\component\\translation\\dumper\\yamlfiledumper' => '/Dumper/YamlFileDumper.php',
'symfony\\component\\translation\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
'symfony\\component\\translation\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
'symfony\\component\\translation\\exception\\invalidresourceexception' => '/Exception/InvalidResourceException.php',
'symfony\\component\\translation\\exception\\logicexception' => '/Exception/LogicException.php',
'symfony\\component\\translation\\exception\\notfoundresourceexception' => '/Exception/NotFoundResourceException.php',
'symfony\\component\\translation\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
'symfony\\component\\translation\\extractor\\abstractfileextractor' => '/Extractor/AbstractFileExtractor.php',
'symfony\\component\\translation\\extractor\\chainextractor' => '/Extractor/ChainExtractor.php',
'symfony\\component\\translation\\extractor\\extractorinterface' => '/Extractor/ExtractorInterface.php',
'symfony\\component\\translation\\extractor\\phpextractor' => '/Extractor/PhpExtractor.php',
'symfony\\component\\translation\\extractor\\phpstringtokenparser' => '/Extractor/PhpStringTokenParser.php',
'symfony\\component\\translation\\formatter\\choicemessageformatterinterface' => '/Formatter/ChoiceMessageFormatterInterface.php',
'symfony\\component\\translation\\formatter\\intlformatter' => '/Formatter/IntlFormatter.php',
'symfony\\component\\translation\\formatter\\intlformatterinterface' => '/Formatter/IntlFormatterInterface.php',
'symfony\\component\\translation\\formatter\\messageformatter' => '/Formatter/MessageFormatter.php',
'symfony\\component\\translation\\formatter\\messageformatterinterface' => '/Formatter/MessageFormatterInterface.php',
'symfony\\component\\translation\\identitytranslator' => '/IdentityTranslator.php',
'symfony\\component\\translation\\interval' => '/Interval.php',
'symfony\\component\\translation\\loader\\arrayloader' => '/Loader/ArrayLoader.php',
'symfony\\component\\translation\\loader\\csvfileloader' => '/Loader/CsvFileLoader.php',
'symfony\\component\\translation\\loader\\fileloader' => '/Loader/FileLoader.php',
'symfony\\component\\translation\\loader\\icudatfileloader' => '/Loader/IcuDatFileLoader.php',
'symfony\\component\\translation\\loader\\icuresfileloader' => '/Loader/IcuResFileLoader.php',
'symfony\\component\\translation\\loader\\inifileloader' => '/Loader/IniFileLoader.php',
'symfony\\component\\translation\\loader\\jsonfileloader' => '/Loader/JsonFileLoader.php',
'symfony\\component\\translation\\loader\\loaderinterface' => '/Loader/LoaderInterface.php',
'symfony\\component\\translation\\loader\\mofileloader' => '/Loader/MoFileLoader.php',
'symfony\\component\\translation\\loader\\phpfileloader' => '/Loader/PhpFileLoader.php',
'symfony\\component\\translation\\loader\\pofileloader' => '/Loader/PoFileLoader.php',
'symfony\\component\\translation\\loader\\qtfileloader' => '/Loader/QtFileLoader.php',
'symfony\\component\\translation\\loader\\xlifffileloader' => '/Loader/XliffFileLoader.php',
'symfony\\component\\translation\\loader\\yamlfileloader' => '/Loader/YamlFileLoader.php',
'symfony\\component\\translation\\loggingtranslator' => '/LoggingTranslator.php',
'symfony\\component\\translation\\messagecatalogue' => '/MessageCatalogue.php',
'symfony\\component\\translation\\messagecatalogueinterface' => '/MessageCatalogueInterface.php',
'symfony\\component\\translation\\messageselector' => '/MessageSelector.php',
'symfony\\component\\translation\\metadataawareinterface' => '/MetadataAwareInterface.php',
'symfony\\component\\translation\\pluralizationrules' => '/PluralizationRules.php',
'symfony\\component\\translation\\reader\\translationreader' => '/Reader/TranslationReader.php',
'symfony\\component\\translation\\reader\\translationreaderinterface' => '/Reader/TranslationReaderInterface.php',
'symfony\\component\\translation\\translator' => '/Translator.php',
'symfony\\component\\translation\\translatorbaginterface' => '/TranslatorBagInterface.php',
'symfony\\component\\translation\\translatorinterface' => '/TranslatorInterface.php',
'symfony\\component\\translation\\util\\arrayconverter' => '/Util/ArrayConverter.php',
'symfony\\component\\translation\\util\\xliffutils' => '/Util/XliffUtils.php',
'symfony\\component\\translation\\writer\\translationwriter' => '/Writer/TranslationWriter.php',
'symfony\\component\\translation\\writer\\translationwriterinterface' => '/Writer/TranslationWriterInterface.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd