File: //usr/share/php/Doctrine/Bundle/DoctrineBundle/autoload.php
<?php
require_once 'Doctrine/DBAL/autoload.php'; // (already *included* by Symfony/Bridge/Doctrine)
// require_once 'Doctrine/Persistence/autoload.php'; (already required by Symfony/Bridge/Doctrine)
require_once 'SqlFormatter/autoload.php';
// require_once 'Symfony/Component/Cache/autoload.php'; (already required by Symfony/Bundle/FrameworkBundle)
// require_once 'Symfony/Component/Config/autoload.php'; (already required by Symfony/Bundle/FrameworkBundle)
require_once 'Symfony/Component/Console/autoload.php'; // (already *included* by Symfony/Bundle/FrameworkBundle)
// require_once 'Symfony/Component/DependencyInjection/autoload.php'; (already required by Symfony/Bundle/FrameworkBundle)
require_once 'Symfony/Bridge/Doctrine/autoload.php';
require_once 'Symfony/Bundle/FrameworkBundle/autoload.php';
// require_once 'Symfony/Contracts/Service/autoload.php'; (already required by Symfony/Component/Cache)
// include_once 'Doctrine/ORM/autoload.php'; (already included by Symfony/Bridge/Doctrine)
if (stream_resolve_include_path('Symfony/Bundle/WebProfilerBundle/autoload.php')){
include_once 'Symfony/Bundle/WebProfilerBundle/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(
'doctrine\\bundle\\doctrinebundle\\command\\createdatabasedoctrinecommand' => '/Command/CreateDatabaseDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\doctrinecommand' => '/Command/DoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\dropdatabasedoctrinecommand' => '/Command/DropDatabaseDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\importmappingdoctrinecommand' => '/Command/ImportMappingDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\clearmetadatacachedoctrinecommand' => '/Command/Proxy/ClearMetadataCacheDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\clearquerycachedoctrinecommand' => '/Command/Proxy/ClearQueryCacheDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\clearresultcachedoctrinecommand' => '/Command/Proxy/ClearResultCacheDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\collectionregiondoctrinecommand' => '/Command/Proxy/CollectionRegionDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\convertmappingdoctrinecommand' => '/Command/Proxy/ConvertMappingDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\createschemadoctrinecommand' => '/Command/Proxy/CreateSchemaDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\delegatecommand' => '/Command/Proxy/DelegateCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\doctrinecommandhelper' => '/Command/Proxy/DoctrineCommandHelper.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\dropschemadoctrinecommand' => '/Command/Proxy/DropSchemaDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\ensureproductionsettingsdoctrinecommand' => '/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\entityregioncachedoctrinecommand' => '/Command/Proxy/EntityRegionCacheDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\importdoctrinecommand' => '/Command/Proxy/ImportDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\infodoctrinecommand' => '/Command/Proxy/InfoDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\queryregioncachedoctrinecommand' => '/Command/Proxy/QueryRegionCacheDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\rundqldoctrinecommand' => '/Command/Proxy/RunDqlDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\runsqldoctrinecommand' => '/Command/Proxy/RunSqlDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\updateschemadoctrinecommand' => '/Command/Proxy/UpdateSchemaDoctrineCommand.php',
'doctrine\\bundle\\doctrinebundle\\command\\proxy\\validateschemacommand' => '/Command/Proxy/ValidateSchemaCommand.php',
'doctrine\\bundle\\doctrinebundle\\connectionfactory' => '/ConnectionFactory.php',
'doctrine\\bundle\\doctrinebundle\\controller\\profilercontroller' => '/Controller/ProfilerController.php',
'doctrine\\bundle\\doctrinebundle\\datacollector\\doctrinedatacollector' => '/DataCollector/DoctrineDataCollector.php',
'doctrine\\bundle\\doctrinebundle\\dbal\\blacklistschemaassetfilter' => '/Dbal/BlacklistSchemaAssetFilter.php',
'doctrine\\bundle\\doctrinebundle\\dbal\\logging\\backtracelogger' => '/Dbal/Logging/BacktraceLogger.php',
'doctrine\\bundle\\doctrinebundle\\dbal\\regexschemaassetfilter' => '/Dbal/RegexSchemaAssetFilter.php',
'doctrine\\bundle\\doctrinebundle\\dbal\\schemaassetsfiltermanager' => '/Dbal/SchemaAssetsFilterManager.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\compiler\\dbalschemafilterpass' => '/DependencyInjection/Compiler/DbalSchemaFilterPass.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\compiler\\doctrineormmappingspass' => '/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\compiler\\entitylistenerpass' => '/DependencyInjection/Compiler/EntityListenerPass.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\compiler\\servicerepositorycompilerpass' => '/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\compiler\\wellknownschemafilterpass' => '/DependencyInjection/Compiler/WellKnownSchemaFilterPass.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\configuration' => '/DependencyInjection/Configuration.php',
'doctrine\\bundle\\doctrinebundle\\dependencyinjection\\doctrineextension' => '/DependencyInjection/DoctrineExtension.php',
'doctrine\\bundle\\doctrinebundle\\doctrinebundle' => '/DoctrineBundle.php',
'doctrine\\bundle\\doctrinebundle\\managerconfigurator' => '/ManagerConfigurator.php',
'doctrine\\bundle\\doctrinebundle\\mapping\\classmetadatacollection' => '/Mapping/ClassMetadataCollection.php',
'doctrine\\bundle\\doctrinebundle\\mapping\\containerentitylistenerresolver' => '/Mapping/ContainerEntityListenerResolver.php',
'doctrine\\bundle\\doctrinebundle\\mapping\\disconnectedmetadatafactory' => '/Mapping/DisconnectedMetadataFactory.php',
'doctrine\\bundle\\doctrinebundle\\mapping\\entitylistenerserviceresolver' => '/Mapping/EntityListenerServiceResolver.php',
'doctrine\\bundle\\doctrinebundle\\registry' => '/Registry.php',
'doctrine\\bundle\\doctrinebundle\\repository\\containerrepositoryfactory' => '/Repository/ContainerRepositoryFactory.php',
'doctrine\\bundle\\doctrinebundle\\repository\\serviceentityrepository' => '/Repository/ServiceEntityRepository.php',
'doctrine\\bundle\\doctrinebundle\\repository\\serviceentityrepositoryinterface' => '/Repository/ServiceEntityRepositoryInterface.php',
'doctrine\\bundle\\doctrinebundle\\twig\\doctrineextension' => '/Twig/DoctrineExtension.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd