File: //usr/share/php/Symfony/Bundle/FrameworkBundle/autoload.php
<?php
// require:
require_once 'Symfony/Component/Cache/autoload.php';
require_once 'Symfony/Component/Config/autoload.php';
require_once 'Symfony/Component/Debug/autoload.php';
require_once 'Symfony/Component/DependencyInjection/autoload.php';
require_once 'Symfony/Component/Finder/autoload.php';
require_once 'Symfony/Component/HttpFoundation/autoload.php';
require_once 'Symfony/Component/HttpKernel/autoload.php';
require_once 'Symfony/Component/Filesystem/autoload.php';
require_once 'Symfony/Component/Routing/autoload.php';
// suggest:
if (stream_resolve_include_path('Symfony/Component/Console/autoload.php')){
include_once 'Symfony/Component/Console/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Form/autoload.php')){
include_once 'Symfony/Component/Form/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Serializer/autoload.php')){
include_once 'Symfony/Component/Serializer/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Validator/autoload.php')){
include_once 'Symfony/Component/Validator/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Yaml/autoload.php')){
include_once 'Symfony/Component/Yaml/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/PropertyInfo/autoload.php')){
include_once 'Symfony/Component/PropertyInfo/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/WebLink/autoload.php')){
include_once 'Symfony/Component/WebLink/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\\bundle\\frameworkbundle\\cachewarmer\\abstractphpfilecachewarmer' => '/CacheWarmer/AbstractPhpFileCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\annotationscachewarmer' => '/CacheWarmer/AnnotationsCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\routercachewarmer' => '/CacheWarmer/RouterCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\serializercachewarmer' => '/CacheWarmer/SerializerCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\templatefinder' => '/CacheWarmer/TemplateFinder.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\templatefinderinterface' => '/CacheWarmer/TemplateFinderInterface.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\templatepathscachewarmer' => '/CacheWarmer/TemplatePathsCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\translationscachewarmer' => '/CacheWarmer/TranslationsCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\cachewarmer\\validatorcachewarmer' => '/CacheWarmer/ValidatorCacheWarmer.php',
'symfony\\bundle\\frameworkbundle\\client' => '/Client.php',
'symfony\\bundle\\frameworkbundle\\command\\aboutcommand' => '/Command/AboutCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\abstractconfigcommand' => '/Command/AbstractConfigCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\assetsinstallcommand' => '/Command/AssetsInstallCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\cacheclearcommand' => '/Command/CacheClearCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\cachepoolclearcommand' => '/Command/CachePoolClearCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\cachepooldeletecommand' => '/Command/CachePoolDeleteCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\cachepoollistcommand' => '/Command/CachePoolListCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\cachepoolprunecommand' => '/Command/CachePoolPruneCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\cachewarmupcommand' => '/Command/CacheWarmupCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\configdebugcommand' => '/Command/ConfigDebugCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\configdumpreferencecommand' => '/Command/ConfigDumpReferenceCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\containerawarecommand' => '/Command/ContainerAwareCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\containerdebugcommand' => '/Command/ContainerDebugCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\debugautowiringcommand' => '/Command/DebugAutowiringCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\eventdispatcherdebugcommand' => '/Command/EventDispatcherDebugCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\routerdebugcommand' => '/Command/RouterDebugCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\routermatchcommand' => '/Command/RouterMatchCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\translationdebugcommand' => '/Command/TranslationDebugCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\translationupdatecommand' => '/Command/TranslationUpdateCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\workflowdumpcommand' => '/Command/WorkflowDumpCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\xlifflintcommand' => '/Command/XliffLintCommand.php',
'symfony\\bundle\\frameworkbundle\\command\\yamllintcommand' => '/Command/YamlLintCommand.php',
'symfony\\bundle\\frameworkbundle\\console\\application' => '/Console/Application.php',
'symfony\\bundle\\frameworkbundle\\console\\descriptor\\descriptor' => '/Console/Descriptor/Descriptor.php',
'symfony\\bundle\\frameworkbundle\\console\\descriptor\\jsondescriptor' => '/Console/Descriptor/JsonDescriptor.php',
'symfony\\bundle\\frameworkbundle\\console\\descriptor\\markdowndescriptor' => '/Console/Descriptor/MarkdownDescriptor.php',
'symfony\\bundle\\frameworkbundle\\console\\descriptor\\textdescriptor' => '/Console/Descriptor/TextDescriptor.php',
'symfony\\bundle\\frameworkbundle\\console\\descriptor\\xmldescriptor' => '/Console/Descriptor/XmlDescriptor.php',
'symfony\\bundle\\frameworkbundle\\console\\helper\\descriptorhelper' => '/Console/Helper/DescriptorHelper.php',
'symfony\\bundle\\frameworkbundle\\controller\\abstractcontroller' => '/Controller/AbstractController.php',
'symfony\\bundle\\frameworkbundle\\controller\\controller' => '/Controller/Controller.php',
'symfony\\bundle\\frameworkbundle\\controller\\controllernameparser' => '/Controller/ControllerNameParser.php',
'symfony\\bundle\\frameworkbundle\\controller\\controllerresolver' => '/Controller/ControllerResolver.php',
'symfony\\bundle\\frameworkbundle\\controller\\controllertrait' => '/Controller/ControllerTrait.php',
'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => '/Controller/RedirectController.php',
'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => '/Controller/TemplateController.php',
'symfony\\bundle\\frameworkbundle\\datacollector\\requestdatacollector' => '/DataCollector/RequestDataCollector.php',
'symfony\\bundle\\frameworkbundle\\datacollector\\routerdatacollector' => '/DataCollector/RouterDataCollector.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\addannotationscachedreaderpass' => '/DependencyInjection/Compiler/AddAnnotationsCachedReaderPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\adddebuglogprocessorpass' => '/DependencyInjection/Compiler/AddDebugLogProcessorPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\addexpressionlanguageproviderspass' => '/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\cachecollectorpass' => '/DependencyInjection/Compiler/CacheCollectorPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\cachepoolclearerpass' => '/DependencyInjection/Compiler/CachePoolClearerPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\cachepoolpass' => '/DependencyInjection/Compiler/CachePoolPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\cachepoolprunerpass' => '/DependencyInjection/Compiler/CachePoolPrunerPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\containerbuilderdebugdumppass' => '/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\datacollectortranslatorpass' => '/DependencyInjection/Compiler/DataCollectorTranslatorPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\loggingtranslatorpass' => '/DependencyInjection/Compiler/LoggingTranslatorPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\profilerpass' => '/DependencyInjection/Compiler/ProfilerPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\templatingpass' => '/DependencyInjection/Compiler/TemplatingPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\testservicecontainerrealrefpass' => '/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\testservicecontainerweakrefpass' => '/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\unusedtagspass' => '/DependencyInjection/Compiler/UnusedTagsPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\compiler\\workflowguardlistenerpass' => '/DependencyInjection/Compiler/WorkflowGuardListenerPass.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\configuration' => '/DependencyInjection/Configuration.php',
'symfony\\bundle\\frameworkbundle\\dependencyinjection\\frameworkextension' => '/DependencyInjection/FrameworkExtension.php',
'symfony\\bundle\\frameworkbundle\\eventlistener\\resolvecontrollernamesubscriber' => '/EventListener/ResolveControllerNameSubscriber.php',
'symfony\\bundle\\frameworkbundle\\eventlistener\\suggestmissingpackagesubscriber' => '/EventListener/SuggestMissingPackageSubscriber.php',
'symfony\\bundle\\frameworkbundle\\frameworkbundle' => '/FrameworkBundle.php',
'symfony\\bundle\\frameworkbundle\\httpcache\\httpcache' => '/HttpCache/HttpCache.php',
'symfony\\bundle\\frameworkbundle\\kernel\\microkerneltrait' => '/Kernel/MicroKernelTrait.php',
'symfony\\bundle\\frameworkbundle\\kernelbrowser' => '/KernelBrowser.php',
'symfony\\bundle\\frameworkbundle\\routing\\annotatedroutecontrollerloader' => '/Routing/AnnotatedRouteControllerLoader.php',
'symfony\\bundle\\frameworkbundle\\routing\\delegatingloader' => '/Routing/DelegatingLoader.php',
'symfony\\bundle\\frameworkbundle\\routing\\redirectablecompiledurlmatcher' => '/Routing/RedirectableCompiledUrlMatcher.php',
'symfony\\bundle\\frameworkbundle\\routing\\redirectableurlmatcher' => '/Routing/RedirectableUrlMatcher.php',
'symfony\\bundle\\frameworkbundle\\routing\\router' => '/Routing/Router.php',
'symfony\\bundle\\frameworkbundle\\templating\\delegatingengine' => '/Templating/DelegatingEngine.php',
'symfony\\bundle\\frameworkbundle\\templating\\engineinterface' => '/Templating/EngineInterface.php',
'symfony\\bundle\\frameworkbundle\\templating\\globalvariables' => '/Templating/GlobalVariables.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\actionshelper' => '/Templating/Helper/ActionsHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\assetshelper' => '/Templating/Helper/AssetsHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\codehelper' => '/Templating/Helper/CodeHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\formhelper' => '/Templating/Helper/FormHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\requesthelper' => '/Templating/Helper/RequestHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\routerhelper' => '/Templating/Helper/RouterHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\sessionhelper' => '/Templating/Helper/SessionHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\stopwatchhelper' => '/Templating/Helper/StopwatchHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\helper\\translatorhelper' => '/Templating/Helper/TranslatorHelper.php',
'symfony\\bundle\\frameworkbundle\\templating\\loader\\filesystemloader' => '/Templating/Loader/FilesystemLoader.php',
'symfony\\bundle\\frameworkbundle\\templating\\loader\\templatelocator' => '/Templating/Loader/TemplateLocator.php',
'symfony\\bundle\\frameworkbundle\\templating\\phpengine' => '/Templating/PhpEngine.php',
'symfony\\bundle\\frameworkbundle\\templating\\templatefilenameparser' => '/Templating/TemplateFilenameParser.php',
'symfony\\bundle\\frameworkbundle\\templating\\templatenameparser' => '/Templating/TemplateNameParser.php',
'symfony\\bundle\\frameworkbundle\\templating\\templatereference' => '/Templating/TemplateReference.php',
'symfony\\bundle\\frameworkbundle\\templating\\timedphpengine' => '/Templating/TimedPhpEngine.php',
'symfony\\bundle\\frameworkbundle\\test\\forwardcompattesttrait' => '/Test/ForwardCompatTestTrait.php',
'symfony\\bundle\\frameworkbundle\\test\\kerneltestcase' => '/Test/KernelTestCase.php',
'symfony\\bundle\\frameworkbundle\\test\\testcontainer' => '/Test/TestContainer.php',
'symfony\\bundle\\frameworkbundle\\test\\webtestassertionstrait' => '/Test/WebTestAssertionsTrait.php',
'symfony\\bundle\\frameworkbundle\\test\\webtestcase' => '/Test/WebTestCase.php',
'symfony\\bundle\\frameworkbundle\\translation\\translator' => '/Translation/Translator.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd