var/cache/dev/ContainerZa4iq82/appDevDebugProjectContainer.php line 1985

Open in your IDE?
  1. <?php
  2. namespace ContainerZa4iq82;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class appDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  23.     {
  24.         $dir $this->targetDirs[0] = \dirname($containerDir);
  25.         for ($i 1$i <= 6; ++$i) {
  26.             $this->targetDirs[$i] = $dir = \dirname($dir);
  27.         }
  28.         $this->buildParameters $buildParameters;
  29.         $this->containerDir $containerDir;
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services = [];
  32.         $this->normalizedIds = [
  33.             'fos\\restbundle\\request\\paramfetcherinterface' => 'FOS\\RestBundle\\Request\\ParamFetcherInterface',
  34.             'fos\\restbundle\\view\\viewhandlerinterface' => 'FOS\\RestBundle\\View\\ViewHandlerInterface',
  35.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\cajacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\CajaController',
  36.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\homecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\HomeController',
  37.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\movimientocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\MovimientoController',
  38.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\pesajecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\PesajeController',
  39.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\precargaatencioncontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\PrecargaAtencionController',
  40.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\precargacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\PrecargaController',
  41.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\turnocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\TurnoController',
  42.             'noahtech\\sistemas\\interjamabundle\\controller\\atencion\\vepcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\VepController',
  43.             'noahtech\\sistemas\\interjamabundle\\controller\\basecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\BaseController',
  44.             'noahtech\\sistemas\\interjamabundle\\controller\\baserestcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\BaseRestController',
  45.             'noahtech\\sistemas\\interjamabundle\\controller\\cajacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\CajaController',
  46.             'noahtech\\sistemas\\interjamabundle\\controller\\certificadofumigacioncontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\CertificadoFumigacionController',
  47.             'noahtech\\sistemas\\interjamabundle\\controller\\chofercontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ChoferController',
  48.             'noahtech\\sistemas\\interjamabundle\\controller\\cliente\\chatcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\ChatController',
  49.             'noahtech\\sistemas\\interjamabundle\\controller\\cliente\\homecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\HomeController',
  50.             'noahtech\\sistemas\\interjamabundle\\controller\\cliente\\precargacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\PrecargaController',
  51.             'noahtech\\sistemas\\interjamabundle\\controller\\cliente\\vehiculocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\VehiculoController',
  52.             'noahtech\\sistemas\\interjamabundle\\controller\\clientecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ClienteController',
  53.             'noahtech\\sistemas\\interjamabundle\\controller\\contactocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ContactoController',
  54.             'noahtech\\sistemas\\interjamabundle\\controller\\defaultcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\DefaultController',
  55.             'noahtech\\sistemas\\interjamabundle\\controller\\divisacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\DivisaController',
  56.             'noahtech\\sistemas\\interjamabundle\\controller\\fumigacion\\certificadofumigacioncontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\CertificadoFumigacionController',
  57.             'noahtech\\sistemas\\interjamabundle\\controller\\fumigacion\\clientecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\ClienteController',
  58.             'noahtech\\sistemas\\interjamabundle\\controller\\fumigacion\\homecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\HomeController',
  59.             'noahtech\\sistemas\\interjamabundle\\controller\\fumigacion\\vehiculocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\VehiculoController',
  60.             'noahtech\\sistemas\\interjamabundle\\controller\\homecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\HomeController',
  61.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\anmaccontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\AnmacController',
  62.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\cajacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\CajaController',
  63.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\certificadofumigacioncontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\CertificadoFumigacionController',
  64.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\chatcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\ChatController',
  65.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\chofercontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\ChoferController',
  66.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\clientecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\ClienteController',
  67.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\crtcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\CrtController',
  68.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\firmantecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\FirmanteController',
  69.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\homecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\HomeController',
  70.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\movimientocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\MovimientoController',
  71.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\precargaatencioncontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\PrecargaAtencionController',
  72.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\precargacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\PrecargaController',
  73.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\turnocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\TurnoController',
  74.             'noahtech\\sistemas\\interjamabundle\\controller\\operador\\vehiculocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\VehiculoController',
  75.             'noahtech\\sistemas\\interjamabundle\\controller\\operadoraduana\\cajacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\OperadorAduana\\CajaController',
  76.             'noahtech\\sistemas\\interjamabundle\\controller\\operadoraduana\\homecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\OperadorAduana\\HomeController',
  77.             'noahtech\\sistemas\\interjamabundle\\controller\\operadoraduana\\precargaatencioncontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\OperadorAduana\\PrecargaAtencionController',
  78.             'noahtech\\sistemas\\interjamabundle\\controller\\personacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PersonaController',
  79.             'noahtech\\sistemas\\interjamabundle\\controller\\precargacontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PrecargaController',
  80.             'noahtech\\sistemas\\interjamabundle\\controller\\publiccontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PublicController',
  81.             'noahtech\\sistemas\\interjamabundle\\controller\\publicusercontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PublicUserController',
  82.             'noahtech\\sistemas\\interjamabundle\\controller\\reportecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ReporteController',
  83.             'noahtech\\sistemas\\interjamabundle\\controller\\securitycontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\SecurityController',
  84.             'noahtech\\sistemas\\interjamabundle\\controller\\tipostramitecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\TiposTramiteController',
  85.             'noahtech\\sistemas\\interjamabundle\\controller\\tramitecontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\TramiteController',
  86.             'noahtech\\sistemas\\interjamabundle\\controller\\turnocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\TurnoController',
  87.             'noahtech\\sistemas\\interjamabundle\\controller\\usuariocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\UsuarioController',
  88.             'noahtech\\sistemas\\interjamabundle\\controller\\vehiculocontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\VehiculoController',
  89.             'noahtech\\sistemas\\interjamabundle\\controller\\vepcontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\VepController',
  90.             'noahtech\\sistemas\\interjamabundle\\controller\\wificontroller' => 'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\WifiController',
  91.             'noahtech\\sistemas\\interjamabundle\\eventlistener\\apiexceptionsubscriber' => 'Noahtech\\Sistemas\\InterjamaBundle\\EventListener\\ApiExceptionSubscriber',
  92.             'noahtech\\sistemas\\interjamabundle\\handler\\accessdeniedhandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\AccessDeniedHandler',
  93.             'noahtech\\sistemas\\interjamabundle\\handler\\basehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\BaseHandler',
  94.             'noahtech\\sistemas\\interjamabundle\\handler\\mailhandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\MailHandler',
  95.             'noahtech\\sistemas\\interjamabundle\\handler\\mcanmachandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McAnmacHandler',
  96.             'noahtech\\sistemas\\interjamabundle\\handler\\mccajahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCajaHandler',
  97.             'noahtech\\sistemas\\interjamabundle\\handler\\mccajamonedahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCajaMonedaHandler',
  98.             'noahtech\\sistemas\\interjamabundle\\handler\\mccategoriahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCategoriaHandler',
  99.             'noahtech\\sistemas\\interjamabundle\\handler\\mccertificadohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCertificadoHandler',
  100.             'noahtech\\sistemas\\interjamabundle\\handler\\mcchathandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McChatHandler',
  101.             'noahtech\\sistemas\\interjamabundle\\handler\\mcchoferhandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McChoferHandler',
  102.             'noahtech\\sistemas\\interjamabundle\\handler\\mcclientehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McClienteHandler',
  103.             'noahtech\\sistemas\\interjamabundle\\handler\\mccontactohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McContactoHandler',
  104.             'noahtech\\sistemas\\interjamabundle\\handler\\mccrthandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCrtHandler',
  105.             'noahtech\\sistemas\\interjamabundle\\handler\\mcdivisahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McDivisaHandler',
  106.             'noahtech\\sistemas\\interjamabundle\\handler\\mcestadohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McEstadoHandler',
  107.             'noahtech\\sistemas\\interjamabundle\\handler\\mcfacturahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McFacturaHandler',
  108.             'noahtech\\sistemas\\interjamabundle\\handler\\mcfirmantehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McFirmanteHandler',
  109.             'noahtech\\sistemas\\interjamabundle\\handler\\mcinmueblehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McInmuebleHandler',
  110.             'noahtech\\sistemas\\interjamabundle\\handler\\mcmonedahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McMonedaHandler',
  111.             'noahtech\\sistemas\\interjamabundle\\handler\\mcmovimientohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McMovimientoHandler',
  112.             'noahtech\\sistemas\\interjamabundle\\handler\\mcpersonahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPersonaHandler',
  113.             'noahtech\\sistemas\\interjamabundle\\handler\\mcpesajehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPesajeHandler',
  114.             'noahtech\\sistemas\\interjamabundle\\handler\\mcprecargaarchivohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaArchivoHandler',
  115.             'noahtech\\sistemas\\interjamabundle\\handler\\mcprecargacrthandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaCrtHandler',
  116.             'noahtech\\sistemas\\interjamabundle\\handler\\mcprecargahandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaHandler',
  117.             'noahtech\\sistemas\\interjamabundle\\handler\\mcprecargatipotramiteshandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaTipoTramitesHandler',
  118.             'noahtech\\sistemas\\interjamabundle\\handler\\mcrolhandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McRolHandler',
  119.             'noahtech\\sistemas\\interjamabundle\\handler\\mctipostramitehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTiposTramiteHandler',
  120.             'noahtech\\sistemas\\interjamabundle\\handler\\mctramitehandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTramiteHandler',
  121.             'noahtech\\sistemas\\interjamabundle\\handler\\mcturnohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTurnoHandler',
  122.             'noahtech\\sistemas\\interjamabundle\\handler\\mcturnoproximohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTurnoProximoHandler',
  123.             'noahtech\\sistemas\\interjamabundle\\handler\\mcusuariohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McUsuarioHandler',
  124.             'noahtech\\sistemas\\interjamabundle\\handler\\mcvehiculoestadohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McVehiculoEstadoHandler',
  125.             'noahtech\\sistemas\\interjamabundle\\handler\\mcvehiculohandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McVehiculoHandler',
  126.             'noahtech\\sistemas\\interjamabundle\\handler\\mcvephandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McVepHandler',
  127.             'noahtech\\sistemas\\interjamabundle\\handler\\mcwifihandler' => 'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McWifiHandler',
  128.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  129.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  130.         ];
  131.         $this->syntheticIds = [
  132.             'kernel' => true,
  133.         ];
  134.         $this->methodMap = [
  135.             'annotation_reader' => 'getAnnotationReaderService',
  136.             'annotations.reader' => 'getAnnotations_ReaderService',
  137.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  138.             'assets._version__default' => 'getAssets_VersionDefaultService',
  139.             'assets.context' => 'getAssets_ContextService',
  140.             'assets.packages' => 'getAssets_PackagesService',
  141.             'cache.annotations' => 'getCache_AnnotationsService',
  142.             'cache.app' => 'getCache_AppService',
  143.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  144.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  145.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  146.             'cache.serializer' => 'getCache_SerializerService',
  147.             'cache.system' => 'getCache_SystemService',
  148.             'cache.validator' => 'getCache_ValidatorService',
  149.             'config_cache_factory' => 'getConfigCacheFactoryService',
  150.             'controller_name_converter' => 'getControllerNameConverterService',
  151.             'data_collector.dump' => 'getDataCollector_DumpService',
  152.             'data_collector.form' => 'getDataCollector_FormService',
  153.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  154.             'data_collector.request' => 'getDataCollector_RequestService',
  155.             'data_collector.router' => 'getDataCollector_RouterService',
  156.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  157.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  158.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  159.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  160.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  161.             'debug.log_processor' => 'getDebug_LogProcessorService',
  162.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  163.             'debug.stopwatch' => 'getDebug_StopwatchService',
  164.             'doctrine' => 'getDoctrineService',
  165.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  166.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  167.             'file_locator' => 'getFileLocatorService',
  168.             'fos_rest.allowed_methods_listener' => 'getFosRest_AllowedMethodsListenerService',
  169.             'fos_rest.allowed_methods_loader' => 'getFosRest_AllowedMethodsLoaderService',
  170.             'fos_rest.body_listener' => 'getFosRest_BodyListenerService',
  171.             'fos_rest.decoder_provider' => 'getFosRest_DecoderProviderService',
  172.             'fos_rest.format_listener' => 'getFosRest_FormatListenerService',
  173.             'fos_rest.format_negotiator' => 'getFosRest_FormatNegotiatorService',
  174.             'fos_rest.param_fetcher_listener' => 'getFosRest_ParamFetcherListenerService',
  175.             'fos_rest.request.param_fetcher' => 'getFosRest_Request_ParamFetcherService',
  176.             'fos_rest.request.param_fetcher.reader' => 'getFosRest_Request_ParamFetcher_ReaderService',
  177.             'fos_rest.serializer' => 'getFosRest_SerializerService',
  178.             'fos_rest.serializer.jms_handler_registry.inner' => 'getFosRest_Serializer_JmsHandlerRegistry_InnerService',
  179.             'fragment.listener' => 'getFragment_ListenerService',
  180.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  181.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  182.             'http_kernel' => 'getHttpKernelService',
  183.             'jms_serializer' => 'getJmsSerializerService',
  184.             'jms_serializer.accessor_strategy' => 'getJmsSerializer_AccessorStrategyService',
  185.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  186.             'jms_serializer.expression_evaluator' => 'getJmsSerializer_ExpressionEvaluatorService',
  187.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  188.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  189.             'jms_serializer.naming_strategy' => 'getJmsSerializer_NamingStrategyService',
  190.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  191.             'jms_serializer.unserialize_object_constructor' => 'getJmsSerializer_UnserializeObjectConstructorService',
  192.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  193.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  194.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  195.             'locale_listener' => 'getLocaleListenerService',
  196.             'logger' => 'getLoggerService',
  197.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  198.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  199.             'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
  200.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  201.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  202.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  203.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  204.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  205.             'nelmio_cors.cors_listener' => 'getNelmioCors_CorsListenerService',
  206.             'nelmio_cors.options_provider.config' => 'getNelmioCors_OptionsProvider_ConfigService',
  207.             'profiler' => 'getProfilerService',
  208.             'profiler_listener' => 'getProfilerListenerService',
  209.             'request_stack' => 'getRequestStackService',
  210.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  211.             'response_listener' => 'getResponseListenerService',
  212.             'router' => 'getRouterService',
  213.             'router.request_context' => 'getRouter_RequestContextService',
  214.             'router_listener' => 'getRouterListenerService',
  215.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  216.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  217.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  218.             'security.firewall' => 'getSecurity_FirewallService',
  219.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  220.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  221.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  222.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  223.             'security.token_storage' => 'getSecurity_TokenStorageService',
  224.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  225.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  226.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  227.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  228.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  229.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  230.             'session.save_listener' => 'getSession_SaveListenerService',
  231.             'session_listener' => 'getSessionListenerService',
  232.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  233.             'templating.locator' => 'getTemplating_LocatorService',
  234.             'templating.name_parser' => 'getTemplating_NameParserService',
  235.             'translator' => 'getTranslatorService',
  236.             'twig' => 'getTwigService',
  237.             'twig.loader' => 'getTwig_LoaderService',
  238.             'twig.profile' => 'getTwig_ProfileService',
  239.             'uri_signer' => 'getUriSignerService',
  240.             'validate_request_listener' => 'getValidateRequestListenerService',
  241.             'validator' => 'getValidatorService',
  242.             'validator.builder' => 'getValidator_BuilderService',
  243.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  244.         ];
  245.         $this->fileMap = [
  246.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => 'getViewHandlerInterfaceService.php',
  247.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\CajaController' => 'getCajaControllerService.php',
  248.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\HomeController' => 'getHomeControllerService.php',
  249.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\MovimientoController' => 'getMovimientoControllerService.php',
  250.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\PesajeController' => 'getPesajeControllerService.php',
  251.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\PrecargaAtencionController' => 'getPrecargaAtencionControllerService.php',
  252.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\PrecargaController' => 'getPrecargaControllerService.php',
  253.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\TurnoController' => 'getTurnoControllerService.php',
  254.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Atencion\\VepController' => 'getVepControllerService.php',
  255.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\BaseController' => 'getBaseControllerService.php',
  256.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\BaseRestController' => 'getBaseRestControllerService.php',
  257.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\CajaController' => 'getCajaController2Service.php',
  258.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\CertificadoFumigacionController' => 'getCertificadoFumigacionControllerService.php',
  259.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ChoferController' => 'getChoferControllerService.php',
  260.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ClienteController' => 'getClienteControllerService.php',
  261.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\ChatController' => 'getChatControllerService.php',
  262.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\HomeController' => 'getHomeController2Service.php',
  263.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\PrecargaController' => 'getPrecargaController2Service.php',
  264.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Cliente\\VehiculoController' => 'getVehiculoControllerService.php',
  265.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ContactoController' => 'getContactoControllerService.php',
  266.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  267.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\DivisaController' => 'getDivisaControllerService.php',
  268.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\CertificadoFumigacionController' => 'getCertificadoFumigacionController2Service.php',
  269.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\ClienteController' => 'getClienteController2Service.php',
  270.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\HomeController' => 'getHomeController3Service.php',
  271.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Fumigacion\\VehiculoController' => 'getVehiculoController2Service.php',
  272.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\HomeController' => 'getHomeController4Service.php',
  273.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\OperadorAduana\\CajaController' => 'getCajaController3Service.php',
  274.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\OperadorAduana\\HomeController' => 'getHomeController5Service.php',
  275.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\OperadorAduana\\PrecargaAtencionController' => 'getPrecargaAtencionController2Service.php',
  276.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\AnmacController' => 'getAnmacControllerService.php',
  277.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\CajaController' => 'getCajaController4Service.php',
  278.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\CertificadoFumigacionController' => 'getCertificadoFumigacionController3Service.php',
  279.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\ChatController' => 'getChatController2Service.php',
  280.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\ChoferController' => 'getChoferController2Service.php',
  281.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\ClienteController' => 'getClienteController3Service.php',
  282.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\CrtController' => 'getCrtControllerService.php',
  283.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\FirmanteController' => 'getFirmanteControllerService.php',
  284.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\HomeController' => 'getHomeController6Service.php',
  285.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\MovimientoController' => 'getMovimientoController2Service.php',
  286.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\PrecargaAtencionController' => 'getPrecargaAtencionController3Service.php',
  287.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\PrecargaController' => 'getPrecargaController3Service.php',
  288.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\TurnoController' => 'getTurnoController2Service.php',
  289.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\Operador\\VehiculoController' => 'getVehiculoController3Service.php',
  290.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PersonaController' => 'getPersonaControllerService.php',
  291.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PrecargaController' => 'getPrecargaController4Service.php',
  292.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PublicController' => 'getPublicControllerService.php',
  293.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\PublicUserController' => 'getPublicUserControllerService.php',
  294.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\ReporteController' => 'getReporteControllerService.php',
  295.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  296.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\TiposTramiteController' => 'getTiposTramiteControllerService.php',
  297.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\TramiteController' => 'getTramiteControllerService.php',
  298.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\TurnoController' => 'getTurnoController3Service.php',
  299.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\UsuarioController' => 'getUsuarioControllerService.php',
  300.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\VehiculoController' => 'getVehiculoController4Service.php',
  301.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\VepController' => 'getVepController2Service.php',
  302.             'Noahtech\\Sistemas\\InterjamaBundle\\Controller\\WifiController' => 'getWifiControllerService.php',
  303.             'Noahtech\\Sistemas\\InterjamaBundle\\EventListener\\ApiExceptionSubscriber' => 'getApiExceptionSubscriberService.php',
  304.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\AccessDeniedHandler' => 'getAccessDeniedHandlerService.php',
  305.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\BaseHandler' => 'getBaseHandlerService.php',
  306.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\MailHandler' => 'getMailHandlerService.php',
  307.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McAnmacHandler' => 'getMcAnmacHandlerService.php',
  308.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCajaHandler' => 'getMcCajaHandlerService.php',
  309.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCajaMonedaHandler' => 'getMcCajaMonedaHandlerService.php',
  310.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCategoriaHandler' => 'getMcCategoriaHandlerService.php',
  311.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCertificadoHandler' => 'getMcCertificadoHandlerService.php',
  312.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McChatHandler' => 'getMcChatHandlerService.php',
  313.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McChoferHandler' => 'getMcChoferHandlerService.php',
  314.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McClienteHandler' => 'getMcClienteHandlerService.php',
  315.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McContactoHandler' => 'getMcContactoHandlerService.php',
  316.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McCrtHandler' => 'getMcCrtHandlerService.php',
  317.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McDivisaHandler' => 'getMcDivisaHandlerService.php',
  318.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McEstadoHandler' => 'getMcEstadoHandlerService.php',
  319.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McFacturaHandler' => 'getMcFacturaHandlerService.php',
  320.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McFirmanteHandler' => 'getMcFirmanteHandlerService.php',
  321.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McInmuebleHandler' => 'getMcInmuebleHandlerService.php',
  322.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McMonedaHandler' => 'getMcMonedaHandlerService.php',
  323.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McMovimientoHandler' => 'getMcMovimientoHandlerService.php',
  324.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPersonaHandler' => 'getMcPersonaHandlerService.php',
  325.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPesajeHandler' => 'getMcPesajeHandlerService.php',
  326.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaArchivoHandler' => 'getMcPrecargaArchivoHandlerService.php',
  327.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaCrtHandler' => 'getMcPrecargaCrtHandlerService.php',
  328.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaHandler' => 'getMcPrecargaHandlerService.php',
  329.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McPrecargaTipoTramitesHandler' => 'getMcPrecargaTipoTramitesHandlerService.php',
  330.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McRolHandler' => 'getMcRolHandlerService.php',
  331.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTiposTramiteHandler' => 'getMcTiposTramiteHandlerService.php',
  332.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTramiteHandler' => 'getMcTramiteHandlerService.php',
  333.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTurnoHandler' => 'getMcTurnoHandlerService.php',
  334.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McTurnoProximoHandler' => 'getMcTurnoProximoHandlerService.php',
  335.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McUsuarioHandler' => 'getMcUsuarioHandlerService.php',
  336.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McVehiculoEstadoHandler' => 'getMcVehiculoEstadoHandlerService.php',
  337.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McVehiculoHandler' => 'getMcVehiculoHandlerService.php',
  338.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McVepHandler' => 'getMcVepHandlerService.php',
  339.             'Noahtech\\Sistemas\\InterjamaBundle\\Handler\\McWifiHandler' => 'getMcWifiHandlerService.php',
  340.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  341.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  342.             'annotations.cache' => 'getAnnotations_CacheService.php',
  343.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  344.             'api_exception_subscriber' => 'getApiExceptionSubscriber2Service.php',
  345.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  346.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  347.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  348.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  349.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  350.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  351.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  352.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  353.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  354.             'cache_clearer' => 'getCacheClearerService.php',
  355.             'cache_warmer' => 'getCacheWarmerService.php',
  356.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  357.             'console.command.about' => 'getConsole_Command_AboutService.php',
  358.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  359.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  360.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  361.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  362.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  363.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  364.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  365.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  366.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  367.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  368.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  369.             'console.command.noahtech_sistemas_interjamabundle_command_servercommand' => 'getConsole_Command_NoahtechSistemasInterjamabundleCommandServercommandService.php',
  370.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  371.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  372.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  373.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  374.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  375.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  376.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  377.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  378.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  379.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  380.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  381.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  382.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  383.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  384.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  385.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  386.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  387.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  388.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  389.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  390.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService.php',
  391.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  392.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  393.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  394.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  395.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  396.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  397.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService.php',
  398.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService.php',
  399.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService.php',
  400.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
  401.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  402.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  403.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php',
  404.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService.php',
  405.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  406.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  407.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  408.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  409.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  410.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  411.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  412.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  413.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  414.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  415.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  416.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  417.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  418.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  419.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  420.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  421.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  422.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  423.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  424.             'filesystem' => 'getFilesystemService.php',
  425.             'form.factory' => 'getForm_FactoryService.php',
  426.             'form.registry' => 'getForm_RegistryService.php',
  427.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  428.             'form.server_params' => 'getForm_ServerParamsService.php',
  429.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  430.             'form.type.button' => 'getForm_Type_ButtonService.php',
  431.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  432.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  433.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  434.             'form.type.country' => 'getForm_Type_CountryService.php',
  435.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  436.             'form.type.date' => 'getForm_Type_DateService.php',
  437.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  438.             'form.type.email' => 'getForm_Type_EmailService.php',
  439.             'form.type.entity' => 'getForm_Type_EntityService.php',
  440.             'form.type.file' => 'getForm_Type_FileService.php',
  441.             'form.type.form' => 'getForm_Type_FormService.php',
  442.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  443.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  444.             'form.type.language' => 'getForm_Type_LanguageService.php',
  445.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  446.             'form.type.money' => 'getForm_Type_MoneyService.php',
  447.             'form.type.number' => 'getForm_Type_NumberService.php',
  448.             'form.type.password' => 'getForm_Type_PasswordService.php',
  449.             'form.type.percent' => 'getForm_Type_PercentService.php',
  450.             'form.type.radio' => 'getForm_Type_RadioService.php',
  451.             'form.type.range' => 'getForm_Type_RangeService.php',
  452.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  453.             'form.type.reset' => 'getForm_Type_ResetService.php',
  454.             'form.type.search' => 'getForm_Type_SearchService.php',
  455.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  456.             'form.type.text' => 'getForm_Type_TextService.php',
  457.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  458.             'form.type.time' => 'getForm_Type_TimeService.php',
  459.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  460.             'form.type.url' => 'getForm_Type_UrlService.php',
  461.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  462.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  463.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  464.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  465.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  466.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  467.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  468.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  469.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  470.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  471.             'fos_rest.access_denied_listener' => 'getFosRest_AccessDeniedListenerService.php',
  472.             'fos_rest.decoder.json' => 'getFosRest_Decoder_JsonService.php',
  473.             'fos_rest.decoder.jsontoform' => 'getFosRest_Decoder_JsontoformService.php',
  474.             'fos_rest.decoder.xml' => 'getFosRest_Decoder_XmlService.php',
  475.             'fos_rest.error_listener' => 'getFosRest_ErrorListenerService.php',
  476.             'fos_rest.exception.codes_map' => 'getFosRest_Exception_CodesMapService.php',
  477.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  478.             'fos_rest.exception.messages_map' => 'getFosRest_Exception_MessagesMapService.php',
  479.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  480.             'fos_rest.exception_listener' => 'getFosRest_ExceptionListenerService.php',
  481.             'fos_rest.inflector' => 'getFosRest_InflectorService.php',
  482.             'fos_rest.normalizer.camel_keys' => 'getFosRest_Normalizer_CamelKeysService.php',
  483.             'fos_rest.normalizer.camel_keys_with_leading_underscore' => 'getFosRest_Normalizer_CamelKeysWithLeadingUnderscoreService.php',
  484.             'fos_rest.routing.loader.controller' => 'getFosRest_Routing_Loader_ControllerService.php',
  485.             'fos_rest.routing.loader.directory' => 'getFosRest_Routing_Loader_DirectoryService.php',
  486.             'fos_rest.routing.loader.processor' => 'getFosRest_Routing_Loader_ProcessorService.php',
  487.             'fos_rest.routing.loader.reader.action' => 'getFosRest_Routing_Loader_Reader_ActionService.php',
  488.             'fos_rest.routing.loader.reader.controller' => 'getFosRest_Routing_Loader_Reader_ControllerService.php',
  489.             'fos_rest.routing.loader.xml_collection' => 'getFosRest_Routing_Loader_XmlCollectionService.php',
  490.             'fos_rest.routing.loader.yaml_collection' => 'getFosRest_Routing_Loader_YamlCollectionService.php',
  491.             'fos_rest.serializer.exception_normalizer.jms' => 'getFosRest_Serializer_ExceptionNormalizer_JmsService.php',
  492.             'fos_rest.serializer.exception_normalizer.symfony' => 'getFosRest_Serializer_ExceptionNormalizer_SymfonyService.php',
  493.             'fos_rest.serializer.flatten_exception_handler' => 'getFosRest_Serializer_FlattenExceptionHandlerService.php',
  494.             'fos_rest.serializer.form_error_handler' => 'getFosRest_Serializer_FormErrorHandlerService.php',
  495.             'fos_rest.view_response_listener' => 'getFosRest_ViewResponseListenerService.php',
  496.             'fragment.handler' => 'getFragment_HandlerService.php',
  497.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  498.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  499.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  500.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  501.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  502.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  503.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  504.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  505.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  506.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  507.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  508.             'jms_serializer.templating.helper.serializer' => 'getJmsSerializer_Templating_Helper_SerializerService.php',
  509.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  510.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  511.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService.php',
  512.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  513.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService.php',
  514.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  515.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  516.             'property_accessor' => 'getPropertyAccessorService.php',
  517.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  518.             'routing.loader' => 'getRouting_LoaderService.php',
  519.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  520.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  521.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  522.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  523.             'security.access_map' => 'getSecurity_AccessMapService.php',
  524.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  525.             'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
  526.             'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
  527.             'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
  528.             'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
  529.             'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
  530.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  531.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  532.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  533.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  534.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  535.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  536.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  537.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  538.             'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
  539.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  540.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  541.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  542.             'security.user.provider.concrete.our_db_provider' => 'getSecurity_User_Provider_Concrete_OurDbProviderService.php',
  543.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  544.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  545.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  546.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  547.             'serializer' => 'getSerializerService.php',
  548.             'serializer.mapping.cache.symfony' => 'getSerializer_Mapping_Cache_SymfonyService.php',
  549.             'serializer.mapping.cache_warmer' => 'getSerializer_Mapping_CacheWarmerService.php',
  550.             'service_locator.da5nryz' => 'getServiceLocator_Da5nryzService.php',
  551.             'service_locator.dc8emmi' => 'getServiceLocator_Dc8emmiService.php',
  552.             'service_locator.lllhbbu' => 'getServiceLocator_LllhbbuService.php',
  553.             'services_resetter' => 'getServicesResetterService.php',
  554.             'session' => 'getSessionService.php',
  555.             'session.handler' => 'getSession_HandlerService.php',
  556.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  557.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  558.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  559.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  560.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  561.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  562.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  563.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  564.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  565.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  566.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  567.             'templating' => 'getTemplatingService.php',
  568.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  569.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  570.             'templating.finder' => 'getTemplating_FinderService.php',
  571.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  572.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  573.             'templating.loader' => 'getTemplating_LoaderService.php',
  574.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  575.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  576.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  577.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  578.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  579.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  580.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  581.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  582.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  583.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  584.             'validator.email' => 'getValidator_EmailService.php',
  585.             'validator.expression' => 'getValidator_ExpressionService.php',
  586.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  587.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  588.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  589.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  590.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  591.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  592.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  593.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  594.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  595.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  596.         ];
  597.         $this->privates = [
  598.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => true,
  599.             'fos_rest.router' => true,
  600.             'fos_rest.templating' => true,
  601.             'session.storage' => true,
  602.             'swiftmailer.mailer' => true,
  603.             'swiftmailer.plugin.messagelogger' => true,
  604.             'swiftmailer.spool' => true,
  605.             'swiftmailer.transport' => true,
  606.             'swiftmailer.transport.real' => true,
  607.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => true,
  608.             'Noahtech\\Sistemas\\InterjamaBundle\\EventListener\\ApiExceptionSubscriber' => true,
  609.             'annotation_reader' => true,
  610.             'annotations.cache' => true,
  611.             'annotations.cache_warmer' => true,
  612.             'annotations.reader' => true,
  613.             'api_exception_subscriber' => true,
  614.             'argument_metadata_factory' => true,
  615.             'argument_resolver.default' => true,
  616.             'argument_resolver.request' => true,
  617.             'argument_resolver.request_attribute' => true,
  618.             'argument_resolver.service' => true,
  619.             'argument_resolver.session' => true,
  620.             'argument_resolver.variadic' => true,
  621.             'assets._version__default' => true,
  622.             'assets.context' => true,
  623.             'assets.packages' => true,
  624.             'cache.annotations' => true,
  625.             'cache.default_clearer' => true,
  626.             'cache.doctrine.orm.default.metadata' => true,
  627.             'cache.doctrine.orm.default.query' => true,
  628.             'cache.doctrine.orm.default.result' => true,
  629.             'cache.serializer' => true,
  630.             'cache.validator' => true,
  631.             'config.resource.self_checking_resource_checker' => true,
  632.             'config_cache_factory' => true,
  633.             'console.command.about' => true,
  634.             'console.command.assets_install' => true,
  635.             'console.command.cache_clear' => true,
  636.             'console.command.cache_pool_clear' => true,
  637.             'console.command.cache_pool_prune' => true,
  638.             'console.command.cache_warmup' => true,
  639.             'console.command.config_debug' => true,
  640.             'console.command.config_dump_reference' => true,
  641.             'console.command.container_debug' => true,
  642.             'console.command.debug_autowiring' => true,
  643.             'console.command.event_dispatcher_debug' => true,
  644.             'console.command.form_debug' => true,
  645.             'console.command.router_debug' => true,
  646.             'console.command.router_match' => true,
  647.             'console.command.xliff_lint' => true,
  648.             'console.command.yaml_lint' => true,
  649.             'console.error_listener' => true,
  650.             'controller_name_converter' => true,
  651.             'data_collector.form' => true,
  652.             'data_collector.form.extractor' => true,
  653.             'data_collector.request' => true,
  654.             'data_collector.router' => true,
  655.             'debug.argument_resolver' => true,
  656.             'debug.controller_resolver' => true,
  657.             'debug.debug_handlers_listener' => true,
  658.             'debug.dump_listener' => true,
  659.             'debug.event_dispatcher' => true,
  660.             'debug.file_link_formatter' => true,
  661.             'debug.file_link_formatter.url_format' => true,
  662.             'debug.log_processor' => true,
  663.             'debug.security.access.decision_manager' => true,
  664.             'debug.stopwatch' => true,
  665.             'dependency_injection.config.container_parameters_resource_checker' => true,
  666.             'deprecated.form.registry' => true,
  667.             'deprecated.form.registry.csrf' => true,
  668.             'doctrine.cache_clear_metadata_command' => true,
  669.             'doctrine.cache_clear_query_cache_command' => true,
  670.             'doctrine.cache_clear_result_command' => true,
  671.             'doctrine.cache_collection_region_command' => true,
  672.             'doctrine.clear_entity_region_command' => true,
  673.             'doctrine.clear_query_region_command' => true,
  674.             'doctrine.database_create_command' => true,
  675.             'doctrine.database_drop_command' => true,
  676.             'doctrine.database_import_command' => true,
  677.             'doctrine.dbal.connection_factory' => true,
  678.             'doctrine.dbal.logger.profiling.default' => true,
  679.             'doctrine.ensure_production_settings_command' => true,
  680.             'doctrine.generate_entities_command' => true,
  681.             'doctrine.mapping_convert_command' => true,
  682.             'doctrine.mapping_import_command' => true,
  683.             'doctrine.mapping_info_command' => true,
  684.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  685.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  686.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  687.             'doctrine.orm.default_entity_listener_resolver' => true,
  688.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  689.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  690.             'doctrine.orm.default_manager_configurator' => true,
  691.             'doctrine.orm.proxy_cache_warmer' => true,
  692.             'doctrine.orm.validator.unique' => true,
  693.             'doctrine.orm.validator_initializer' => true,
  694.             'doctrine.query_dql_command' => true,
  695.             'doctrine.query_sql_command' => true,
  696.             'doctrine.schema_create_command' => true,
  697.             'doctrine.schema_drop_command' => true,
  698.             'doctrine.schema_update_command' => true,
  699.             'doctrine.schema_validate_command' => true,
  700.             'doctrine_cache.contains_command' => true,
  701.             'doctrine_cache.delete_command' => true,
  702.             'doctrine_cache.flush_command' => true,
  703.             'doctrine_cache.stats_command' => true,
  704.             'doctrine_migrations.diff_command' => true,
  705.             'doctrine_migrations.execute_command' => true,
  706.             'doctrine_migrations.generate_command' => true,
  707.             'doctrine_migrations.latest_command' => true,
  708.             'doctrine_migrations.migrate_command' => true,
  709.             'doctrine_migrations.status_command' => true,
  710.             'doctrine_migrations.version_command' => true,
  711.             'file_locator' => true,
  712.             'form.registry' => true,
  713.             'form.resolved_type_factory' => true,
  714.             'form.server_params' => true,
  715.             'form.type.choice' => true,
  716.             'form.type.entity' => true,
  717.             'form.type.form' => true,
  718.             'form.type_extension.csrf' => true,
  719.             'form.type_extension.form.data_collector' => true,
  720.             'form.type_extension.form.http_foundation' => true,
  721.             'form.type_extension.form.transformation_failure_handling' => true,
  722.             'form.type_extension.form.validator' => true,
  723.             'form.type_extension.repeated.validator' => true,
  724.             'form.type_extension.submit.validator' => true,
  725.             'form.type_extension.upload.validator' => true,
  726.             'form.type_guesser.doctrine' => true,
  727.             'form.type_guesser.validator' => true,
  728.             'fos_rest.access_denied_listener' => true,
  729.             'fos_rest.allowed_methods_listener' => true,
  730.             'fos_rest.allowed_methods_loader' => true,
  731.             'fos_rest.body_listener' => true,
  732.             'fos_rest.decoder.json' => true,
  733.             'fos_rest.decoder.jsontoform' => true,
  734.             'fos_rest.decoder.xml' => true,
  735.             'fos_rest.decoder_provider' => true,
  736.             'fos_rest.error_listener' => true,
  737.             'fos_rest.exception.codes_map' => true,
  738.             'fos_rest.exception.messages_map' => true,
  739.             'fos_rest.exception_listener' => true,
  740.             'fos_rest.format_listener' => true,
  741.             'fos_rest.format_negotiator' => true,
  742.             'fos_rest.inflector' => true,
  743.             'fos_rest.normalizer.camel_keys' => true,
  744.             'fos_rest.normalizer.camel_keys_with_leading_underscore' => true,
  745.             'fos_rest.param_fetcher_listener' => true,
  746.             'fos_rest.request.param_fetcher' => true,
  747.             'fos_rest.request.param_fetcher.reader' => true,
  748.             'fos_rest.routing.loader.controller' => true,
  749.             'fos_rest.routing.loader.directory' => true,
  750.             'fos_rest.routing.loader.processor' => true,
  751.             'fos_rest.routing.loader.reader.action' => true,
  752.             'fos_rest.routing.loader.reader.controller' => true,
  753.             'fos_rest.routing.loader.xml_collection' => true,
  754.             'fos_rest.routing.loader.yaml_collection' => true,
  755.             'fos_rest.serializer' => true,
  756.             'fos_rest.serializer.exception_normalizer.jms' => true,
  757.             'fos_rest.serializer.exception_normalizer.symfony' => true,
  758.             'fos_rest.serializer.flatten_exception_handler' => true,
  759.             'fos_rest.serializer.form_error_handler' => true,
  760.             'fos_rest.serializer.jms_handler_registry.inner' => true,
  761.             'fos_rest.view_response_listener' => true,
  762.             'fragment.handler' => true,
  763.             'fragment.listener' => true,
  764.             'fragment.renderer.hinclude' => true,
  765.             'fragment.renderer.inline' => true,
  766.             'framework_extra_bundle.argument_name_convertor' => true,
  767.             'framework_extra_bundle.event.is_granted' => true,
  768.             'jms_serializer.accessor_strategy' => true,
  769.             'jms_serializer.expression_evaluator' => true,
  770.             'jms_serializer.handler_registry' => true,
  771.             'jms_serializer.naming_strategy' => true,
  772.             'jms_serializer.templating.helper.serializer' => true,
  773.             'jms_serializer.unserialize_object_constructor' => true,
  774.             'kernel.class_cache.cache_warmer' => true,
  775.             'locale_listener' => true,
  776.             'logger' => true,
  777.             'monolog.handler.console' => true,
  778.             'monolog.handler.main' => true,
  779.             'monolog.handler.null_internal' => true,
  780.             'monolog.handler.server_log' => true,
  781.             'monolog.logger.cache' => true,
  782.             'monolog.logger.console' => true,
  783.             'monolog.logger.doctrine' => true,
  784.             'monolog.logger.event' => true,
  785.             'monolog.logger.php' => true,
  786.             'monolog.logger.profiler' => true,
  787.             'monolog.logger.request' => true,
  788.             'monolog.logger.security' => true,
  789.             'monolog.logger.templating' => true,
  790.             'nelmio_cors.cors_listener' => true,
  791.             'nelmio_cors.options_provider.config' => true,
  792.             'profiler_listener' => true,
  793.             'property_accessor' => true,
  794.             'resolve_controller_name_subscriber' => true,
  795.             'response_listener' => true,
  796.             'router.cache_warmer' => true,
  797.             'router.request_context' => true,
  798.             'router_listener' => true,
  799.             'security.access.authenticated_voter' => true,
  800.             'security.access.expression_voter' => true,
  801.             'security.access.role_hierarchy_voter' => true,
  802.             'security.access_listener' => true,
  803.             'security.access_map' => true,
  804.             'security.authentication.guard_handler' => true,
  805.             'security.authentication.listener.anonymous.main' => true,
  806.             'security.authentication.listener.form.main' => true,
  807.             'security.authentication.manager' => true,
  808.             'security.authentication.provider.anonymous.main' => true,
  809.             'security.authentication.provider.dao.main' => true,
  810.             'security.authentication.session_strategy.main' => true,
  811.             'security.authentication.trust_resolver' => true,
  812.             'security.channel_listener' => true,
  813.             'security.command.user_password_encoder' => true,
  814.             'security.context_listener.0' => true,
  815.             'security.csrf.token_storage' => true,
  816.             'security.encoder_factory' => true,
  817.             'security.firewall' => true,
  818.             'security.firewall.map' => true,
  819.             'security.firewall.map.context.dev' => true,
  820.             'security.firewall.map.context.main' => true,
  821.             'security.http_utils' => true,
  822.             'security.logout_url_generator' => true,
  823.             'security.rememberme.response_listener' => true,
  824.             'security.request_matcher.zfhj2lw' => true,
  825.             'security.role_hierarchy' => true,
  826.             'security.user.provider.concrete.our_db_provider' => true,
  827.             'security.user_value_resolver' => true,
  828.             'security.validator.user_password' => true,
  829.             'sensio_distribution.security_checker' => true,
  830.             'sensio_distribution.security_checker.command' => true,
  831.             'sensio_framework_extra.cache.listener' => true,
  832.             'sensio_framework_extra.controller.listener' => true,
  833.             'sensio_framework_extra.converter.listener' => true,
  834.             'sensio_framework_extra.converter.manager' => true,
  835.             'sensio_framework_extra.security.listener' => true,
  836.             'sensio_framework_extra.view.listener' => true,
  837.             'serializer.mapping.cache.symfony' => true,
  838.             'serializer.mapping.cache_warmer' => true,
  839.             'service_locator.da5nryz' => true,
  840.             'service_locator.dc8emmi' => true,
  841.             'service_locator.lllhbbu' => true,
  842.             'session.handler' => true,
  843.             'session.save_listener' => true,
  844.             'session.storage.filesystem' => true,
  845.             'session.storage.metadata_bag' => true,
  846.             'session.storage.native' => true,
  847.             'session.storage.php_bridge' => true,
  848.             'session_listener' => true,
  849.             'streamed_response_listener' => true,
  850.             'swiftmailer.email_sender.listener' => true,
  851.             'swiftmailer.mailer.default.spool' => true,
  852.             'swiftmailer.mailer.default.transport' => true,
  853.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  854.             'templating.cache_warmer.template_paths' => true,
  855.             'templating.filename_parser' => true,
  856.             'templating.finder' => true,
  857.             'templating.helper.logout_url' => true,
  858.             'templating.helper.security' => true,
  859.             'templating.locator' => true,
  860.             'templating.name_parser' => true,
  861.             'twig.cache_warmer' => true,
  862.             'twig.command.debug' => true,
  863.             'twig.command.lint' => true,
  864.             'twig.exception_listener' => true,
  865.             'twig.form.renderer' => true,
  866.             'twig.loader' => true,
  867.             'twig.profile' => true,
  868.             'twig.runtime.httpkernel' => true,
  869.             'twig.template_cache_warmer' => true,
  870.             'twig.translation.extractor' => true,
  871.             'uri_signer' => true,
  872.             'validate_request_listener' => true,
  873.             'validator.builder' => true,
  874.             'validator.email' => true,
  875.             'validator.expression' => true,
  876.             'validator.mapping.cache_warmer' => true,
  877.             'var_dumper.cli_dumper' => true,
  878.             'web_server.command.server_log' => true,
  879.             'web_server.command.server_run' => true,
  880.             'web_server.command.server_start' => true,
  881.             'web_server.command.server_status' => true,
  882.             'web_server.command.server_stop' => true,
  883.         ];
  884.         $this->aliases = [
  885.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => 'fos_rest.request.param_fetcher',
  886.             'cache.app_clearer' => 'cache.default_clearer',
  887.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  888.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  889.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  890.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  891.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  892.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  893.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  894.             'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  895.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  896.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  897.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  898.             'database_connection' => 'doctrine.dbal.default_connection',
  899.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  900.             'event_dispatcher' => 'debug.event_dispatcher',
  901.             'fos_rest.router' => 'router',
  902.             'fos_rest.serializer.jms_handler_registry' => 'jms_serializer.handler_registry',
  903.             'fos_rest.templating' => 'templating',
  904.             'fos_rest.view_handler' => 'FOS\\RestBundle\\View\\ViewHandlerInterface',
  905.             'jms_serializer.form_error_handler' => 'fos_rest.serializer.form_error_handler',
  906.             'mailer' => 'swiftmailer.mailer.default',
  907.             'session.storage' => 'session.storage.native',
  908.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  909.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  910.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  911.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  912.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  913.         ];
  914.         $this->privates['service_container'] = function () {
  915.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  916.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  917.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  918.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  919.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  920.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  921.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  922.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  923.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  924.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  925.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  926.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  927.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  928.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  929.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  930.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  931.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  932.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  933.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  934.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  935.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  936.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  937.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  938.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  939.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  940.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  941.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  942.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  943.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  944.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  945.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  946.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  947.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  948.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php';
  949.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  950.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  951.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  952.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php';
  953.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  954.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  955.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  956.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  957.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  958.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  959.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  960.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php';
  961.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  962.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php';
  963.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php';
  964.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php';
  965.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  966.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  967.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  968.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  969.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  970.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  971.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  972.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  973.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  974.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  975.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  976.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  977.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  978.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  979.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  980.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  981.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  982.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  983.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  984.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  985.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  986.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  987.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  988.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  989.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  990.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  991.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php';
  992.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  993.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  994.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  995.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  996.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  997.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  998.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  999.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  1000.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  1001.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  1002.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  1003.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  1004.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  1005.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  1006.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php';
  1007.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  1008.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  1009.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  1010.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  1011.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  1012.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  1013.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  1014.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  1015.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  1016.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  1017.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  1018.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  1019.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1020.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1021.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1022.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  1023.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  1024.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  1025.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  1026.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  1027.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  1028.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  1029.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  1030.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  1031.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  1032.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  1033.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  1034.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  1035.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  1036.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  1037.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  1038.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  1039.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  1040.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1041.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1042.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  1043.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  1044.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1045.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  1046.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  1047.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  1048.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  1049.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  1050.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  1051.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  1052.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  1053.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  1054.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  1055.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  1056.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php';
  1057.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  1058.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  1059.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  1060.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  1061.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  1062.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  1063.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  1064.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1065.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  1066.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  1067.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  1068.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1069.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1070.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1071.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  1072.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1073.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1074.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1075.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1076.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1077.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1078.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1079.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  1080.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php';
  1081.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  1082.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  1083.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  1084.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1085.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  1086.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  1087.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ResetInterface.php';
  1088.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  1089.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  1090.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  1091.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  1092.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  1093.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  1094.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  1095.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  1096.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  1097.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  1098.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  1099.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  1100.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  1101.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  1102.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  1103.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  1104.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  1105.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  1106.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  1107.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  1108.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  1109.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  1110.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  1111.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  1112.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  1113.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  1114.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  1115.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  1116.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  1117.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  1118.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  1119.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  1120.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1121.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1122.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  1123.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php';
  1124.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php';
  1125.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  1126.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
  1127.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
  1128.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  1129.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  1130.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
  1131.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  1132.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  1133.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  1134.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  1135.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php';
  1136.             include_once $this->targetDirs[3].'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1137.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  1138.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  1139.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  1140.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  1141.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  1142.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  1143.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  1144.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  1145.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  1146.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  1147.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1148.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1149.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1150.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1151.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1152.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  1153.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  1154.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  1155.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  1156.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1157.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1158.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  1159.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  1160.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  1161.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  1162.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  1163.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  1164.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  1165.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  1166.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  1167.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  1168.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  1169.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  1170.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  1171.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  1172.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  1173.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  1174.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  1175.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  1176.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  1177.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  1178.             include_once $this->targetDirs[3].'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1179.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  1180.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  1181.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  1182.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  1183.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  1184.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  1185.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  1186.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  1187.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  1188.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  1189.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  1190.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  1191.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  1192.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  1193.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  1194.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  1195.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  1196.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  1197.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  1198.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  1199.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  1200.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  1201.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1202.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1203.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1204.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1205.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  1206.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  1207.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  1208.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  1209.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  1210.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  1211.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  1212.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1213.         };
  1214.     }
  1215.     public function getRemovedIds()
  1216.     {
  1217.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1218.     }
  1219.     public function compile()
  1220.     {
  1221.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1222.     }
  1223.     public function isCompiled()
  1224.     {
  1225.         return true;
  1226.     }
  1227.     public function isFrozen()
  1228.     {
  1229.         @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.'__METHOD__), E_USER_DEPRECATED);
  1230.         return true;
  1231.     }
  1232.     protected function load($file$lazyLoad true)
  1233.     {
  1234.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1235.     }
  1236.     protected function createProxy($class, \Closure $factory)
  1237.     {
  1238.         class_exists($classfalse) || $this->load("{$class}.php");
  1239.         return $factory();
  1240.     }
  1241.     /**
  1242.      * Gets the public 'cache.app' shared service.
  1243.      *
  1244.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1245.      */
  1246.     protected function getCache_AppService()
  1247.     {
  1248.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('G9D+f1bLgo'0, ($this->targetDirs[0].'/pools'));
  1249.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1250.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1251.     }
  1252.     /**
  1253.      * Gets the public 'cache.system' shared service.
  1254.      *
  1255.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1256.      */
  1257.     protected function getCache_SystemService()
  1258.     {
  1259.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NE-RKuOpwe'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1260.     }
  1261.     /**
  1262.      * Gets the public 'data_collector.dump' shared service.
  1263.      *
  1264.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1265.      */
  1266.     protected function getDataCollector_DumpService()
  1267.     {
  1268.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, 'UTF-8'NULLNULL);
  1269.     }
  1270.     /**
  1271.      * Gets the public 'doctrine' shared service.
  1272.      *
  1273.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1274.      */
  1275.     protected function getDoctrineService()
  1276.     {
  1277.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1278.     }
  1279.     /**
  1280.      * Gets the public 'http_kernel' shared service.
  1281.      *
  1282.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1283.      */
  1284.     protected function getHttpKernelService()
  1285.     {
  1286.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->getDebug_ControllerResolverService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1287.     }
  1288.     /**
  1289.      * Gets the public 'jms_serializer' shared service.
  1290.      *
  1291.      * @return \JMS\Serializer\Serializer
  1292.      */
  1293.     protected function getJmsSerializerService()
  1294.     {
  1295.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1296.         $a->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/jms_serializer')));
  1297.         $b = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\ServiceLocator(['jms_serializer.doctrine_proxy_subscriber' => function () {
  1298.             return ${($_ = isset($this->services['jms_serializer.doctrine_proxy_subscriber']) ? $this->services['jms_serializer.doctrine_proxy_subscriber'] : ($this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse))) && false ?: '_'};
  1299.         }, 'jms_serializer.stopwatch_subscriber' => function () {
  1300.             return ${($_ = isset($this->services['jms_serializer.stopwatch_subscriber']) ? $this->services['jms_serializer.stopwatch_subscriber'] : $this->load('getJmsSerializer_StopwatchSubscriberService.php')) && false ?: '_'};
  1301.         }]));
  1302.         $b->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL]], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL]]]);
  1303.         $this->services['jms_serializer'] = $instance = new \JMS\Serializer\Serializer($a, ${($_ = isset($this->services['jms_serializer.handler_registry']) ? $this->services['jms_serializer.handler_registry'] : $this->load('getJmsSerializer_HandlerRegistryService.php')) && false ?: '_'}, ${($_ = isset($this->services['jms_serializer.unserialize_object_constructor']) ? $this->services['jms_serializer.unserialize_object_constructor'] : ($this->services['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())) && false ?: '_'}, new \PhpCollection\Map(['json' => ${($_ = isset($this->services['jms_serializer.json_serialization_visitor']) ? $this->services['jms_serializer.json_serialization_visitor'] : $this->getJmsSerializer_JsonSerializationVisitorService()) && false ?: '_'}, 'xml' => ${($_ = isset($this->services['jms_serializer.xml_serialization_visitor']) ? $this->services['jms_serializer.xml_serialization_visitor'] : $this->getJmsSerializer_XmlSerializationVisitorService()) && false ?: '_'}, 'yml' => ${($_ = isset($this->services['jms_serializer.yaml_serialization_visitor']) ? $this->services['jms_serializer.yaml_serialization_visitor'] : $this->getJmsSerializer_YamlSerializationVisitorService()) && false ?: '_'}]), new \PhpCollection\Map(['json' => ${($_ = isset($this->services['jms_serializer.json_deserialization_visitor']) ? $this->services['jms_serializer.json_deserialization_visitor'] : $this->getJmsSerializer_JsonDeserializationVisitorService()) && false ?: '_'}, 'xml' => ${($_ = isset($this->services['jms_serializer.xml_deserialization_visitor']) ? $this->services['jms_serializer.xml_deserialization_visitor'] : $this->getJmsSerializer_XmlDeserializationVisitorService()) && false ?: '_'}]), $bNULL, ${($_ = isset($this->services['jms_serializer.expression_evaluator']) ? $this->services['jms_serializer.expression_evaluator'] : $this->getJmsSerializer_ExpressionEvaluatorService()) && false ?: '_'});
  1304.         $instance->setSerializationContextFactory(${($_ = isset($this->services['jms_serializer.serialization_context_factory']) ? $this->services['jms_serializer.serialization_context_factory'] : ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())) && false ?: '_'});
  1305.         $instance->setDeserializationContextFactory(${($_ = isset($this->services['jms_serializer.deserialization_context_factory']) ? $this->services['jms_serializer.deserialization_context_factory'] : ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())) && false ?: '_'});
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1310.      *
  1311.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1312.      */
  1313.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1314.     {
  1315.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1316.     }
  1317.     /**
  1318.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  1319.      *
  1320.      * @return \JMS\Serializer\JsonDeserializationVisitor
  1321.      */
  1322.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  1323.     {
  1324.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(${($_ = isset($this->services['jms_serializer.naming_strategy']) ? $this->services['jms_serializer.naming_strategy'] : $this->getJmsSerializer_NamingStrategyService()) && false ?: '_'});
  1325.     }
  1326.     /**
  1327.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  1328.      *
  1329.      * @return \JMS\Serializer\JsonSerializationVisitor
  1330.      */
  1331.     protected function getJmsSerializer_JsonSerializationVisitorService()
  1332.     {
  1333.         $this->services['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\JsonSerializationVisitor(${($_ = isset($this->services['jms_serializer.naming_strategy']) ? $this->services['jms_serializer.naming_strategy'] : $this->getJmsSerializer_NamingStrategyService()) && false ?: '_'}, ${($_ = isset($this->services['jms_serializer.accessor_strategy']) ? $this->services['jms_serializer.accessor_strategy'] : $this->getJmsSerializer_AccessorStrategyService()) && false ?: '_'});
  1334.         $instance->setOptions(0);
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1339.      *
  1340.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1341.      */
  1342.     protected function getJmsSerializer_SerializationContextFactoryService()
  1343.     {
  1344.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1345.     }
  1346.     /**
  1347.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  1348.      *
  1349.      * @return \JMS\Serializer\XmlDeserializationVisitor
  1350.      */
  1351.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  1352.     {
  1353.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(${($_ = isset($this->services['jms_serializer.naming_strategy']) ? $this->services['jms_serializer.naming_strategy'] : $this->getJmsSerializer_NamingStrategyService()) && false ?: '_'});
  1354.         $instance->setDoctypeWhitelist([]);
  1355.         return $instance;
  1356.     }
  1357.     /**
  1358.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  1359.      *
  1360.      * @return \JMS\Serializer\XmlSerializationVisitor
  1361.      */
  1362.     protected function getJmsSerializer_XmlSerializationVisitorService()
  1363.     {
  1364.         $this->services['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\XmlSerializationVisitor(${($_ = isset($this->services['jms_serializer.naming_strategy']) ? $this->services['jms_serializer.naming_strategy'] : $this->getJmsSerializer_NamingStrategyService()) && false ?: '_'}, ${($_ = isset($this->services['jms_serializer.accessor_strategy']) ? $this->services['jms_serializer.accessor_strategy'] : $this->getJmsSerializer_AccessorStrategyService()) && false ?: '_'});
  1365.         $instance->setFormatOutput(true);
  1366.         return $instance;
  1367.     }
  1368.     /**
  1369.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  1370.      *
  1371.      * @return \JMS\Serializer\YamlSerializationVisitor
  1372.      */
  1373.     protected function getJmsSerializer_YamlSerializationVisitorService()
  1374.     {
  1375.         return $this->services['jms_serializer.yaml_serialization_visitor'] = new \JMS\Serializer\YamlSerializationVisitor(${($_ = isset($this->services['jms_serializer.naming_strategy']) ? $this->services['jms_serializer.naming_strategy'] : $this->getJmsSerializer_NamingStrategyService()) && false ?: '_'}, ${($_ = isset($this->services['jms_serializer.accessor_strategy']) ? $this->services['jms_serializer.accessor_strategy'] : $this->getJmsSerializer_AccessorStrategyService()) && false ?: '_'});
  1376.     }
  1377.     /**
  1378.      * Gets the public 'profiler' shared service.
  1379.      *
  1380.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1381.      */
  1382.     protected function getProfilerService()
  1383.     {
  1384.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1385.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1386.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1387.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1388.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1389.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1390.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1391.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1392.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1393.         $c->addInstance('cache.doctrine.orm.default.metadata', ${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1394.         $c->addInstance('cache.doctrine.orm.default.result', ${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1395.         $c->addInstance('cache.doctrine.orm.default.query', ${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1396.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1397.         $d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1398.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1399.         if ($this->has('kernel')) {
  1400.             $e->setKernel($b);
  1401.         }
  1402.         $instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'});
  1403.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1404.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1405.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1406.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1407.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1408.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1409.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1410.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1411.         $instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'});
  1412.         $instance->add($c);
  1413.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
  1414.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
  1415.         $instance->add($d);
  1416.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1417.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1418.         $instance->add($e);
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'request_stack' shared service.
  1423.      *
  1424.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1425.      */
  1426.     protected function getRequestStackService()
  1427.     {
  1428.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1429.     }
  1430.     /**
  1431.      * Gets the public 'router' shared service.
  1432.      *
  1433.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1434.      */
  1435.     protected function getRouterService()
  1436.     {
  1437.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, ($this->targetDirs[3].'/app/config/routing_dev.yml'), ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'appDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'appDevDebugProjectContainerUrlMatcher''strict_requirements' => true], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1438.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1439.         return $instance;
  1440.     }
  1441.     /**
  1442.      * Gets the public 'security.authorization_checker' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1445.      */
  1446.     protected function getSecurity_AuthorizationCheckerService()
  1447.     {
  1448.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, false);
  1449.     }
  1450.     /**
  1451.      * Gets the public 'security.token_storage' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1454.      */
  1455.     protected function getSecurity_TokenStorageService()
  1456.     {
  1457.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1458.     }
  1459.     /**
  1460.      * Gets the public 'translator' shared service.
  1461.      *
  1462.      * @return \Symfony\Component\Translation\IdentityTranslator
  1463.      */
  1464.     protected function getTranslatorService()
  1465.     {
  1466.         return $this->services['translator'] = new \Symfony\Component\Translation\IdentityTranslator(new \Symfony\Component\Translation\MessageSelector());
  1467.     }
  1468.     /**
  1469.      * Gets the public 'twig' shared service.
  1470.      *
  1471.      * @return \Twig\Environment
  1472.      */
  1473.     protected function getTwigService()
  1474.     {
  1475.         $this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1476.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1477.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1478.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1479.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1480.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1481.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1482.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1483.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1484.         $f->setEnvironment('dev');
  1485.         $f->setDebug(true);
  1486.         if ($this->has('security.token_storage')) {
  1487.             $f->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  1488.         }
  1489.         if ($this->has('request_stack')) {
  1490.             $f->setRequestStack($c);
  1491.         }
  1492.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
  1493.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1494.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, $a));
  1495.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1496.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1497.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1498.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1499.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1500.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1501.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1502.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1503.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1504.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1505.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1506.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1507.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1508.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1509.         $instance->addGlobal('app'$f);
  1510.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => function () {
  1511.             return ${($_ = isset($this->services['jms_serializer.twig_extension.serializer_runtime_helper']) ? $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] : $this->load('getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php')) && false ?: '_'};
  1512.         }, 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1513.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1514.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1515.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1516.         }])));
  1517.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1518.         return $instance;
  1519.     }
  1520.     /**
  1521.      * Gets the public 'validator' shared service.
  1522.      *
  1523.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1524.      */
  1525.     protected function getValidatorService()
  1526.     {
  1527.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1528.     }
  1529.     /**
  1530.      * Gets the public 'var_dumper.cloner' shared service.
  1531.      *
  1532.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1533.      */
  1534.     protected function getVarDumper_ClonerService()
  1535.     {
  1536.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1537.         $instance->setMaxItems(2500);
  1538.         $instance->setMinDepth(1);
  1539.         $instance->setMaxString(-1);
  1540.         return $instance;
  1541.     }
  1542.     /**
  1543.      * Gets the private 'annotation_reader' shared service.
  1544.      *
  1545.      * @return \Doctrine\Common\Annotations\CachedReader
  1546.      */
  1547.     protected function getAnnotationReaderService()
  1548.     {
  1549.         return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->load('getAnnotations_CacheService.php')) && false ?: '_'}, true);
  1550.     }
  1551.     /**
  1552.      * Gets the private 'annotations.reader' shared service.
  1553.      *
  1554.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1555.      */
  1556.     protected function getAnnotations_ReaderService()
  1557.     {
  1558.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1559.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1560.         $a->registerUniqueLoader('class_exists');
  1561.         $instance->addGlobalIgnoredName('required'$a);
  1562.         return $instance;
  1563.     }
  1564.     /**
  1565.      * Gets the private 'argument_metadata_factory' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1568.      */
  1569.     protected function getArgumentMetadataFactoryService()
  1570.     {
  1571.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1572.     }
  1573.     /**
  1574.      * Gets the private 'assets._version__default' shared service.
  1575.      *
  1576.      * @return \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
  1577.      */
  1578.     protected function getAssets_VersionDefaultService()
  1579.     {
  1580.         return $this->services['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('v1.2''%s?version=%s');
  1581.     }
  1582.     /**
  1583.      * Gets the private 'assets.context' shared service.
  1584.      *
  1585.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1586.      */
  1587.     protected function getAssets_ContextService()
  1588.     {
  1589.         return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ''false);
  1590.     }
  1591.     /**
  1592.      * Gets the private 'assets.packages' shared service.
  1593.      *
  1594.      * @return \Symfony\Component\Asset\Packages
  1595.      */
  1596.     protected function getAssets_PackagesService()
  1597.     {
  1598.         return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ${($_ = isset($this->services['assets._version__default']) ? $this->services['assets._version__default'] : $this->getAssets_VersionDefaultService()) && false ?: '_'}, ${($_ = isset($this->services['assets.context']) ? $this->services['assets.context'] : $this->getAssets_ContextService()) && false ?: '_'}), []);
  1599.     }
  1600.     /**
  1601.      * Gets the private 'cache.annotations' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1604.      */
  1605.     protected function getCache_AnnotationsService()
  1606.     {
  1607.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dMm4C9oZF2'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1608.     }
  1609.     /**
  1610.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1613.      */
  1614.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1615.     {
  1616.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1617.     }
  1618.     /**
  1619.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1622.      */
  1623.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1624.     {
  1625.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1626.     }
  1627.     /**
  1628.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1629.      *
  1630.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1631.      */
  1632.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1633.     {
  1634.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1635.     }
  1636.     /**
  1637.      * Gets the private 'cache.serializer' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1640.      */
  1641.     protected function getCache_SerializerService()
  1642.     {
  1643.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RMuFWlOpGn'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1644.     }
  1645.     /**
  1646.      * Gets the private 'cache.validator' shared service.
  1647.      *
  1648.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1649.      */
  1650.     protected function getCache_ValidatorService()
  1651.     {
  1652.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1TuIUYideu'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1653.     }
  1654.     /**
  1655.      * Gets the private 'config_cache_factory' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1658.      */
  1659.     protected function getConfigCacheFactoryService()
  1660.     {
  1661.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1662.             yield => ${($_ = isset($this->services['dependency_injection.config.container_parameters_resource_checker']) ? $this->services['dependency_injection.config.container_parameters_resource_checker'] : ($this->services['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this))) && false ?: '_'};
  1663.             yield => ${($_ = isset($this->services['config.resource.self_checking_resource_checker']) ? $this->services['config.resource.self_checking_resource_checker'] : ($this->services['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())) && false ?: '_'};
  1664.         }, 2));
  1665.     }
  1666.     /**
  1667.      * Gets the private 'controller_name_converter' shared service.
  1668.      *
  1669.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1670.      */
  1671.     protected function getControllerNameConverterService()
  1672.     {
  1673.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1674.     }
  1675.     /**
  1676.      * Gets the private 'data_collector.form' shared service.
  1677.      *
  1678.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1679.      */
  1680.     protected function getDataCollector_FormService()
  1681.     {
  1682.         return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(${($_ = isset($this->services['data_collector.form.extractor']) ? $this->services['data_collector.form.extractor'] : ($this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())) && false ?: '_'});
  1683.     }
  1684.     /**
  1685.      * Gets the private 'data_collector.form.extractor' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1688.      */
  1689.     protected function getDataCollector_Form_ExtractorService()
  1690.     {
  1691.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1692.     }
  1693.     /**
  1694.      * Gets the private 'data_collector.request' shared service.
  1695.      *
  1696.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1697.      */
  1698.     protected function getDataCollector_RequestService()
  1699.     {
  1700.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1701.     }
  1702.     /**
  1703.      * Gets the private 'data_collector.router' shared service.
  1704.      *
  1705.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1706.      */
  1707.     protected function getDataCollector_RouterService()
  1708.     {
  1709.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1710.     }
  1711.     /**
  1712.      * Gets the private 'debug.argument_resolver' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1715.      */
  1716.     protected function getDebug_ArgumentResolverService()
  1717.     {
  1718.         return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'}, new RewindableGenerator(function () {
  1719.             yield => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : ($this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())) && false ?: '_'};
  1720.             yield => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : ($this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())) && false ?: '_'};
  1721.             yield => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : ($this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())) && false ?: '_'};
  1722.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1723.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1724.             yield => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : ($this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())) && false ?: '_'};
  1725.             yield => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : ($this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())) && false ?: '_'};
  1726.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1727.     }
  1728.     /**
  1729.      * Gets the private 'debug.controller_resolver' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1732.      */
  1733.     protected function getDebug_ControllerResolverService()
  1734.     {
  1735.         return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1736.     }
  1737.     /**
  1738.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1739.      *
  1740.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1741.      */
  1742.     protected function getDebug_DebugHandlersListenerService()
  1743.     {
  1744.         return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ${($_ = isset($this->services['monolog.logger.php']) ? $this->services['monolog.logger.php'] : $this->getMonolog_Logger_PhpService()) && false ?: '_'}, -1, -1true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
  1745.     }
  1746.     /**
  1747.      * Gets the private 'debug.event_dispatcher' shared service.
  1748.      *
  1749.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1750.      */
  1751.     protected function getDebug_EventDispatcherService()
  1752.     {
  1753.         $this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->getMonolog_Logger_EventService()) && false ?: '_'});
  1754.         $instance->addListener('kernel.controller', [=> function () {
  1755.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1756.         }, => 'onKernelController'], 0);
  1757.         $instance->addListener('kernel.request', [=> function () {
  1758.             return ${($_ = isset($this->services['fos_rest.body_listener']) ? $this->services['fos_rest.body_listener'] : $this->getFosRest_BodyListenerService()) && false ?: '_'};
  1759.         }, => 'onKernelRequest'], 10);
  1760.         $instance->addListener('kernel.request', [=> function () {
  1761.             return ${($_ = isset($this->services['fos_rest.format_listener']) ? $this->services['fos_rest.format_listener'] : $this->getFosRest_FormatListenerService()) && false ?: '_'};
  1762.         }, => 'onKernelRequest'], 34);
  1763.         $instance->addListener('kernel.controller', [=> function () {
  1764.             return ${($_ = isset($this->services['fos_rest.param_fetcher_listener']) ? $this->services['fos_rest.param_fetcher_listener'] : $this->getFosRest_ParamFetcherListenerService()) && false ?: '_'};
  1765.         }, => 'onKernelController'], 5);
  1766.         $instance->addListener('kernel.response', [=> function () {
  1767.             return ${($_ = isset($this->services['fos_rest.allowed_methods_listener']) ? $this->services['fos_rest.allowed_methods_listener'] : $this->getFosRest_AllowedMethodsListenerService()) && false ?: '_'};
  1768.         }, => 'onKernelResponse'], 0);
  1769.         $instance->addListener('kernel.request', [=> function () {
  1770.             return ${($_ = isset($this->services['nelmio_cors.cors_listener']) ? $this->services['nelmio_cors.cors_listener'] : $this->getNelmioCors_CorsListenerService()) && false ?: '_'};
  1771.         }, => 'onKernelRequest'], 250);
  1772.         $instance->addListener('kernel.exception', [=> function () {
  1773.             return ${($_ = isset($this->services['Noahtech\\Sistemas\\InterjamaBundle\\EventListener\\ApiExceptionSubscriber']) ? $this->services['Noahtech\\Sistemas\\InterjamaBundle\\EventListener\\ApiExceptionSubscriber'] : $this->load('getApiExceptionSubscriberService.php')) && false ?: '_'};
  1774.         }, => 'onKernelException'], 0);
  1775.         $instance->addListener('kernel.exception', [=> function () {
  1776.             return ${($_ = isset($this->services['api_exception_subscriber']) ? $this->services['api_exception_subscriber'] : $this->load('getApiExceptionSubscriber2Service.php')) && false ?: '_'};
  1777.         }, => 'onKernelException'], 0);
  1778.         $instance->addListener('kernel.response', [=> function () {
  1779.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1780.         }, => 'onKernelResponse'], 0);
  1781.         $instance->addListener('kernel.response', [=> function () {
  1782.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1783.         }, => 'onKernelResponse'], -1024);
  1784.         $instance->addListener('kernel.request', [=> function () {
  1785.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1786.         }, => 'onKernelRequest'], 16);
  1787.         $instance->addListener('kernel.finish_request', [=> function () {
  1788.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1789.         }, => 'onKernelFinishRequest'], 0);
  1790.         $instance->addListener('kernel.request', [=> function () {
  1791.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1792.         }, => 'onKernelRequest'], 256);
  1793.         $instance->addListener('kernel.request', [=> function () {
  1794.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1795.         }, => 'onKernelRequest'], 24);
  1796.         $instance->addListener('console.error', [=> function () {
  1797.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1798.         }, => 'onConsoleError'], -128);
  1799.         $instance->addListener('console.terminate', [=> function () {
  1800.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1801.         }, => 'onConsoleTerminate'], -128);
  1802.         $instance->addListener('kernel.request', [=> function () {
  1803.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1804.         }, => 'onKernelRequest'], 128);
  1805.         $instance->addListener('kernel.response', [=> function () {
  1806.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1807.         }, => 'onKernelResponse'], -1000);
  1808.         $instance->addListener('kernel.finish_request', [=> function () {
  1809.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1810.         }, => 'onFinishRequest'], 0);
  1811.         $instance->addListener('kernel.response', [=> function () {
  1812.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1813.         }, => 'onKernelResponse'], -1000);
  1814.         $instance->addListener('kernel.request', [=> function () {
  1815.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1816.         }, => 'onKernelRequest'], 48);
  1817.         $instance->addListener('kernel.response', [=> function () {
  1818.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1819.         }, => 'onKernelResponse'], -100);
  1820.         $instance->addListener('kernel.exception', [=> function () {
  1821.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1822.         }, => 'onKernelException'], 0);
  1823.         $instance->addListener('kernel.terminate', [=> function () {
  1824.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1825.         }, => 'onKernelTerminate'], -1024);
  1826.         $instance->addListener('kernel.controller', [=> function () {
  1827.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1828.         }, => 'onKernelController'], 0);
  1829.         $instance->addListener('kernel.response', [=> function () {
  1830.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1831.         }, => 'onKernelResponse'], 0);
  1832.         $instance->addListener('kernel.request', [=> function () {
  1833.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1834.         }, => 'configure'], 2048);
  1835.         $instance->addListener('console.command', [=> function () {
  1836.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1837.         }, => 'configure'], 2048);
  1838.         $instance->addListener('kernel.request', [=> function () {
  1839.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1840.         }, => 'onKernelRequest'], 32);
  1841.         $instance->addListener('kernel.finish_request', [=> function () {
  1842.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1843.         }, => 'onKernelFinishRequest'], 0);
  1844.         $instance->addListener('kernel.exception', [=> function () {
  1845.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1846.         }, => 'onKernelException'], -64);
  1847.         $instance->addListener('kernel.response', [=> function () {
  1848.             return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : ($this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())) && false ?: '_'};
  1849.         }, => 'onKernelResponse'], 0);
  1850.         $instance->addListener('kernel.request', [=> function () {
  1851.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1852.         }, => 'onKernelRequest'], 8);
  1853.         $instance->addListener('kernel.finish_request', [=> function () {
  1854.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1855.         }, => 'onKernelFinishRequest'], 0);
  1856.         $instance->addListener('kernel.exception', [=> function () {
  1857.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1858.         }, => 'onKernelException'], -128);
  1859.         $instance->addListener('console.command', [=> function () {
  1860.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1861.         }, => 'onCommand'], 255);
  1862.         $instance->addListener('console.terminate', [=> function () {
  1863.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1864.         }, => 'onTerminate'], -255);
  1865.         $instance->addListener('kernel.exception', [=> function () {
  1866.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1867.         }, => 'onException'], 0);
  1868.         $instance->addListener('kernel.terminate', [=> function () {
  1869.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1870.         }, => 'onTerminate'], 0);
  1871.         $instance->addListener('console.error', [=> function () {
  1872.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1873.         }, => 'onException'], 0);
  1874.         $instance->addListener('console.terminate', [=> function () {
  1875.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1876.         }, => 'onTerminate'], 0);
  1877.         $instance->addListener('kernel.controller', [=> function () {
  1878.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1879.         }, => 'onKernelController'], 0);
  1880.         $instance->addListener('kernel.controller', [=> function () {
  1881.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1882.         }, => 'onKernelController'], 0);
  1883.         $instance->addListener('kernel.controller', [=> function () {
  1884.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1885.         }, => 'onKernelController'], -128);
  1886.         $instance->addListener('kernel.view', [=> function () {
  1887.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1888.         }, => 'onKernelView'], 0);
  1889.         $instance->addListener('kernel.controller', [=> function () {
  1890.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1891.         }, => 'onKernelController'], 0);
  1892.         $instance->addListener('kernel.response', [=> function () {
  1893.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1894.         }, => 'onKernelResponse'], 0);
  1895.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1896.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1897.         }, => 'onKernelControllerArguments'], 0);
  1898.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1899.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1900.         }, => 'onKernelControllerArguments'], 0);
  1901.         $instance->addListener('kernel.exception', [=> function () {
  1902.             return ${($_ = isset($this->services['fos_rest.exception_listener']) ? $this->services['fos_rest.exception_listener'] : $this->load('getFosRest_ExceptionListenerService.php')) && false ?: '_'};
  1903.         }, => 'onKernelException'], -100);
  1904.         $instance->addListener('kernel.view', [=> function () {
  1905.             return ${($_ = isset($this->services['fos_rest.view_response_listener']) ? $this->services['fos_rest.view_response_listener'] : $this->load('getFosRest_ViewResponseListenerService.php')) && false ?: '_'};
  1906.         }, => 'onKernelView'], 30);
  1907.         $instance->addListener('kernel.exception', [=> function () {
  1908.             return ${($_ = isset($this->services['fos_rest.access_denied_listener']) ? $this->services['fos_rest.access_denied_listener'] : $this->load('getFosRest_AccessDeniedListenerService.php')) && false ?: '_'};
  1909.         }, => 'onKernelException'], 5);
  1910.         $instance->addListener('console.command', [=> function () {
  1911.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1912.         }, => 'configure'], 1024);
  1913.         return $instance;
  1914.     }
  1915.     /**
  1916.      * Gets the private 'debug.file_link_formatter' shared service.
  1917.      *
  1918.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1919.      */
  1920.     protected function getDebug_FileLinkFormatterService()
  1921.     {
  1922.         return $this->services['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, $this->targetDirs[3], function () {
  1923.             return ${($_ = isset($this->services['debug.file_link_formatter.url_format']) ? $this->services['debug.file_link_formatter.url_format'] : $this->load('getDebug_FileLinkFormatter_UrlFormatService.php')) && false ?: '_'};
  1924.         });
  1925.     }
  1926.     /**
  1927.      * Gets the private 'debug.log_processor' shared service.
  1928.      *
  1929.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1930.      */
  1931.     protected function getDebug_LogProcessorService()
  1932.     {
  1933.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1934.     }
  1935.     /**
  1936.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1939.      */
  1940.     protected function getDebug_Security_Access_DecisionManagerService()
  1941.     {
  1942.         return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1943.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1944.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1945.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1946.         }, 3), 'affirmative'falsetrue));
  1947.     }
  1948.     /**
  1949.      * Gets the private 'debug.stopwatch' shared service.
  1950.      *
  1951.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1952.      */
  1953.     protected function getDebug_StopwatchService()
  1954.     {
  1955.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1956.     }
  1957.     /**
  1958.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1959.      *
  1960.      * @return \Doctrine\DBAL\Logging\DebugStack
  1961.      */
  1962.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1963.     {
  1964.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1965.     }
  1966.     /**
  1967.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1968.      *
  1969.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1970.      */
  1971.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1972.     {
  1973.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1974.     }
  1975.     /**
  1976.      * Gets the private 'file_locator' shared service.
  1977.      *
  1978.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1979.      */
  1980.     protected function getFileLocatorService()
  1981.     {
  1982.         return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]);
  1983.     }
  1984.     /**
  1985.      * Gets the private 'fos_rest.allowed_methods_listener' shared service.
  1986.      *
  1987.      * @return \FOS\RestBundle\EventListener\AllowedMethodsListener
  1988.      */
  1989.     protected function getFosRest_AllowedMethodsListenerService()
  1990.     {
  1991.         return $this->services['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(${($_ = isset($this->services['fos_rest.allowed_methods_loader']) ? $this->services['fos_rest.allowed_methods_loader'] : $this->getFosRest_AllowedMethodsLoaderService()) && false ?: '_'});
  1992.     }
  1993.     /**
  1994.      * Gets the private 'fos_rest.allowed_methods_loader' shared service.
  1995.      *
  1996.      * @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
  1997.      */
  1998.     protected function getFosRest_AllowedMethodsLoaderService()
  1999.     {
  2000.         return $this->services['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ($this->targetDirs[0].'/fos_rest'), true);
  2001.     }
  2002.     /**
  2003.      * Gets the private 'fos_rest.body_listener' shared service.
  2004.      *
  2005.      * @return \FOS\RestBundle\EventListener\BodyListener
  2006.      */
  2007.     protected function getFosRest_BodyListenerService()
  2008.     {
  2009.         $this->services['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(${($_ = isset($this->services['fos_rest.decoder_provider']) ? $this->services['fos_rest.decoder_provider'] : $this->getFosRest_DecoderProviderService()) && false ?: '_'}, false);
  2010.         $instance->setDefaultFormat(NULL);
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the private 'fos_rest.decoder_provider' shared service.
  2015.      *
  2016.      * @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
  2017.      */
  2018.     protected function getFosRest_DecoderProviderService()
  2019.     {
  2020.         return $this->services['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\ServiceLocator(['fos_rest.decoder.json' => function () {
  2021.             return ${($_ = isset($this->services['fos_rest.decoder.json']) ? $this->services['fos_rest.decoder.json'] : ($this->services['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder())) && false ?: '_'};
  2022.         }, 'fos_rest.decoder.xml' => function () {
  2023.             return ${($_ = isset($this->services['fos_rest.decoder.xml']) ? $this->services['fos_rest.decoder.xml'] : ($this->services['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder())) && false ?: '_'};
  2024.         }]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']);
  2025.     }
  2026.     /**
  2027.      * Gets the private 'fos_rest.format_listener' shared service.
  2028.      *
  2029.      * @return \FOS\RestBundle\EventListener\FormatListener
  2030.      */
  2031.     protected function getFosRest_FormatListenerService()
  2032.     {
  2033.         return $this->services['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener(${($_ = isset($this->services['fos_rest.format_negotiator']) ? $this->services['fos_rest.format_negotiator'] : $this->getFosRest_FormatNegotiatorService()) && false ?: '_'});
  2034.     }
  2035.     /**
  2036.      * Gets the private 'fos_rest.format_negotiator' shared service.
  2037.      *
  2038.      * @return \FOS\RestBundle\Negotiation\FormatNegotiator
  2039.      */
  2040.     protected function getFosRest_FormatNegotiatorService()
  2041.     {
  2042.         $this->services['fos_rest.format_negotiator'] = $instance = new \FOS\RestBundle\Negotiation\FormatNegotiator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
  2043.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => NULL'prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  2044.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'], 'fallback_format' => 'html''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  2045.         return $instance;
  2046.     }
  2047.     /**
  2048.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2049.      *
  2050.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2051.      */
  2052.     protected function getFosRest_ParamFetcherListenerService()
  2053.     {
  2054.         return $this->services['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(${($_ = isset($this->services['fos_rest.request.param_fetcher']) ? $this->services['fos_rest.request.param_fetcher'] : $this->getFosRest_Request_ParamFetcherService()) && false ?: '_'}, false);
  2055.     }
  2056.     /**
  2057.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  2058.      *
  2059.      * @return \FOS\RestBundle\Request\ParamFetcher
  2060.      */
  2061.     protected function getFosRest_Request_ParamFetcherService()
  2062.     {
  2063.         return $this->services['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, ${($_ = isset($this->services['fos_rest.request.param_fetcher.reader']) ? $this->services['fos_rest.request.param_fetcher.reader'] : $this->getFosRest_Request_ParamFetcher_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'});
  2064.     }
  2065.     /**
  2066.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  2067.      *
  2068.      * @return \FOS\RestBundle\Request\ParamReader
  2069.      */
  2070.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  2071.     {
  2072.         return $this->services['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2073.     }
  2074.     /**
  2075.      * Gets the private 'fos_rest.serializer' shared service.
  2076.      *
  2077.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  2078.      */
  2079.     protected function getFosRest_SerializerService($lazyLoad true)
  2080.     {
  2081.         if ($lazyLoad) {
  2082.             return $this->services['fos_rest.serializer'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  2083.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2084.                     $wrappedInstance $this->getFosRest_SerializerService(false);
  2085.                     $proxy->setProxyInitializer(null);
  2086.                     return true;
  2087.                 });
  2088.             });
  2089.         }
  2090.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(${($_ = isset($this->services['jms_serializer']) ? $this->services['jms_serializer'] : $this->getJmsSerializerService()) && false ?: '_'}, ${($_ = isset($this->services['jms_serializer.serialization_context_factory']) ? $this->services['jms_serializer.serialization_context_factory'] : ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())) && false ?: '_'}, ${($_ = isset($this->services['jms_serializer.deserialization_context_factory']) ? $this->services['jms_serializer.deserialization_context_factory'] : ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())) && false ?: '_'});
  2091.     }
  2092.     /**
  2093.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2094.      *
  2095.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2096.      */
  2097.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2098.     {
  2099.         return $this->services['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\ServiceLocator(['fos_rest.serializer.exception_normalizer.jms' => function () {
  2100.             return ${($_ = isset($this->services['fos_rest.serializer.exception_normalizer.jms']) ? $this->services['fos_rest.serializer.exception_normalizer.jms'] : $this->load('getFosRest_Serializer_ExceptionNormalizer_JmsService.php')) && false ?: '_'};
  2101.         }, 'fos_rest.serializer.flatten_exception_handler' => function () {
  2102.             return ${($_ = isset($this->services['fos_rest.serializer.flatten_exception_handler']) ? $this->services['fos_rest.serializer.flatten_exception_handler'] : $this->load('getFosRest_Serializer_FlattenExceptionHandlerService.php')) && false ?: '_'};
  2103.         }, 'fos_rest.serializer.form_error_handler' => function () {
  2104.             return ${($_ = isset($this->services['fos_rest.serializer.form_error_handler']) ? $this->services['fos_rest.serializer.form_error_handler'] : $this->load('getFosRest_Serializer_FormErrorHandlerService.php')) && false ?: '_'};
  2105.         }, 'jms_serializer.array_collection_handler' => function () {
  2106.             return ${($_ = isset($this->services['jms_serializer.array_collection_handler']) ? $this->services['jms_serializer.array_collection_handler'] : ($this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false))) && false ?: '_'};
  2107.         }, 'jms_serializer.constraint_violation_handler' => function () {
  2108.             return ${($_ = isset($this->services['jms_serializer.constraint_violation_handler']) ? $this->services['jms_serializer.constraint_violation_handler'] : ($this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler())) && false ?: '_'};
  2109.         }, 'jms_serializer.datetime_handler' => function () {
  2110.             return ${($_ = isset($this->services['jms_serializer.datetime_handler']) ? $this->services['jms_serializer.datetime_handler'] : ($this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''America/Argentina/Buenos_Aires'true))) && false ?: '_'};
  2111.         }, 'jms_serializer.php_collection_handler' => function () {
  2112.             return ${($_ = isset($this->services['jms_serializer.php_collection_handler']) ? $this->services['jms_serializer.php_collection_handler'] : ($this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler())) && false ?: '_'};
  2113.         }]), [=> ['Error' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToXml']], 'Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToyml']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToyml']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToyml']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToyml']]], => ['DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromyml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromyml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromyml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap']]]]);
  2114.     }
  2115.     /**
  2116.      * Gets the private 'fragment.listener' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2119.      */
  2120.     protected function getFragment_ListenerService()
  2121.     {
  2122.         return $this->services['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(${($_ = isset($this->services['uri_signer']) ? $this->services['uri_signer'] : ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))) && false ?: '_'}, '/_fragment');
  2123.     }
  2124.     /**
  2125.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2126.      *
  2127.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2128.      */
  2129.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2130.     {
  2131.         return $this->services['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'});
  2132.     }
  2133.     /**
  2134.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2135.      *
  2136.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2137.      */
  2138.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2139.     {
  2140.         return $this->services['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'});
  2141.     }
  2142.     /**
  2143.      * Gets the private 'jms_serializer.accessor_strategy' shared service.
  2144.      *
  2145.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  2146.      */
  2147.     protected function getJmsSerializer_AccessorStrategyService()
  2148.     {
  2149.         return $this->services['jms_serializer.accessor_strategy'] = new \JMS\Serializer\Accessor\ExpressionAccessorStrategy(${($_ = isset($this->services['jms_serializer.expression_evaluator']) ? $this->services['jms_serializer.expression_evaluator'] : $this->getJmsSerializer_ExpressionEvaluatorService()) && false ?: '_'}, new \JMS\Serializer\Accessor\DefaultAccessorStrategy());
  2150.     }
  2151.     /**
  2152.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  2153.      *
  2154.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  2155.      */
  2156.     protected function getJmsSerializer_ExpressionEvaluatorService()
  2157.     {
  2158.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2159.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2160.         return $this->services['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  2161.     }
  2162.     /**
  2163.      * Gets the private 'jms_serializer.naming_strategy' shared service.
  2164.      *
  2165.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  2166.      */
  2167.     protected function getJmsSerializer_NamingStrategyService()
  2168.     {
  2169.         return $this->services['jms_serializer.naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true)));
  2170.     }
  2171.     /**
  2172.      * Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
  2173.      *
  2174.      * @return \JMS\Serializer\Construction\UnserializeObjectConstructor
  2175.      */
  2176.     protected function getJmsSerializer_UnserializeObjectConstructorService()
  2177.     {
  2178.         return $this->services['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
  2179.     }
  2180.     /**
  2181.      * Gets the private 'locale_listener' shared service.
  2182.      *
  2183.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2184.      */
  2185.     protected function getLocaleListenerService()
  2186.     {
  2187.         return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  2188.     }
  2189.     /**
  2190.      * Gets the private 'logger' shared service.
  2191.      *
  2192.      * @return \Symfony\Bridge\Monolog\Logger
  2193.      */
  2194.     protected function getLoggerService()
  2195.     {
  2196.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2197.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2198.         $instance->useMicrosecondTimestamps(true);
  2199.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2200.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2201.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the private 'monolog.handler.console' shared service.
  2206.      *
  2207.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2208.      */
  2209.     protected function getMonolog_Handler_ConsoleService()
  2210.     {
  2211.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2212.     }
  2213.     /**
  2214.      * Gets the private 'monolog.handler.main' shared service.
  2215.      *
  2216.      * @return \Monolog\Handler\StreamHandler
  2217.      */
  2218.     protected function getMonolog_Handler_MainService()
  2219.     {
  2220.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  2221.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2222.         return $instance;
  2223.     }
  2224.     /**
  2225.      * Gets the private 'monolog.handler.server_log' shared service.
  2226.      *
  2227.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  2228.      */
  2229.     protected function getMonolog_Handler_ServerLogService()
  2230.     {
  2231.         return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  2232.     }
  2233.     /**
  2234.      * Gets the private 'monolog.logger.cache' shared service.
  2235.      *
  2236.      * @return \Symfony\Bridge\Monolog\Logger
  2237.      */
  2238.     protected function getMonolog_Logger_CacheService()
  2239.     {
  2240.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2241.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2242.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2243.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2244.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the private 'monolog.logger.event' shared service.
  2249.      *
  2250.      * @return \Symfony\Bridge\Monolog\Logger
  2251.      */
  2252.     protected function getMonolog_Logger_EventService()
  2253.     {
  2254.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2255.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2256.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2257.         return $instance;
  2258.     }
  2259.     /**
  2260.      * Gets the private 'monolog.logger.php' shared service.
  2261.      *
  2262.      * @return \Symfony\Bridge\Monolog\Logger
  2263.      */
  2264.     protected function getMonolog_Logger_PhpService()
  2265.     {
  2266.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2267.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2268.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2269.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2270.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the private 'monolog.logger.profiler' shared service.
  2275.      *
  2276.      * @return \Symfony\Bridge\Monolog\Logger
  2277.      */
  2278.     protected function getMonolog_Logger_ProfilerService()
  2279.     {
  2280.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2281.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2282.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2283.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2284.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2285.         return $instance;
  2286.     }
  2287.     /**
  2288.      * Gets the private 'monolog.logger.request' shared service.
  2289.      *
  2290.      * @return \Symfony\Bridge\Monolog\Logger
  2291.      */
  2292.     protected function getMonolog_Logger_RequestService()
  2293.     {
  2294.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2295.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2296.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2297.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2298.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2299.         return $instance;
  2300.     }
  2301.     /**
  2302.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2303.      *
  2304.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2305.      */
  2306.     protected function getNelmioCors_CorsListenerService()
  2307.     {
  2308.         return $this->services['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, new \Nelmio\CorsBundle\Options\Resolver([=> ${($_ = isset($this->services['nelmio_cors.options_provider.config']) ? $this->services['nelmio_cors.options_provider.config'] : $this->getNelmioCors_OptionsProvider_ConfigService()) && false ?: '_'}]));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  2312.      *
  2313.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  2314.      */
  2315.     protected function getNelmioCors_OptionsProvider_ConfigService()
  2316.     {
  2317.         return $this->services['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider([], $this->parameters['nelmio_cors.defaults']);
  2318.     }
  2319.     /**
  2320.      * Gets the private 'profiler_listener' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2323.      */
  2324.     protected function getProfilerListenerService()
  2325.     {
  2326.         return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULLfalsefalse);
  2327.     }
  2328.     /**
  2329.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2330.      *
  2331.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2332.      */
  2333.     protected function getResolveControllerNameSubscriberService()
  2334.     {
  2335.         return $this->services['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'});
  2336.     }
  2337.     /**
  2338.      * Gets the private 'response_listener' shared service.
  2339.      *
  2340.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2341.      */
  2342.     protected function getResponseListenerService()
  2343.     {
  2344.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2345.     }
  2346.     /**
  2347.      * Gets the private 'router.request_context' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\Routing\RequestContext
  2350.      */
  2351.     protected function getRouter_RequestContextService()
  2352.     {
  2353.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2354.     }
  2355.     /**
  2356.      * Gets the private 'router_listener' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2359.      */
  2360.     protected function getRouterListenerService()
  2361.     {
  2362.         return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}, $this->targetDirs[3], true);
  2363.     }
  2364.     /**
  2365.      * Gets the private 'security.authentication.manager' shared service.
  2366.      *
  2367.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2368.      */
  2369.     protected function getSecurity_Authentication_ManagerService()
  2370.     {
  2371.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2372.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.main']) ? $this->services['security.authentication.provider.dao.main'] : $this->load('getSecurity_Authentication_Provider_Dao_MainService.php')) && false ?: '_'};
  2373.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : ($this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2374.         }, 2), true);
  2375.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2376.         return $instance;
  2377.     }
  2378.     /**
  2379.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2382.      */
  2383.     protected function getSecurity_Authentication_TrustResolverService()
  2384.     {
  2385.         return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
  2386.     }
  2387.     /**
  2388.      * Gets the private 'security.firewall' shared service.
  2389.      *
  2390.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2391.      */
  2392.     protected function getSecurity_FirewallService()
  2393.     {
  2394.         return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
  2395.     }
  2396.     /**
  2397.      * Gets the private 'security.firewall.map' shared service.
  2398.      *
  2399.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2400.      */
  2401.     protected function getSecurity_Firewall_MapService()
  2402.     {
  2403.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  2404.             return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->load('getSecurity_Firewall_Map_Context_DevService.php')) && false ?: '_'};
  2405.         }, 'security.firewall.map.context.main' => function () {
  2406.             return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->load('getSecurity_Firewall_Map_Context_MainService.php')) && false ?: '_'};
  2407.         }]), new RewindableGenerator(function () {
  2408.             yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.zfhj2lw']) ? $this->services['security.request_matcher.zfhj2lw'] : ($this->services['security.request_matcher.zfhj2lw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))) && false ?: '_'};
  2409.             yield 'security.firewall.map.context.main' => NULL;
  2410.         }, 2));
  2411.     }
  2412.     /**
  2413.      * Gets the private 'security.logout_url_generator' shared service.
  2414.      *
  2415.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2416.      */
  2417.     protected function getSecurity_LogoutUrlGeneratorService()
  2418.     {
  2419.         $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  2420.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2421.         return $instance;
  2422.     }
  2423.     /**
  2424.      * Gets the private 'security.rememberme.response_listener' shared service.
  2425.      *
  2426.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2427.      */
  2428.     protected function getSecurity_Rememberme_ResponseListenerService()
  2429.     {
  2430.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2431.     }
  2432.     /**
  2433.      * Gets the private 'security.role_hierarchy' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2436.      */
  2437.     protected function getSecurity_RoleHierarchyService()
  2438.     {
  2439.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2440.     }
  2441.     /**
  2442.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2443.      *
  2444.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2445.      */
  2446.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2447.     {
  2448.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2449.     }
  2450.     /**
  2451.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2452.      *
  2453.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2454.      */
  2455.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2456.     {
  2457.         return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2458.     }
  2459.     /**
  2460.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2461.      *
  2462.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2463.      */
  2464.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2465.     {
  2466.         return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(${($_ = isset($this->services['sensio_framework_extra.converter.manager']) ? $this->services['sensio_framework_extra.converter.manager'] : $this->getSensioFrameworkExtra_Converter_ManagerService()) && false ?: '_'}, true);
  2467.     }
  2468.     /**
  2469.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2470.      *
  2471.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2472.      */
  2473.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2474.     {
  2475.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2476.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2477.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2478.         $instance->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(${($_ = isset($this->services['fos_rest.serializer']) ? $this->services['fos_rest.serializer'] : $this->getFosRest_SerializerService()) && false ?: '_'}, [], ''NULL'validationErrors'), -50'fos_rest.request_body');
  2479.         return $instance;
  2480.     }
  2481.     /**
  2482.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2483.      *
  2484.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2485.      */
  2486.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2487.     {
  2488.         return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : ($this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
  2489.     }
  2490.     /**
  2491.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2492.      *
  2493.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2494.      */
  2495.     protected function getSensioFrameworkExtra_View_ListenerService()
  2496.     {
  2497.         return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
  2498.     }
  2499.     /**
  2500.      * Gets the private 'session.save_listener' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2503.      */
  2504.     protected function getSession_SaveListenerService()
  2505.     {
  2506.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2507.     }
  2508.     /**
  2509.      * Gets the private 'session_listener' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2512.      */
  2513.     protected function getSessionListenerService()
  2514.     {
  2515.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2516.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2517.         }]));
  2518.     }
  2519.     /**
  2520.      * Gets the private 'streamed_response_listener' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2523.      */
  2524.     protected function getStreamedResponseListenerService()
  2525.     {
  2526.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2527.     }
  2528.     /**
  2529.      * Gets the private 'templating.locator' shared service.
  2530.      *
  2531.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2532.      */
  2533.     protected function getTemplating_LocatorService()
  2534.     {
  2535.         return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]))) && false ?: '_'}, $this->targetDirs[0]);
  2536.     }
  2537.     /**
  2538.      * Gets the private 'templating.name_parser' shared service.
  2539.      *
  2540.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2541.      */
  2542.     protected function getTemplating_NameParserService()
  2543.     {
  2544.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2545.     }
  2546.     /**
  2547.      * Gets the private 'twig.loader' shared service.
  2548.      *
  2549.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2550.      */
  2551.     protected function getTwig_LoaderService()
  2552.     {
  2553.         $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, $this->targetDirs[3]);
  2554.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2555.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2556.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2557.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2558.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2559.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2560.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2561.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2562.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2563.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2564.         $instance->addPath(($this->targetDirs[3].'/src/Noahtech/Sistemas/InterjamaBundle/Resources/views'), 'NoahtechSistemasInterjama');
  2565.         $instance->addPath(($this->targetDirs[3].'/src/Noahtech/Sistemas/InterjamaBundle/Resources/views'), '!NoahtechSistemasInterjama');
  2566.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2567.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2568.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2569.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2570.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2571.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the private 'twig.profile' shared service.
  2576.      *
  2577.      * @return \Twig\Profiler\Profile
  2578.      */
  2579.     protected function getTwig_ProfileService()
  2580.     {
  2581.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2582.     }
  2583.     /**
  2584.      * Gets the private 'uri_signer' shared service.
  2585.      *
  2586.      * @return \Symfony\Component\HttpKernel\UriSigner
  2587.      */
  2588.     protected function getUriSignerService()
  2589.     {
  2590.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt');
  2591.     }
  2592.     /**
  2593.      * Gets the private 'validate_request_listener' shared service.
  2594.      *
  2595.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2596.      */
  2597.     protected function getValidateRequestListenerService()
  2598.     {
  2599.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2600.     }
  2601.     /**
  2602.      * Gets the private 'validator.builder' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2605.      */
  2606.     protected function getValidator_BuilderService()
  2607.     {
  2608.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2609.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2610.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2611.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2612.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2613.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2614.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2615.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2616.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2617.         }, 'doctrine.orm.validator.unique' => function () {
  2618.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2619.         }, 'security.validator.user_password' => function () {
  2620.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2621.         }, 'validator.expression' => function () {
  2622.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2623.         }])));
  2624.         if ($this->has('translator')) {
  2625.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2626.         }
  2627.         $instance->setTranslationDomain('validators');
  2628.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml')]);
  2629.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2630.         $instance->addMethodMapping('loadValidatorMetadata');
  2631.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}]);
  2632.         return $instance;
  2633.     }
  2634.     public function getParameter($name)
  2635.     {
  2636.         $name = (string) $name;
  2637.         if (isset($this->buildParameters[$name])) {
  2638.             return $this->buildParameters[$name];
  2639.         }
  2640.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2641.             $name $this->normalizeParameterName($name);
  2642.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2643.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2644.             }
  2645.         }
  2646.         if (isset($this->loadedDynamicParameters[$name])) {
  2647.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2648.         }
  2649.         return $this->parameters[$name];
  2650.     }
  2651.     public function hasParameter($name)
  2652.     {
  2653.         $name = (string) $name;
  2654.         if (isset($this->buildParameters[$name])) {
  2655.             return true;
  2656.         }
  2657.         $name $this->normalizeParameterName($name);
  2658.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2659.     }
  2660.     public function setParameter($name$value)
  2661.     {
  2662.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2663.     }
  2664.     public function getParameterBag()
  2665.     {
  2666.         if (null === $this->parameterBag) {
  2667.             $parameters $this->parameters;
  2668.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2669.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2670.             }
  2671.             foreach ($this->buildParameters as $name => $value) {
  2672.                 $parameters[$name] = $value;
  2673.             }
  2674.             $this->parameterBag = new FrozenParameterBag($parameters);
  2675.         }
  2676.         return $this->parameterBag;
  2677.     }
  2678.     private $loadedDynamicParameters = [
  2679.         'kernel.root_dir' => false,
  2680.         'kernel.project_dir' => false,
  2681.         'kernel.cache_dir' => false,
  2682.         'kernel.logs_dir' => false,
  2683.         'kernel.bundles_metadata' => false,
  2684.         'session.save_path' => false,
  2685.         'validator.mapping.cache.file' => false,
  2686.         'profiler.storage.dsn' => false,
  2687.         'debug.container.dump' => false,
  2688.         'router.resource' => false,
  2689.         'serializer.mapping.cache.file' => false,
  2690.         'twig.default_path' => false,
  2691.         'swiftmailer.spool.default.memory.path' => false,
  2692.         'doctrine.orm.proxy_dir' => false,
  2693.         'doctrine_migrations.dir_name' => false,
  2694.     ];
  2695.     private $dynamicParameters = [];
  2696.     /**
  2697.      * Computes a dynamic parameter.
  2698.      *
  2699.      * @param string $name The name of the dynamic parameter to load
  2700.      *
  2701.      * @return mixed The value of the dynamic parameter
  2702.      *
  2703.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2704.      */
  2705.     private function getDynamicParameter($name)
  2706.     {
  2707.         switch ($name) {
  2708.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2709.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2710.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2711.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2712.             case 'kernel.bundles_metadata'$value = [
  2713.                 'FrameworkBundle' => [
  2714.                     'parent' => NULL,
  2715.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2716.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2717.                 ],
  2718.                 'SecurityBundle' => [
  2719.                     'parent' => NULL,
  2720.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2721.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2722.                 ],
  2723.                 'TwigBundle' => [
  2724.                     'parent' => NULL,
  2725.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2726.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2727.                 ],
  2728.                 'MonologBundle' => [
  2729.                     'parent' => NULL,
  2730.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2731.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2732.                 ],
  2733.                 'SwiftmailerBundle' => [
  2734.                     'parent' => NULL,
  2735.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2736.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2737.                 ],
  2738.                 'DoctrineBundle' => [
  2739.                     'parent' => NULL,
  2740.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2741.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2742.                 ],
  2743.                 'SensioFrameworkExtraBundle' => [
  2744.                     'parent' => NULL,
  2745.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2746.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2747.                 ],
  2748.                 'DoctrineMigrationsBundle' => [
  2749.                     'parent' => NULL,
  2750.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2751.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2752.                 ],
  2753.                 'FOSRestBundle' => [
  2754.                     'parent' => NULL,
  2755.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle'),
  2756.                     'namespace' => 'FOS\\RestBundle',
  2757.                 ],
  2758.                 'JMSSerializerBundle' => [
  2759.                     'parent' => NULL,
  2760.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  2761.                     'namespace' => 'JMS\\SerializerBundle',
  2762.                 ],
  2763.                 'NelmioCorsBundle' => [
  2764.                     'parent' => NULL,
  2765.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  2766.                     'namespace' => 'Nelmio\\CorsBundle',
  2767.                 ],
  2768.                 'NoahtechSistemasInterjamaBundle' => [
  2769.                     'parent' => NULL,
  2770.                     'path' => ($this->targetDirs[3].'/src/Noahtech/Sistemas/InterjamaBundle'),
  2771.                     'namespace' => 'Noahtech\\Sistemas\\InterjamaBundle',
  2772.                 ],
  2773.                 'DebugBundle' => [
  2774.                     'parent' => NULL,
  2775.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2776.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2777.                 ],
  2778.                 'WebProfilerBundle' => [
  2779.                     'parent' => NULL,
  2780.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2781.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2782.                 ],
  2783.                 'SensioDistributionBundle' => [
  2784.                     'parent' => NULL,
  2785.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2786.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2787.                 ],
  2788.                 'SensioGeneratorBundle' => [
  2789.                     'parent' => NULL,
  2790.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2791.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2792.                 ],
  2793.                 'WebServerBundle' => [
  2794.                     'parent' => NULL,
  2795.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
  2796.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2797.                 ],
  2798.             ]; break;
  2799.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2800.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2801.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2802.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2803.             case 'router.resource'$value = ($this->targetDirs[3].'/app/config/routing_dev.yml'); break;
  2804.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2805.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2806.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2807.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2808.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/app/DoctrineMigrations'); break;
  2809.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2810.         }
  2811.         $this->loadedDynamicParameters[$name] = true;
  2812.         return $this->dynamicParameters[$name] = $value;
  2813.     }
  2814.     private $normalizedParameterNames = [];
  2815.     private function normalizeParameterName($name)
  2816.     {
  2817.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2818.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2819.             if ((string) $name !== $normalizedName) {
  2820.                 @trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.'$name$normalizedName), E_USER_DEPRECATED);
  2821.             }
  2822.         } else {
  2823.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2824.         }
  2825.         return $normalizedName;
  2826.     }
  2827.     /**
  2828.      * Gets the default parameters.
  2829.      *
  2830.      * @return array An array of the default parameters
  2831.      */
  2832.     protected function getDefaultParameters()
  2833.     {
  2834.         return [
  2835.             'kernel.environment' => 'dev',
  2836.             'kernel.debug' => true,
  2837.             'kernel.name' => 'app',
  2838.             'kernel.bundles' => [
  2839.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2840.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2841.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2842.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2843.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2844.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2845.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2846.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2847.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2848.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2849.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2850.                 'NoahtechSistemasInterjamaBundle' => 'Noahtech\\Sistemas\\InterjamaBundle\\NoahtechSistemasInterjamaBundle',
  2851.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2852.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2853.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2854.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2855.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2856.             ],
  2857.             'kernel.charset' => 'UTF-8',
  2858.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2859.             'container.autowiring.strict_mode' => true,
  2860.             'container.dumper.inline_class_loader' => true,
  2861.             'database_host' => '127.0.0.1',
  2862.             'database_port' => 3306,
  2863.             'database_name' => 'interjama',
  2864.             'database_user' => 'adminsql',
  2865.             'database_password' => 'vps1425',
  2866.             'mailer_transport' => 'smtp',
  2867.             'mailer_host' => 'smtp.gmail.com',
  2868.             'mailer_user' => NULL,
  2869.             'mailer_password' => NULL,
  2870.             'mailer_port' => 465,
  2871.             'mailer_encryption' => 'ssl',
  2872.             'clave_encriptacion_generar_clave' => NULL,
  2873.             'horas_validar_link_generar_clave' => -1,
  2874.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2875.             'url_img_logo_mails' => NULL,
  2876.             'path_image_video' => '/uploads/multimedia/',
  2877.             'path_files_turnos' => '/uploads/files/turnos/',
  2878.             'path_files_precargas' => '/uploads/files/precargas',
  2879.             'path_files_archivos_clientes' => '/uploads/files/clientes/',
  2880.             'path_files_choferes' => '/uploads/files/choferes/',
  2881.             'mikrotik_ip' => '10.10.10.1',
  2882.             'mikrotik_username' => 'admin',
  2883.             'mikrotik_password' => 'inter@23',
  2884.             'path_files_vep_comprobantes' => '/uploads/files/comprobantes',
  2885.             'mikrotik_puerto' => NULL,
  2886.             'path_files_comprobantes_deudas' => '/uploads/files/comprobantes/deudas',
  2887.             'locale' => 'en',
  2888.             'fragment.renderer.hinclude.global_template' => NULL,
  2889.             'fragment.path' => '/_fragment',
  2890.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2891.             'kernel.http_method_override' => true,
  2892.             'kernel.trusted_hosts' => [
  2893.             ],
  2894.             'kernel.default_locale' => 'en',
  2895.             'templating.helper.code.file_link_format' => NULL,
  2896.             'debug.file_link_format' => NULL,
  2897.             'session.metadata.storage_key' => '_sf2_meta',
  2898.             'session.storage.options' => [
  2899.                 'cache_limiter' => '0',
  2900.                 'cookie_httponly' => true,
  2901.                 'gc_probability' => 1,
  2902.             ],
  2903.             'session.metadata.update_threshold' => '0',
  2904.             'form.type_extension.csrf.enabled' => true,
  2905.             'form.type_extension.csrf.field_name' => '_token',
  2906.             'asset.request_context.base_path' => '',
  2907.             'asset.request_context.secure' => false,
  2908.             'templating.loader.cache.path' => NULL,
  2909.             'templating.engines' => [
  2910.                 => 'twig',
  2911.             ],
  2912.             'validator.mapping.cache.prefix' => '',
  2913.             'validator.translation_domain' => 'validators',
  2914.             'profiler_listener.only_exceptions' => false,
  2915.             'profiler_listener.only_master_requests' => false,
  2916.             'debug.error_handler.throw_at' => -1,
  2917.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2918.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2919.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  2920.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2921.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2922.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  2923.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  2924.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  2925.             'router.request_context.host' => 'localhost',
  2926.             'router.request_context.scheme' => 'http',
  2927.             'router.request_context.base_url' => '',
  2928.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  2929.             'request_listener.http_port' => 80,
  2930.             'request_listener.https_port' => 443,
  2931.             'serializer.mapping.cache.prefix' => '',
  2932.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2933.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2934.             'security.role_hierarchy.roles' => [
  2935.                 'ROLE_ADMIN' => [
  2936.                     => 'ROLE_ADMIN',
  2937.                 ],
  2938.                 'ROLE_USER' => [
  2939.                     => 'ROLE_USER',
  2940.                 ],
  2941.             ],
  2942.             'security.access.denied_url' => NULL,
  2943.             'security.authentication.manager.erase_credentials' => true,
  2944.             'security.authentication.session_strategy.strategy' => 'migrate',
  2945.             'security.access.always_authenticate_before_granting' => false,
  2946.             'security.authentication.hide_user_not_found' => true,
  2947.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  2948.             'twig.form.resources' => [
  2949.                 => 'form_div_layout.html.twig',
  2950.             ],
  2951.             'monolog.use_microseconds' => true,
  2952.             'monolog.swift_mailer.handlers' => [
  2953.             ],
  2954.             'monolog.handlers_to_channels' => [
  2955.                 'monolog.handler.server_log' => NULL,
  2956.                 'monolog.handler.console' => [
  2957.                     'type' => 'exclusive',
  2958.                     'elements' => [
  2959.                         => 'event',
  2960.                         => 'doctrine',
  2961.                         => 'console',
  2962.                     ],
  2963.                 ],
  2964.                 'monolog.handler.main' => [
  2965.                     'type' => 'exclusive',
  2966.                     'elements' => [
  2967.                         => 'event',
  2968.                     ],
  2969.                 ],
  2970.             ],
  2971.             'swiftmailer.class' => 'Swift_Mailer',
  2972.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  2973.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  2974.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  2975.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  2976.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  2977.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  2978.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  2979.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  2980.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  2981.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  2982.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  2983.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  2984.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  2985.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2986.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  2987.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  2988.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  2989.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  2990.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  2991.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  2992.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2993.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2994.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2995.             'swiftmailer.mailer.default.spool.enabled' => true,
  2996.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2997.             'swiftmailer.mailer.default.single_address' => NULL,
  2998.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2999.             'swiftmailer.spool.enabled' => true,
  3000.             'swiftmailer.delivery.enabled' => true,
  3001.             'swiftmailer.single_address' => NULL,
  3002.             'swiftmailer.mailers' => [
  3003.                 'default' => 'swiftmailer.mailer.default',
  3004.             ],
  3005.             'swiftmailer.default_mailer' => 'default',
  3006.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3007.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3008.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3009.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3010.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3011.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3012.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3013.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3014.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3015.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3016.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3017.             'doctrine_cache.memcache.host' => 'localhost',
  3018.             'doctrine_cache.memcache.port' => 11211,
  3019.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3020.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3021.             'doctrine_cache.memcached.host' => 'localhost',
  3022.             'doctrine_cache.memcached.port' => 11211,
  3023.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3024.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3025.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3026.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3027.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3028.             'doctrine_cache.predis.scheme' => 'tcp',
  3029.             'doctrine_cache.predis.host' => 'localhost',
  3030.             'doctrine_cache.predis.port' => 6379,
  3031.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3032.             'doctrine_cache.redis.connection.class' => 'Redis',
  3033.             'doctrine_cache.redis.host' => 'localhost',
  3034.             'doctrine_cache.redis.port' => 6379,
  3035.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3036.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3037.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3038.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3039.             'doctrine_cache.riak.host' => 'localhost',
  3040.             'doctrine_cache.riak.port' => 8087,
  3041.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3042.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3043.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3044.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3045.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3046.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3047.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3048.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3049.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3050.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3051.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3052.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3053.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3054.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3055.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3056.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3057.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3058.             'doctrine.entity_managers' => [
  3059.                 'default' => 'doctrine.orm.default_entity_manager',
  3060.             ],
  3061.             'doctrine.default_entity_manager' => 'default',
  3062.             'doctrine.dbal.connection_factory.types' => [
  3063.             ],
  3064.             'doctrine.connections' => [
  3065.                 'default' => 'doctrine.dbal.default_connection',
  3066.             ],
  3067.             'doctrine.default_connection' => 'default',
  3068.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3069.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3070.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3071.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3072.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3073.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3074.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3075.             'doctrine.orm.cache.memcache_port' => 11211,
  3076.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3077.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3078.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3079.             'doctrine.orm.cache.memcached_port' => 11211,
  3080.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3081.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3082.             'doctrine.orm.cache.redis_host' => 'localhost',
  3083.             'doctrine.orm.cache.redis_port' => 6379,
  3084.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3085.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3086.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3087.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3088.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3089.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3090.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3091.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3092.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3093.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3094.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3095.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3096.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3097.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3098.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3099.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3100.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3101.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3102.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3103.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3104.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3105.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3106.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3107.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3108.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3109.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3110.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3111.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3112.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3113.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3114.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3115.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  3116.             'doctrine_migrations.table_name' => 'migration_versions',
  3117.             'doctrine_migrations.name' => 'Application Migrations',
  3118.             'doctrine_migrations.custom_template' => NULL,
  3119.             'doctrine_migrations.organize_migrations' => false,
  3120.             'fos_rest.format_listener.rules' => NULL,
  3121.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  3122.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  3123.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  3124.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  3125.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  3126.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  3127.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  3128.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  3129.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  3130.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  3131.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  3132.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  3133.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  3134.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  3135.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  3136.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  3137.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  3138.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  3139.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  3140.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  3141.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  3142.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  3143.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  3144.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  3145.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  3146.             'jms_serializer.json_serialization_visitor.options' => 0,
  3147.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  3148.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  3149.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  3150.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  3151.             ],
  3152.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  3153.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  3154.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  3155.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  3156.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  3157.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  3158.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  3159.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  3160.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  3161.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  3162.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  3163.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  3164.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  3165.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  3166.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  3167.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  3168.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  3169.             'nelmio_cors.map' => [
  3170.             ],
  3171.             'nelmio_cors.defaults' => [
  3172.                 'allow_origin' => true,
  3173.                 'allow_credentials' => false,
  3174.                 'allow_headers' => true,
  3175.                 'expose_headers' => [
  3176.                 ],
  3177.                 'allow_methods' => [
  3178.                     => 'GET',
  3179.                     => 'POST',
  3180.                     => 'PUT',
  3181.                     => 'DELETE',
  3182.                     => 'OPTIONS',
  3183.                 ],
  3184.                 'max_age' => 3600,
  3185.                 'hosts' => [
  3186.                 ],
  3187.                 'origin_regex' => false,
  3188.                 'forced_allow_origin_value' => NULL,
  3189.             ],
  3190.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3191.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3192.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3193.             'web_profiler.debug_toolbar.position' => 'bottom',
  3194.             'data_collector.templates' => [
  3195.                 'data_collector.request' => [
  3196.                     => 'request',
  3197.                     => '@WebProfiler/Collector/request.html.twig',
  3198.                 ],
  3199.                 'data_collector.time' => [
  3200.                     => 'time',
  3201.                     => '@WebProfiler/Collector/time.html.twig',
  3202.                 ],
  3203.                 'data_collector.memory' => [
  3204.                     => 'memory',
  3205.                     => '@WebProfiler/Collector/memory.html.twig',
  3206.                 ],
  3207.                 'data_collector.validator' => [
  3208.                     => 'validator',
  3209.                     => '@WebProfiler/Collector/validator.html.twig',
  3210.                 ],
  3211.                 'data_collector.ajax' => [
  3212.                     => 'ajax',
  3213.                     => '@WebProfiler/Collector/ajax.html.twig',
  3214.                 ],
  3215.                 'data_collector.form' => [
  3216.                     => 'form',
  3217.                     => '@WebProfiler/Collector/form.html.twig',
  3218.                 ],
  3219.                 'data_collector.exception' => [
  3220.                     => 'exception',
  3221.                     => '@WebProfiler/Collector/exception.html.twig',
  3222.                 ],
  3223.                 'data_collector.logger' => [
  3224.                     => 'logger',
  3225.                     => '@WebProfiler/Collector/logger.html.twig',
  3226.                 ],
  3227.                 'data_collector.events' => [
  3228.                     => 'events',
  3229.                     => '@WebProfiler/Collector/events.html.twig',
  3230.                 ],
  3231.                 'data_collector.router' => [
  3232.                     => 'router',
  3233.                     => '@WebProfiler/Collector/router.html.twig',
  3234.                 ],
  3235.                 'data_collector.cache' => [
  3236.                     => 'cache',
  3237.                     => '@WebProfiler/Collector/cache.html.twig',
  3238.                 ],
  3239.                 'data_collector.security' => [
  3240.                     => 'security',
  3241.                     => '@Security/Collector/security.html.twig',
  3242.                 ],
  3243.                 'data_collector.twig' => [
  3244.                     => 'twig',
  3245.                     => '@WebProfiler/Collector/twig.html.twig',
  3246.                 ],
  3247.                 'data_collector.doctrine' => [
  3248.                     => 'db',
  3249.                     => '@Doctrine/Collector/db.html.twig',
  3250.                 ],
  3251.                 'swiftmailer.data_collector' => [
  3252.                     => 'swiftmailer',
  3253.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3254.                 ],
  3255.                 'data_collector.dump' => [
  3256.                     => 'dump',
  3257.                     => '@Debug/Profiler/dump.html.twig',
  3258.                 ],
  3259.                 'data_collector.config' => [
  3260.                     => 'config',
  3261.                     => '@WebProfiler/Collector/config.html.twig',
  3262.                 ],
  3263.             ],
  3264.             'console.command.ids' => [
  3265.                 'console.command.noahtech_sistemas_interjamabundle_command_servercommand' => 'console.command.noahtech_sistemas_interjamabundle_command_servercommand',
  3266.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3267.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3268.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3269.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3270.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3271.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3272.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3273.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3274.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3275.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3276.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3277.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3278.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3279.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3280.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3281.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3282.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3283.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3284.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3285.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3286.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3287.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3288.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3289.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3290.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3291.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3292.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3293.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3294.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3295.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3296.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3297.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3298.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3299.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3300.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3301.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3302.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3303.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3304.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3305.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3306.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3307.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3308.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3309.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
  3310.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
  3311.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
  3312.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
  3313.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
  3314.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
  3315.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
  3316.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3317.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  3318.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  3319.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  3320.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  3321.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  3322.             ],
  3323.             'console.lazy_command.ids' => [
  3324.                 'console.command.about' => true,
  3325.                 'console.command.assets_install' => true,
  3326.                 'console.command.cache_clear' => true,
  3327.                 'console.command.cache_pool_clear' => true,
  3328.                 'console.command.cache_pool_prune' => true,
  3329.                 'console.command.cache_warmup' => true,
  3330.                 'console.command.config_debug' => true,
  3331.                 'console.command.config_dump_reference' => true,
  3332.                 'console.command.container_debug' => true,
  3333.                 'console.command.debug_autowiring' => true,
  3334.                 'console.command.event_dispatcher_debug' => true,
  3335.                 'console.command.router_debug' => true,
  3336.                 'console.command.router_match' => true,
  3337.                 'console.command.xliff_lint' => true,
  3338.                 'console.command.yaml_lint' => true,
  3339.                 'console.command.form_debug' => true,
  3340.                 'security.command.user_password_encoder' => true,
  3341.                 'twig.command.debug' => true,
  3342.                 'twig.command.lint' => true,
  3343.                 'doctrine.database_create_command' => true,
  3344.                 'doctrine.database_drop_command' => true,
  3345.                 'doctrine.database_import_command' => true,
  3346.                 'doctrine.generate_entities_command' => true,
  3347.                 'doctrine.query_sql_command' => true,
  3348.                 'doctrine.cache_clear_metadata_command' => true,
  3349.                 'doctrine.cache_clear_query_cache_command' => true,
  3350.                 'doctrine.cache_clear_result_command' => true,
  3351.                 'doctrine.cache_collection_region_command' => true,
  3352.                 'doctrine.mapping_convert_command' => true,
  3353.                 'doctrine.schema_create_command' => true,
  3354.                 'doctrine.schema_drop_command' => true,
  3355.                 'doctrine.ensure_production_settings_command' => true,
  3356.                 'doctrine.clear_entity_region_command' => true,
  3357.                 'doctrine.mapping_info_command' => true,
  3358.                 'doctrine.clear_query_region_command' => true,
  3359.                 'doctrine.query_dql_command' => true,
  3360.                 'doctrine.schema_update_command' => true,
  3361.                 'doctrine.schema_validate_command' => true,
  3362.                 'doctrine.mapping_import_command' => true,
  3363.                 'sensio_distribution.security_checker.command' => true,
  3364.                 'web_server.command.server_run' => true,
  3365.                 'web_server.command.server_start' => true,
  3366.                 'web_server.command.server_stop' => true,
  3367.                 'web_server.command.server_status' => true,
  3368.                 'web_server.command.server_log' => true,
  3369.             ],
  3370.         ];
  3371.     }
  3372. }