var/cache/dev/ContainerQigr5aq/appDevDebugProjectContainer.php line 1961

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