START<?php use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Container; use Symfony\Component\DependencyInjection\Exception\InactiveScopeException; use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; use Symfony\Component\DependencyInjection\Exception\LogicException; use Symfony\Component\DependencyInjection\Exception\RuntimeException; use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag; /* * This class has been auto-generated * by the Symfony Dependency Injection Component. */ class appProdProjectContainer extends Container { private $parameters; private $targetDirs = array(); public function __construct() { $dir = __DIR__; for ($i = 1; $i <= 5; ++$i) { $this->targetDirs[$i] = $dir = dirname($dir); } $this->parameters = $this->getDefaultParameters(); $this->services = $this->scopedServices = $this->scopeStacks = array(); $this->scopes = array('request' => 'container'); $this->scopeChildren = array('request' => array()); $this->methodMap = array( 'admin.backend.command' => 'getAdmin_Backend_CommandService', 'admin.plugin.menu.collection' => 'getAdmin_Plugin_Menu_CollectionService', 'annotation_reader' => 'getAnnotationReaderService', 'assetic.asset_factory' => 'getAssetic_AssetFactoryService', 'assetic.asset_manager' => 'getAssetic_AssetManagerService', 'assetic.filter.cssrewrite' => 'getAssetic_Filter_CssrewriteService', 'assetic.filter_manager' => 'getAssetic_FilterManagerService', 'assetic.helper.static' => 'getAssetic_Helper_StaticService', 'assetic.twig_extension' => 'getAssetic_TwigExtensionService', 'assets.context' => 'getAssets_ContextService', 'assets.packages' => 'getAssets_PackagesService', 'backend_authentication' => 'getBackendAuthenticationService', 'cache_clearer' => 'getCacheClearerService', 'cache_warmer' => 'getCacheWarmerService', 'config_cache_factory' => 'getConfigCacheFactoryService', 'controller_name_converter' => 'getControllerNameConverterService', 'currency_exchange' => 'getCurrencyExchangeService', 'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService', 'debug.stopwatch' => 'getDebug_StopwatchService', 'doctrine' => 'getDoctrineService', 'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService', 'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService', 'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService', 'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService', 'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService', 'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService', 'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService', 'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService', 'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService', 'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService', 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService', 'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService', 'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService', 'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService', 'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService', 'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService', 'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService', 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService', 'doctrine.orm.default_entity_manager.delegate' => 'getDoctrine_Orm_DefaultEntityManager_DelegateService', 'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService', 'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', 'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService', 'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService', 'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService', 'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService', 'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService', 'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService', 'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService', 'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService', 'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService', 'doctrine.timestampable.timestampable_listener' => 'getDoctrine_Timestampable_TimestampableListenerService', 'doctrine.twig.doctrine_extension' => 'getDoctrine_Twig_DoctrineExtensionService', 'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService', 'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService', 'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService', 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService', 'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService', 'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService', 'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService', 'ec.api.enquete' => 'getEc_Api_EnqueteService', 'ec.api.landing_page' => 'getEc_Api_LandingPageService', 'ec.api.order' => 'getEc_Api_OrderService', 'ec.api.product' => 'getEc_Api_ProductService', 'ec.cart' => 'getEc_CartService', 'ec.message.flash' => 'getEc_Message_FlashService', 'ec.order_history' => 'getEc_OrderHistoryService', 'ec.payment.collection' => 'getEc_Payment_CollectionService', 'ec.twig' => 'getEc_TwigService', 'ec_client.routing.product' => 'getEcClient_Routing_ProductService', 'ec_payment_receive' => 'getEcPaymentReceiveService', 'endroid.qrcode.factory' => 'getEndroid_Qrcode_FactoryService', 'endroid.qrcode.twig.extension' => 'getEndroid_Qrcode_Twig_ExtensionService', 'esi' => 'getEsiService', 'esi_listener' => 'getEsiListenerService', 'event_dispatcher' => 'getEventDispatcherService', 'file_locator' => 'getFileLocatorService', 'filesystem' => 'getFilesystemService', 'form.csrf_provider' => 'getForm_CsrfProviderService', 'form.factory' => 'getForm_FactoryService', 'form.registry' => 'getForm_RegistryService', 'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService', 'form.server_END