var/cache/dev/ContainerOnbymii/appDevDebugProjectContainer.php line 1141

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