File: //usr/share/php/Symfony/Component/Routing/autoload.php
<?php
// suggest:
if (stream_resolve_include_path('Symfony/Component/HttpFoundation/autoload.php')){
include_once 'Symfony/Component/HttpFoundation/autoload.php';
}
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('Symfony/Component/ExpressionLanguage/autoload.php')){
include_once 'Symfony/Component/ExpressionLanguage/autoload.php';
}
if (stream_resolve_include_path('Doctrine/Common/Annotations/autoload.php')){
include_once 'Doctrine/Common/Annotations/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\\routing\\annotation\\route' => '/Annotation/Route.php',
'symfony\\component\\routing\\compiledroute' => '/CompiledRoute.php',
'symfony\\component\\routing\\dependencyinjection\\routingresolverpass' => '/DependencyInjection/RoutingResolverPass.php',
'symfony\\component\\routing\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
'symfony\\component\\routing\\exception\\invalidparameterexception' => '/Exception/InvalidParameterException.php',
'symfony\\component\\routing\\exception\\methodnotallowedexception' => '/Exception/MethodNotAllowedException.php',
'symfony\\component\\routing\\exception\\missingmandatoryparametersexception' => '/Exception/MissingMandatoryParametersException.php',
'symfony\\component\\routing\\exception\\noconfigurationexception' => '/Exception/NoConfigurationException.php',
'symfony\\component\\routing\\exception\\resourcenotfoundexception' => '/Exception/ResourceNotFoundException.php',
'symfony\\component\\routing\\exception\\routenotfoundexception' => '/Exception/RouteNotFoundException.php',
'symfony\\component\\routing\\generator\\compiledurlgenerator' => '/Generator/CompiledUrlGenerator.php',
'symfony\\component\\routing\\generator\\configurablerequirementsinterface' => '/Generator/ConfigurableRequirementsInterface.php',
'symfony\\component\\routing\\generator\\dumper\\compiledurlgeneratordumper' => '/Generator/Dumper/CompiledUrlGeneratorDumper.php',
'symfony\\component\\routing\\generator\\dumper\\generatordumper' => '/Generator/Dumper/GeneratorDumper.php',
'symfony\\component\\routing\\generator\\dumper\\generatordumperinterface' => '/Generator/Dumper/GeneratorDumperInterface.php',
'symfony\\component\\routing\\generator\\dumper\\phpgeneratordumper' => '/Generator/Dumper/PhpGeneratorDumper.php',
'symfony\\component\\routing\\generator\\urlgenerator' => '/Generator/UrlGenerator.php',
'symfony\\component\\routing\\generator\\urlgeneratorinterface' => '/Generator/UrlGeneratorInterface.php',
'symfony\\component\\routing\\loader\\annotationclassloader' => '/Loader/AnnotationClassLoader.php',
'symfony\\component\\routing\\loader\\annotationdirectoryloader' => '/Loader/AnnotationDirectoryLoader.php',
'symfony\\component\\routing\\loader\\annotationfileloader' => '/Loader/AnnotationFileLoader.php',
'symfony\\component\\routing\\loader\\closureloader' => '/Loader/ClosureLoader.php',
'symfony\\component\\routing\\loader\\configurator\\collectionconfigurator' => '/Loader/Configurator/CollectionConfigurator.php',
'symfony\\component\\routing\\loader\\configurator\\importconfigurator' => '/Loader/Configurator/ImportConfigurator.php',
'symfony\\component\\routing\\loader\\configurator\\routeconfigurator' => '/Loader/Configurator/RouteConfigurator.php',
'symfony\\component\\routing\\loader\\configurator\\routingconfigurator' => '/Loader/Configurator/RoutingConfigurator.php',
'symfony\\component\\routing\\loader\\configurator\\traits\\addtrait' => '/Loader/Configurator/Traits/AddTrait.php',
'symfony\\component\\routing\\loader\\configurator\\traits\\routetrait' => '/Loader/Configurator/Traits/RouteTrait.php',
'symfony\\component\\routing\\loader\\dependencyinjection\\servicerouterloader' => '/Loader/DependencyInjection/ServiceRouterLoader.php',
'symfony\\component\\routing\\loader\\directoryloader' => '/Loader/DirectoryLoader.php',
'symfony\\component\\routing\\loader\\globfileloader' => '/Loader/GlobFileLoader.php',
'symfony\\component\\routing\\loader\\objectrouteloader' => '/Loader/ObjectRouteLoader.php',
'symfony\\component\\routing\\loader\\phpfileloader' => '/Loader/PhpFileLoader.php',
'symfony\\component\\routing\\loader\\protectedphpfileloader' => '/Loader/PhpFileLoader.php',
'symfony\\component\\routing\\loader\\xmlfileloader' => '/Loader/XmlFileLoader.php',
'symfony\\component\\routing\\loader\\yamlfileloader' => '/Loader/YamlFileLoader.php',
'symfony\\component\\routing\\matcher\\compiledurlmatcher' => '/Matcher/CompiledUrlMatcher.php',
'symfony\\component\\routing\\matcher\\dumper\\compiledurlmatcherdumper' => '/Matcher/Dumper/CompiledUrlMatcherDumper.php',
'symfony\\component\\routing\\matcher\\dumper\\compiledurlmatchertrait' => '/Matcher/Dumper/CompiledUrlMatcherTrait.php',
'symfony\\component\\routing\\matcher\\dumper\\matcherdumper' => '/Matcher/Dumper/MatcherDumper.php',
'symfony\\component\\routing\\matcher\\dumper\\matcherdumperinterface' => '/Matcher/Dumper/MatcherDumperInterface.php',
'symfony\\component\\routing\\matcher\\dumper\\phpmatcherdumper' => '/Matcher/Dumper/PhpMatcherDumper.php',
'symfony\\component\\routing\\matcher\\dumper\\staticprefixcollection' => '/Matcher/Dumper/StaticPrefixCollection.php',
'symfony\\component\\routing\\matcher\\redirectableurlmatcher' => '/Matcher/RedirectableUrlMatcher.php',
'symfony\\component\\routing\\matcher\\redirectableurlmatcherinterface' => '/Matcher/RedirectableUrlMatcherInterface.php',
'symfony\\component\\routing\\matcher\\requestmatcherinterface' => '/Matcher/RequestMatcherInterface.php',
'symfony\\component\\routing\\matcher\\traceableurlmatcher' => '/Matcher/TraceableUrlMatcher.php',
'symfony\\component\\routing\\matcher\\urlmatcher' => '/Matcher/UrlMatcher.php',
'symfony\\component\\routing\\matcher\\urlmatcherinterface' => '/Matcher/UrlMatcherInterface.php',
'symfony\\component\\routing\\requestcontext' => '/RequestContext.php',
'symfony\\component\\routing\\requestcontextawareinterface' => '/RequestContextAwareInterface.php',
'symfony\\component\\routing\\route' => '/Route.php',
'symfony\\component\\routing\\routecollection' => '/RouteCollection.php',
'symfony\\component\\routing\\routecollectionbuilder' => '/RouteCollectionBuilder.php',
'symfony\\component\\routing\\routecompiler' => '/RouteCompiler.php',
'symfony\\component\\routing\\routecompilerinterface' => '/RouteCompilerInterface.php',
'symfony\\component\\routing\\router' => '/Router.php',
'symfony\\component\\routing\\routerinterface' => '/RouterInterface.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd