var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php line 3755

Open in your IDE?
  1. <?php
  2. namespace ContainerX48ulbp;
  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. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'Globunet\\AdminBundle\\Form\\Type\\AutocompleteEntityType' => 'getAutocompleteEntityTypeService',
  37.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController' => 'getGatewayControllerService',
  38.             'Knitink\\ControlBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  39.             'Knitink\\CoreBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  40.             'Knitink\\CoreBundle\\Controller\\TestController' => 'getTestControllerService',
  41.             'Knitink\\CoreBundle\\Service\\OAuht2Service' => 'getOAuht2ServiceService',
  42.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController' => 'getDealerControllerService',
  43.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController' => 'getGatewayController2Service',
  44.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController' => 'getModuleControllerService',
  45.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController' => 'getTeamControllerService',
  46.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController' => 'getUnitControllerService',
  47.             'Knitink\\ManagementBundle\\Controller\\BackupController' => 'getBackupControllerService',
  48.             'Knitink\\ManagementBundle\\Controller\\ClientController' => 'getClientControllerService',
  49.             'Knitink\\ManagementBundle\\Controller\\ConfigController' => 'getConfigControllerService',
  50.             'Knitink\\ManagementBundle\\Controller\\DealerController' => 'getDealerController2Service',
  51.             'Knitink\\ManagementBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  52.             'Knitink\\ManagementBundle\\Controller\\GatewayController' => 'getGatewayController3Service',
  53.             'Knitink\\ManagementBundle\\Controller\\GroupController' => 'getGroupControllerService',
  54.             'Knitink\\ManagementBundle\\Controller\\HistorialController' => 'getHistorialControllerService',
  55.             'Knitink\\ManagementBundle\\Controller\\ItemEquipmentController' => 'getItemEquipmentControllerService',
  56.             'Knitink\\ManagementBundle\\Controller\\ItemLicenseModuleController' => 'getItemLicenseModuleControllerService',
  57.             'Knitink\\ManagementBundle\\Controller\\ItemLicenseUnitController' => 'getItemLicenseUnitControllerService',
  58.             'Knitink\\ManagementBundle\\Controller\\ItemLicenseUniverseController' => 'getItemLicenseUniverseControllerService',
  59.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController' => 'getLicenseModuleControllerService',
  60.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController' => 'getLicenseUnitControllerService',
  61.             'Knitink\\ManagementBundle\\Controller\\LicenseUniverseController' => 'getLicenseUniverseControllerService',
  62.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController' => 'getManufacturerControllerService',
  63.             'Knitink\\ManagementBundle\\Controller\\ModuleController' => 'getModuleController2Service',
  64.             'Knitink\\ManagementBundle\\Controller\\OrderController' => 'getOrderControllerService',
  65.             'Knitink\\ManagementBundle\\Controller\\PackageController' => 'getPackageControllerService',
  66.             'Knitink\\ManagementBundle\\Controller\\PasswordController' => 'getPasswordControllerService',
  67.             'Knitink\\ManagementBundle\\Controller\\SupportController' => 'getSupportControllerService',
  68.             'Knitink\\ManagementBundle\\Controller\\TeamController' => 'getTeamController2Service',
  69.             'Knitink\\ManagementBundle\\Controller\\UnitController' => 'getUnitController2Service',
  70.             'Knitink\\ManagementBundle\\Controller\\UpdateController' => 'getUpdateControllerService',
  71.             'Knitink\\ManagementBundle\\Controller\\UserController' => 'getUserControllerService',
  72.             'Knitink\\ManagementBundle\\Domain\\PasswordManager' => 'getPasswordManagerService',
  73.             'Knitink\\ManagementBundle\\Service\\ManagementService' => 'getManagementServiceService',
  74.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController' => 'getAlertConfigControllerService',
  75.             'Knitink\\UniverseBundle\\Controller\\AlertLoggingController' => 'getAlertLoggingControllerService',
  76.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController' => 'getDrainCheckControllerService',
  77.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController' => 'getFlowMeterControllerService',
  78.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController' => 'getGatewayController4Service',
  79.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController' => 'getIrrigationUnitControllerService',
  80.             'Knitink\\UniverseBundle\\Controller\\Api\\OpenDataController' => 'getOpenDataControllerService',
  81.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController' => 'getPlotControllerService',
  82.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController' => 'getSectorControllerService',
  83.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController' => 'getSensorControllerService',
  84.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController' => 'getStateLoggingControllerService',
  85.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController' => 'getTeamController3Service',
  86.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController' => 'getValveControllerService',
  87.             'Knitink\\UniverseBundle\\Controller\\BackupController' => 'getBackupController2Service',
  88.             'Knitink\\UniverseBundle\\Controller\\BaseController' => 'getBaseControllerService',
  89.             'Knitink\\UniverseBundle\\Controller\\ControlController' => 'getControlControllerService',
  90.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController' => 'getDailyLoggingControllerService',
  91.             'Knitink\\UniverseBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  92.             'Knitink\\UniverseBundle\\Controller\\DigitalSignalController' => 'getDigitalSignalControllerService',
  93.             'Knitink\\UniverseBundle\\Controller\\DosingController' => 'getDosingControllerService',
  94.             'Knitink\\UniverseBundle\\Controller\\DrainCheckController' => 'getDrainCheckController2Service',
  95.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController' => 'getFertilizationFormulaControllerService',
  96.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController' => 'getFertilizationPlanControllerService',
  97.             'Knitink\\UniverseBundle\\Controller\\FertilizerController' => 'getFertilizerControllerService',
  98.             'Knitink\\UniverseBundle\\Controller\\FlowMeterController' => 'getFlowMeterController2Service',
  99.             'Knitink\\UniverseBundle\\Controller\\GatewayController' => 'getGatewayController5Service',
  100.             'Knitink\\UniverseBundle\\Controller\\GroupController' => 'getGroupController2Service',
  101.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController' => 'getIrrigationAnalysisControllerService',
  102.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController' => 'getIrrigationPlanControllerService',
  103.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController' => 'getIrrigationUnitController2Service',
  104.             'Knitink\\UniverseBundle\\Controller\\MapController' => 'getMapControllerService',
  105.             'Knitink\\UniverseBundle\\Controller\\PlayerController' => 'getPlayerControllerService',
  106.             'Knitink\\UniverseBundle\\Controller\\PlotController' => 'getPlotController2Service',
  107.             'Knitink\\UniverseBundle\\Controller\\ProgramController' => 'getProgramControllerService',
  108.             'Knitink\\UniverseBundle\\Controller\\SeasonController' => 'getSeasonControllerService',
  109.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController' => 'getSeasonLoggingControllerService',
  110.             'Knitink\\UniverseBundle\\Controller\\SectorController' => 'getSectorController2Service',
  111.             'Knitink\\UniverseBundle\\Controller\\SensorController' => 'getSensorController2Service',
  112.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController' => 'getStateLoggingController2Service',
  113.             'Knitink\\UniverseBundle\\Controller\\TableController' => 'getTableControllerService',
  114.             'Knitink\\UniverseBundle\\Controller\\TankController' => 'getTankControllerService',
  115.             'Knitink\\UniverseBundle\\Controller\\TankPreparationController' => 'getTankPreparationControllerService',
  116.             'Knitink\\UniverseBundle\\Controller\\TeamController' => 'getTeamController4Service',
  117.             'Knitink\\UniverseBundle\\Controller\\UserController' => 'getUserController2Service',
  118.             'Knitink\\UniverseBundle\\Controller\\ValveController' => 'getValveController2Service',
  119.             'Knitink\\UniverseBundle\\Controller\\WidgetController' => 'getWidgetControllerService',
  120.             'Knitink\\UniverseBundle\\Service\\AlertLoggingService' => 'getAlertLoggingServiceService',
  121.             'Knitink\\UniverseBundle\\Service\\ChartService' => 'getChartServiceService',
  122.             'Knitink\\UniverseBundle\\Service\\DosingService' => 'getDosingServiceService',
  123.             'Knitink\\UniverseBundle\\Service\\FlowMeterService' => 'getFlowMeterServiceService',
  124.             'Knitink\\UniverseBundle\\Service\\IrrigationUnitService' => 'getIrrigationUnitServiceService',
  125.             'Knitink\\UniverseBundle\\Service\\NotificationService' => 'getNotificationServiceService',
  126.             'Knitink\\UniverseBundle\\Service\\PlayerService' => 'getPlayerServiceService',
  127.             'Knitink\\UniverseBundle\\Service\\PlotService' => 'getPlotServiceService',
  128.             'Knitink\\UniverseBundle\\Service\\ProgramService' => 'getProgramServiceService',
  129.             'Knitink\\UniverseBundle\\Service\\SectorService' => 'getSectorServiceService',
  130.             'Knitink\\UniverseBundle\\Service\\SensorService' => 'getSensorServiceService',
  131.             'Knitink\\UniverseBundle\\Service\\TeamService' => 'getTeamServiceService',
  132.             'Knitink\\UniverseBundle\\Service\\UnitSystemService' => 'getUnitSystemServiceService',
  133.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  134.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  135.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  136.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  137.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  138.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  139.             'cache.app' => 'getCache_AppService',
  140.             'cache.app_clearer' => 'getCache_AppClearerService',
  141.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  142.             'cache.system' => 'getCache_SystemService',
  143.             'cache.system_clearer' => 'getCache_SystemClearerService',
  144.             'cache_clearer' => 'getCacheClearerService',
  145.             'cache_warmer' => 'getCacheWarmerService',
  146.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  147.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  148.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  149.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  150.             'console.command.public_alias.fos_oauth_server.clean_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService',
  151.             'console.command.public_alias.fos_oauth_server.create_client_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService',
  152.             'console.command_loader' => 'getConsole_CommandLoaderService',
  153.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  154.             'doctrine' => 'getDoctrineService',
  155.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  156.             'doctrine.dbal.slave_connection' => 'getDoctrine_Dbal_SlaveConnectionService',
  157.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  158.             'doctrine.orm.slave_entity_manager' => 'getDoctrine_Orm_SlaveEntityManagerService',
  159.             'error_controller' => 'getErrorControllerService',
  160.             'event_dispatcher' => 'getEventDispatcherService',
  161.             'filesystem' => 'getFilesystemService',
  162.             'form.factory' => 'getForm_FactoryService',
  163.             'form.type.file' => 'getForm_Type_FileService',
  164.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  165.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  166.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  167.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  168.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  169.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService',
  170.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService',
  171.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  172.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  173.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  174.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  175.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  176.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  177.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  178.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  179.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  180.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  181.             'globunet_core.curl_provider' => 'getGlobunetCore_CurlProviderService',
  182.             'globunet_core.dates_transformer' => 'getGlobunetCore_DatesTransformerService',
  183.             'globunet_dinamic_database.database_connector' => 'getGlobunetDinamicDatabase_DatabaseConnectorService',
  184.             'globunet_dinamic_database.database_create' => 'getGlobunetDinamicDatabase_DatabaseCreateService',
  185.             'globunet_geolocation.address_manager' => 'getGlobunetGeolocation_AddressManagerService',
  186.             'globunet_geolocation.coordinates_manager' => 'getGlobunetGeolocation_CoordinatesManagerService',
  187.             'globunet_geolocation.geocoder_provider' => 'getGlobunetGeolocation_GeocoderProviderService',
  188.             'globunet_notification.mail_provider' => 'getGlobunetNotification_MailProviderService',
  189.             'globunet_user.mailer' => 'getGlobunetUser_MailerService',
  190.             'globunet_user.register_user_manager' => 'getGlobunetUser_RegisterUserManagerService',
  191.             'globunet_user.registration.controller' => 'getGlobunetUser_Registration_ControllerService',
  192.             'globunet_user.resetting.controller' => 'getGlobunetUser_Resetting_ControllerService',
  193.             'globunet_user.user_manager' => 'getGlobunetUser_UserManagerService',
  194.             'http_kernel' => 'getHttpKernelService',
  195.             'jms_serializer' => 'getJmsSerializerService',
  196.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  197.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  198.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  199.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  200.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  201.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  202.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  203.             'message_bus' => 'getMessageBusService',
  204.             'mewes_k_twig_spreadsheet.twig_spreadsheet_extension' => 'getMewesKTwigSpreadsheet_TwigSpreadsheetExtensionService',
  205.             'monolog.logger.control' => 'getMonolog_Logger_ControlService',
  206.             'monolog.logger.control_client' => 'getMonolog_Logger_ControlClientService',
  207.             'monolog.logger.control_test' => 'getMonolog_Logger_ControlTestService',
  208.             'monolog.logger.globunet' => 'getMonolog_Logger_GlobunetService',
  209.             'monolog.logger.keep_alive' => 'getMonolog_Logger_KeepAliveService',
  210.             'monolog.logger.management' => 'getMonolog_Logger_ManagementService',
  211.             'monolog.logger.universe_alert' => 'getMonolog_Logger_UniverseAlertService',
  212.             'monolog.logger.universe_api' => 'getMonolog_Logger_UniverseApiService',
  213.             'monolog.logger.universe_cron' => 'getMonolog_Logger_UniverseCronService',
  214.             'monolog.logger.universe_daily' => 'getMonolog_Logger_UniverseDailyService',
  215.             'monolog.logger.universe_database' => 'getMonolog_Logger_UniverseDatabaseService',
  216.             'monolog.logger.universe_notification' => 'getMonolog_Logger_UniverseNotificationService',
  217.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  218.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  219.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  220.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  221.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  222.             'old_sound_rabbit_mq.py_default_producer' => 'getOldSoundRabbitMq_PyDefaultProducerService',
  223.             'old_sound_rabbit_mq.py_direct_producer' => 'getOldSoundRabbitMq_PyDirectProducerService',
  224.             'profiler' => 'getProfilerService',
  225.             'request_stack' => 'getRequestStackService',
  226.             'router' => 'getRouterService',
  227.             'routing.loader' => 'getRouting_LoaderService',
  228.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  229.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  230.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  231.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  232.             'security.token_storage' => 'getSecurity_TokenStorageService',
  233.             'serializer' => 'getSerializerService',
  234.             'services_resetter' => 'getServicesResetterService',
  235.             'session' => 'getSessionService',
  236.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  237.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  238.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  239.             'swiftmailer.mailer.instant_mailer' => 'getSwiftmailer_Mailer_InstantMailerService',
  240.             'swiftmailer.mailer.instant_mailer.plugin.messagelogger' => 'getSwiftmailer_Mailer_InstantMailer_Plugin_MessageloggerService',
  241.             'swiftmailer.mailer.instant_mailer.transport.real' => 'getSwiftmailer_Mailer_InstantMailer_Transport_RealService',
  242.             'swiftmailer.mailer.spool_mailer' => 'getSwiftmailer_Mailer_SpoolMailerService',
  243.             'swiftmailer.mailer.spool_mailer.plugin.messagelogger' => 'getSwiftmailer_Mailer_SpoolMailer_Plugin_MessageloggerService',
  244.             'swiftmailer.mailer.spool_mailer.transport.real' => 'getSwiftmailer_Mailer_SpoolMailer_Transport_RealService',
  245.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  246.             'templating' => 'getTemplatingService',
  247.             'templating.loader' => 'getTemplating_LoaderService',
  248.             'translator' => 'getTranslatorService',
  249.             'twig' => 'getTwigService',
  250.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  251.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  252.             'validator' => 'getValidatorService',
  253.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  254.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  255.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  256.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  257.         ];
  258.         $this->aliases = [
  259.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  260.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  261.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  262.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  263.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  264.             'database_connection' => 'doctrine.dbal.default_connection',
  265.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  266.             'jms_serializer.authorization_checker' => 'security.authorization_checker',
  267.             'mailer' => 'swiftmailer.mailer.default',
  268.             'messenger.default_bus' => 'message_bus',
  269.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  270.         ];
  271.         $this->privates['service_container'] = function () {
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  278.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  279.             include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Domain/ModelManager.php';
  280.             include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Domain/ModelExtendedManager.php';
  281.             include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Domain/GatewayManager.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  283.             include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Listener/LocaleListener.php';
  284.             include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Service/CoreService.php';
  285.             include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Provider/MailerProvider.php';
  286.             include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Service/ManagementService.php';
  287.             include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ConfigManager.php';
  288.             include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ClientManager.php';
  289.             include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ModuleManager.php';
  290.             include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/LicenseModuleManager.php';
  291.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Listener/ControllerListener.php';
  292.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/UnitSystemService.php';
  293.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/AlertLoggingService.php';
  294.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/NotificationService.php';
  295.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/TeamService.php';
  296.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/PlotService.php';
  297.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/IrrigationUnitService.php';
  298.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/PlayerService.php';
  299.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/SectorService.php';
  300.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/DosingService.php';
  301.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/SensorService.php';
  302.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/FlowMeterService.php';
  303.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/ProgramService.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  306.             include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Security/TeamVoter.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  411.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Twig/AssetExistsExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Twig/RouteExistsExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Twig/PaddingExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Twig/JsonDecodeExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  507.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  534.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/globunet/dinamic-database-bundle/Services/DatabaseConnector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/globunet/dinamic-database-bundle/Services/DatabaseCreate.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  552.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  557.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  559.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  562.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  567.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  570.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  572.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  575.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  577.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  581.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
  586.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php';
  587.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php';
  588.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php';
  589.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPConnection.php';
  590.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AMQPConnectionFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/BaseAmqp.php';
  592.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/ProducerInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/Producer.php';
  594.             include_once \dirname(__DIR__4).'/vendor/mewesk/twig-spreadsheet-bundle/src/EventListener/AddRequestFormatsListener.php';
  595.             include_once \dirname(__DIR__4).'/vendor/mewesk/twig-spreadsheet-bundle/src/Twig/TwigSpreadsheetExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  604.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  606.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  607.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  637.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  656.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  662.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  666.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  667.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  669.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  671.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  672.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  674.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  688.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  690.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  691.         };
  692.     }
  693.     public function compile(): void
  694.     {
  695.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  696.     }
  697.     public function isCompiled(): bool
  698.     {
  699.         return true;
  700.     }
  701.     public function getRemovedIds(): array
  702.     {
  703.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  704.     }
  705.     protected function createProxy($class, \Closure $factory)
  706.     {
  707.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  708.         return $factory();
  709.     }
  710.     /**
  711.      * Gets the public 'Globunet\AdminBundle\Form\Type\AutocompleteEntityType' shared service.
  712.      *
  713.      * @return \Globunet\AdminBundle\Form\Type\AutocompleteEntityType
  714.      */
  715.     protected function getAutocompleteEntityTypeService()
  716.     {
  717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  719.         include_once \dirname(__DIR__4).'/vendor/globunet/admin-bundle/Form/Type/AutocompleteEntityType.php';
  720.         return $this->services['Globunet\\AdminBundle\\Form\\Type\\AutocompleteEntityType'] = new \Globunet\AdminBundle\Form\Type\AutocompleteEntityType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  721.     }
  722.     /**
  723.      * Gets the public 'Knitink\ControlBundle\Controller\Api\GatewayController' shared autowired service.
  724.      *
  725.      * @return \Knitink\ControlBundle\Controller\Api\GatewayController
  726.      */
  727.     protected function getGatewayControllerService()
  728.     {
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  731.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  733.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  734.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Controller/Api/GatewayController.php';
  735.         $this->services['Knitink\\ControlBundle\\Controller\\Api\\GatewayController'] = $instance = new \Knitink\ControlBundle\Controller\Api\GatewayController($this, ($this->privates['Knitink\\ControlBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager2Service()));
  736.         $instance->setContainer($this);
  737.         return $instance;
  738.     }
  739.     /**
  740.      * Gets the public 'Knitink\ControlBundle\Controller\DefaultController' shared autowired service.
  741.      *
  742.      * @return \Knitink\ControlBundle\Controller\DefaultController
  743.      */
  744.     protected function getDefaultControllerService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  748.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Controller/DefaultController.php';
  749.         $this->services['Knitink\\ControlBundle\\Controller\\DefaultController'] = $instance = new \Knitink\ControlBundle\Controller\DefaultController(($this->privates['Knitink\\ControlBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager2Service()));
  750.         $instance->setContainer($this);
  751.         return $instance;
  752.     }
  753.     /**
  754.      * Gets the public 'Knitink\CoreBundle\Controller\DefaultController' shared autowired service.
  755.      *
  756.      * @return \Knitink\CoreBundle\Controller\DefaultController
  757.      */
  758.     protected function getDefaultController2Service()
  759.     {
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  762.         include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Controller/DefaultController.php';
  763.         $this->services['Knitink\\CoreBundle\\Controller\\DefaultController'] = $instance = new \Knitink\CoreBundle\Controller\DefaultController();
  764.         $instance->setContainer($this);
  765.         return $instance;
  766.     }
  767.     /**
  768.      * Gets the public 'Knitink\CoreBundle\Controller\TestController' shared autowired service.
  769.      *
  770.      * @return \Knitink\CoreBundle\Controller\TestController
  771.      */
  772.     protected function getTestControllerService()
  773.     {
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  776.         include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Controller/TestController.php';
  777.         $this->services['Knitink\\CoreBundle\\Controller\\TestController'] = $instance = new \Knitink\CoreBundle\Controller\TestController();
  778.         $instance->setContainer($this);
  779.         return $instance;
  780.     }
  781.     /**
  782.      * Gets the public 'Knitink\CoreBundle\Service\OAuht2Service' shared autowired service.
  783.      *
  784.      * @return \Knitink\CoreBundle\Service\OAuht2Service
  785.      */
  786.     protected function getOAuht2ServiceService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Service/OAuht2Service.php';
  789.         return $this->services['Knitink\\CoreBundle\\Service\\OAuht2Service'] = new \Knitink\CoreBundle\Service\OAuht2Service(($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  790.     }
  791.     /**
  792.      * Gets the public 'Knitink\ManagementBundle\Controller\Api\DealerController' shared autowired service.
  793.      *
  794.      * @return \Knitink\ManagementBundle\Controller\Api\DealerController
  795.      */
  796.     protected function getDealerControllerService()
  797.     {
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  800.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  801.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  802.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  803.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/Api/DealerController.php';
  804.         $this->services['Knitink\\ManagementBundle\\Controller\\Api\\DealerController'] = $instance = new \Knitink\ManagementBundle\Controller\Api\DealerController($this);
  805.         $instance->setContainer($this);
  806.         return $instance;
  807.     }
  808.     /**
  809.      * Gets the public 'Knitink\ManagementBundle\Controller\Api\GatewayController' shared autowired service.
  810.      *
  811.      * @return \Knitink\ManagementBundle\Controller\Api\GatewayController
  812.      */
  813.     protected function getGatewayController2Service()
  814.     {
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  818.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  819.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  820.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/Api/GatewayController.php';
  821.         $this->services['Knitink\\ManagementBundle\\Controller\\Api\\GatewayController'] = $instance = new \Knitink\ManagementBundle\Controller\Api\GatewayController($this, ($this->privates['Knitink\\ManagementBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManagerService()), ($this->services['monolog.logger.management'] ?? $this->getMonolog_Logger_ManagementService()));
  822.         $instance->setContainer($this);
  823.         return $instance;
  824.     }
  825.     /**
  826.      * Gets the public 'Knitink\ManagementBundle\Controller\Api\ModuleController' shared autowired service.
  827.      *
  828.      * @return \Knitink\ManagementBundle\Controller\Api\ModuleController
  829.      */
  830.     protected function getModuleControllerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  834.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  835.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  836.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  837.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/Api/ModuleController.php';
  838.         $this->services['Knitink\\ManagementBundle\\Controller\\Api\\ModuleController'] = $instance = new \Knitink\ManagementBundle\Controller\Api\ModuleController($this, ($this->privates['Knitink\\ManagementBundle\\Domain\\ModuleManager'] ?? $this->getModuleManagerService()));
  839.         $instance->setContainer($this);
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'Knitink\ManagementBundle\Controller\Api\TeamController' shared autowired service.
  844.      *
  845.      * @return \Knitink\ManagementBundle\Controller\Api\TeamController
  846.      */
  847.     protected function getTeamControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  851.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  852.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  853.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  854.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/Api/TeamController.php';
  855.         $this->services['Knitink\\ManagementBundle\\Controller\\Api\\TeamController'] = $instance = new \Knitink\ManagementBundle\Controller\Api\TeamController($this, ($this->privates['Knitink\\ManagementBundle\\Domain\\TeamManager'] ?? $this->getTeamManager2Service()));
  856.         $instance->setContainer($this);
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public 'Knitink\ManagementBundle\Controller\Api\UnitController' shared autowired service.
  861.      *
  862.      * @return \Knitink\ManagementBundle\Controller\Api\UnitController
  863.      */
  864.     protected function getUnitControllerService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  868.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  869.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  870.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  871.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/Api/UnitController.php';
  872.         $this->services['Knitink\\ManagementBundle\\Controller\\Api\\UnitController'] = $instance = new \Knitink\ManagementBundle\Controller\Api\UnitController($this, ($this->privates['Knitink\\ManagementBundle\\Domain\\UnitManager'] ?? $this->getUnitManagerService()));
  873.         $instance->setContainer($this);
  874.         return $instance;
  875.     }
  876.     /**
  877.      * Gets the public 'Knitink\ManagementBundle\Controller\BackupController' shared autowired service.
  878.      *
  879.      * @return \Knitink\ManagementBundle\Controller\BackupController
  880.      */
  881.     protected function getBackupControllerService()
  882.     {
  883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  885.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/BackupController.php';
  886.         $this->services['Knitink\\ManagementBundle\\Controller\\BackupController'] = $instance = new \Knitink\ManagementBundle\Controller\BackupController();
  887.         $instance->setContainer($this);
  888.         return $instance;
  889.     }
  890.     /**
  891.      * Gets the public 'Knitink\ManagementBundle\Controller\ClientController' shared autowired service.
  892.      *
  893.      * @return \Knitink\ManagementBundle\Controller\ClientController
  894.      */
  895.     protected function getClientControllerService()
  896.     {
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  899.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ClientController.php';
  900.         $this->services['Knitink\\ManagementBundle\\Controller\\ClientController'] = $instance = new \Knitink\ManagementBundle\Controller\ClientController(($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()));
  901.         $instance->setContainer($this);
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public 'Knitink\ManagementBundle\Controller\ConfigController' shared autowired service.
  906.      *
  907.      * @return \Knitink\ManagementBundle\Controller\ConfigController
  908.      */
  909.     protected function getConfigControllerService()
  910.     {
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  913.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  914.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ConfigController.php';
  915.         $this->services['Knitink\\ManagementBundle\\Controller\\ConfigController'] = $instance = new \Knitink\ManagementBundle\Controller\ConfigController(($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()));
  916.         $instance->setContainer($this);
  917.         return $instance;
  918.     }
  919.     /**
  920.      * Gets the public 'Knitink\ManagementBundle\Controller\DealerController' shared autowired service.
  921.      *
  922.      * @return \Knitink\ManagementBundle\Controller\DealerController
  923.      */
  924.     protected function getDealerController2Service()
  925.     {
  926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  928.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/DealerController.php';
  929.         $this->services['Knitink\\ManagementBundle\\Controller\\DealerController'] = $instance = new \Knitink\ManagementBundle\Controller\DealerController();
  930.         $instance->setContainer($this);
  931.         return $instance;
  932.     }
  933.     /**
  934.      * Gets the public 'Knitink\ManagementBundle\Controller\DefaultController' shared autowired service.
  935.      *
  936.      * @return \Knitink\ManagementBundle\Controller\DefaultController
  937.      */
  938.     protected function getDefaultController3Service()
  939.     {
  940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  942.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/DefaultController.php';
  943.         $this->services['Knitink\\ManagementBundle\\Controller\\DefaultController'] = $instance = new \Knitink\ManagementBundle\Controller\DefaultController();
  944.         $instance->setContainer($this);
  945.         return $instance;
  946.     }
  947.     /**
  948.      * Gets the public 'Knitink\ManagementBundle\Controller\GatewayController' shared autowired service.
  949.      *
  950.      * @return \Knitink\ManagementBundle\Controller\GatewayController
  951.      */
  952.     protected function getGatewayController3Service()
  953.     {
  954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  956.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/GatewayController.php';
  957.         $this->services['Knitink\\ManagementBundle\\Controller\\GatewayController'] = $instance = new \Knitink\ManagementBundle\Controller\GatewayController();
  958.         $instance->setContainer($this);
  959.         return $instance;
  960.     }
  961.     /**
  962.      * Gets the public 'Knitink\ManagementBundle\Controller\GroupController' shared autowired service.
  963.      *
  964.      * @return \Knitink\ManagementBundle\Controller\GroupController
  965.      */
  966.     protected function getGroupControllerService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  970.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  971.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/GroupController.php';
  972.         include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Domain/GroupManager.php';
  973.         $this->services['Knitink\\ManagementBundle\\Controller\\GroupController'] = $instance = new \Knitink\ManagementBundle\Controller\GroupController(new \Knitink\CoreBundle\Domain\GroupManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\CoreBundle\\Form\\Type\\GroupFormType''Knitink\\CoreBundle\\Entity\\Group'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  974.         $instance->setContainer($this);
  975.         return $instance;
  976.     }
  977.     /**
  978.      * Gets the public 'Knitink\ManagementBundle\Controller\HistorialController' shared autowired service.
  979.      *
  980.      * @return \Knitink\ManagementBundle\Controller\HistorialController
  981.      */
  982.     protected function getHistorialControllerService()
  983.     {
  984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  986.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/HistorialController.php';
  987.         $this->services['Knitink\\ManagementBundle\\Controller\\HistorialController'] = $instance = new \Knitink\ManagementBundle\Controller\HistorialController();
  988.         $instance->setContainer($this);
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the public 'Knitink\ManagementBundle\Controller\ItemEquipmentController' shared autowired service.
  993.      *
  994.      * @return \Knitink\ManagementBundle\Controller\ItemEquipmentController
  995.      */
  996.     protected function getItemEquipmentControllerService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1001.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ItemEquipmentController.php';
  1002.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ItemEquipmentManager.php';
  1003.         $this->services['Knitink\\ManagementBundle\\Controller\\ItemEquipmentController'] = $instance = new \Knitink\ManagementBundle\Controller\ItemEquipmentController(new \Knitink\ManagementBundle\Domain\ItemEquipmentManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ItemEquipmentFormType''Knitink\\ManagementBundle\\Entity\\ItemEquipment'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1004.         $instance->setContainer($this);
  1005.         return $instance;
  1006.     }
  1007.     /**
  1008.      * Gets the public 'Knitink\ManagementBundle\Controller\ItemLicenseModuleController' shared autowired service.
  1009.      *
  1010.      * @return \Knitink\ManagementBundle\Controller\ItemLicenseModuleController
  1011.      */
  1012.     protected function getItemLicenseModuleControllerService()
  1013.     {
  1014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1017.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ItemLicenseModuleController.php';
  1018.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ItemLicenseModuleManager.php';
  1019.         $this->services['Knitink\\ManagementBundle\\Controller\\ItemLicenseModuleController'] = $instance = new \Knitink\ManagementBundle\Controller\ItemLicenseModuleController(new \Knitink\ManagementBundle\Domain\ItemLicenseModuleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ItemLicenseModuleFormType''Knitink\\ManagementBundle\\Entity\\ItemLicenseModule'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1020.         $instance->setContainer($this);
  1021.         return $instance;
  1022.     }
  1023.     /**
  1024.      * Gets the public 'Knitink\ManagementBundle\Controller\ItemLicenseUnitController' shared autowired service.
  1025.      *
  1026.      * @return \Knitink\ManagementBundle\Controller\ItemLicenseUnitController
  1027.      */
  1028.     protected function getItemLicenseUnitControllerService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1033.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ItemLicenseUnitController.php';
  1034.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ItemLicenseUnitManager.php';
  1035.         $this->services['Knitink\\ManagementBundle\\Controller\\ItemLicenseUnitController'] = $instance = new \Knitink\ManagementBundle\Controller\ItemLicenseUnitController(new \Knitink\ManagementBundle\Domain\ItemLicenseUnitManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ItemLicenseUnitFormType''Knitink\\ManagementBundle\\Entity\\ItemLicenseUnit'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1036.         $instance->setContainer($this);
  1037.         return $instance;
  1038.     }
  1039.     /**
  1040.      * Gets the public 'Knitink\ManagementBundle\Controller\ItemLicenseUniverseController' shared autowired service.
  1041.      *
  1042.      * @return \Knitink\ManagementBundle\Controller\ItemLicenseUniverseController
  1043.      */
  1044.     protected function getItemLicenseUniverseControllerService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1049.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ItemLicenseUniverseController.php';
  1050.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ItemLicenseUniverseManager.php';
  1051.         $this->services['Knitink\\ManagementBundle\\Controller\\ItemLicenseUniverseController'] = $instance = new \Knitink\ManagementBundle\Controller\ItemLicenseUniverseController(new \Knitink\ManagementBundle\Domain\ItemLicenseUniverseManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ItemLicenseUniverseFormType''Knitink\\ManagementBundle\\Entity\\ItemLicenseUniverse'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1052.         $instance->setContainer($this);
  1053.         return $instance;
  1054.     }
  1055.     /**
  1056.      * Gets the public 'Knitink\ManagementBundle\Controller\LicenseModuleController' shared autowired service.
  1057.      *
  1058.      * @return \Knitink\ManagementBundle\Controller\LicenseModuleController
  1059.      */
  1060.     protected function getLicenseModuleControllerService()
  1061.     {
  1062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1065.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/LicenseModuleController.php';
  1066.         $this->services['Knitink\\ManagementBundle\\Controller\\LicenseModuleController'] = $instance = new \Knitink\ManagementBundle\Controller\LicenseModuleController();
  1067.         $instance->setContainer($this);
  1068.         return $instance;
  1069.     }
  1070.     /**
  1071.      * Gets the public 'Knitink\ManagementBundle\Controller\LicenseUnitController' shared autowired service.
  1072.      *
  1073.      * @return \Knitink\ManagementBundle\Controller\LicenseUnitController
  1074.      */
  1075.     protected function getLicenseUnitControllerService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1080.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/LicenseUnitController.php';
  1081.         $this->services['Knitink\\ManagementBundle\\Controller\\LicenseUnitController'] = $instance = new \Knitink\ManagementBundle\Controller\LicenseUnitController();
  1082.         $instance->setContainer($this);
  1083.         return $instance;
  1084.     }
  1085.     /**
  1086.      * Gets the public 'Knitink\ManagementBundle\Controller\LicenseUniverseController' shared autowired service.
  1087.      *
  1088.      * @return \Knitink\ManagementBundle\Controller\LicenseUniverseController
  1089.      */
  1090.     protected function getLicenseUniverseControllerService()
  1091.     {
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1095.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/LicenseUniverseController.php';
  1096.         $this->services['Knitink\\ManagementBundle\\Controller\\LicenseUniverseController'] = $instance = new \Knitink\ManagementBundle\Controller\LicenseUniverseController(($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()));
  1097.         $instance->setContainer($this);
  1098.         return $instance;
  1099.     }
  1100.     /**
  1101.      * Gets the public 'Knitink\ManagementBundle\Controller\ManufacturerController' shared autowired service.
  1102.      *
  1103.      * @return \Knitink\ManagementBundle\Controller\ManufacturerController
  1104.      */
  1105.     protected function getManufacturerControllerService()
  1106.     {
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1110.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ManufacturerController.php';
  1111.         $this->services['Knitink\\ManagementBundle\\Controller\\ManufacturerController'] = $instance = new \Knitink\ManagementBundle\Controller\ManufacturerController();
  1112.         $instance->setContainer($this);
  1113.         return $instance;
  1114.     }
  1115.     /**
  1116.      * Gets the public 'Knitink\ManagementBundle\Controller\ModuleController' shared autowired service.
  1117.      *
  1118.      * @return \Knitink\ManagementBundle\Controller\ModuleController
  1119.      */
  1120.     protected function getModuleController2Service()
  1121.     {
  1122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1124.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/ModuleController.php';
  1125.         $this->services['Knitink\\ManagementBundle\\Controller\\ModuleController'] = $instance = new \Knitink\ManagementBundle\Controller\ModuleController();
  1126.         $instance->setContainer($this);
  1127.         return $instance;
  1128.     }
  1129.     /**
  1130.      * Gets the public 'Knitink\ManagementBundle\Controller\OrderController' shared autowired service.
  1131.      *
  1132.      * @return \Knitink\ManagementBundle\Controller\OrderController
  1133.      */
  1134.     protected function getOrderControllerService()
  1135.     {
  1136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1139.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/OrderController.php';
  1140.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/OrderManager.php';
  1141.         $a = new \Knitink\ManagementBundle\Domain\OrderManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\OrderFormType''Knitink\\ManagementBundle\\Entity\\Order', ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseModuleManager'] ?? $this->getLicenseModuleManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUnitManager'] ?? $this->getLicenseUnitManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()));
  1142.         $a->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1143.         $this->services['Knitink\\ManagementBundle\\Controller\\OrderController'] = $instance = new \Knitink\ManagementBundle\Controller\OrderController($a);
  1144.         $instance->setContainer($this);
  1145.         return $instance;
  1146.     }
  1147.     /**
  1148.      * Gets the public 'Knitink\ManagementBundle\Controller\PackageController' shared autowired service.
  1149.      *
  1150.      * @return \Knitink\ManagementBundle\Controller\PackageController
  1151.      */
  1152.     protected function getPackageControllerService()
  1153.     {
  1154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1157.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/PackageController.php';
  1158.         $this->services['Knitink\\ManagementBundle\\Controller\\PackageController'] = $instance = new \Knitink\ManagementBundle\Controller\PackageController();
  1159.         $instance->setContainer($this);
  1160.         return $instance;
  1161.     }
  1162.     /**
  1163.      * Gets the public 'Knitink\ManagementBundle\Controller\PasswordController' shared autowired service.
  1164.      *
  1165.      * @return \Knitink\ManagementBundle\Controller\PasswordController
  1166.      */
  1167.     protected function getPasswordControllerService()
  1168.     {
  1169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1172.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/PasswordController.php';
  1173.         $this->services['Knitink\\ManagementBundle\\Controller\\PasswordController'] = $instance = new \Knitink\ManagementBundle\Controller\PasswordController(($this->services['Knitink\\ManagementBundle\\Domain\\PasswordManager'] ?? $this->getPasswordManagerService()));
  1174.         $instance->setContainer($this);
  1175.         return $instance;
  1176.     }
  1177.     /**
  1178.      * Gets the public 'Knitink\ManagementBundle\Controller\SupportController' shared autowired service.
  1179.      *
  1180.      * @return \Knitink\ManagementBundle\Controller\SupportController
  1181.      */
  1182.     protected function getSupportControllerService()
  1183.     {
  1184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1187.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/SupportController.php';
  1188.         $this->services['Knitink\\ManagementBundle\\Controller\\SupportController'] = $instance = new \Knitink\ManagementBundle\Controller\SupportController();
  1189.         $instance->setContainer($this);
  1190.         return $instance;
  1191.     }
  1192.     /**
  1193.      * Gets the public 'Knitink\ManagementBundle\Controller\TeamController' shared autowired service.
  1194.      *
  1195.      * @return \Knitink\ManagementBundle\Controller\TeamController
  1196.      */
  1197.     protected function getTeamController2Service()
  1198.     {
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1201.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/TeamController.php';
  1202.         $this->services['Knitink\\ManagementBundle\\Controller\\TeamController'] = $instance = new \Knitink\ManagementBundle\Controller\TeamController(($this->privates['Knitink\\ManagementBundle\\Domain\\TeamManager'] ?? $this->getTeamManager2Service()));
  1203.         $instance->setContainer($this);
  1204.         return $instance;
  1205.     }
  1206.     /**
  1207.      * Gets the public 'Knitink\ManagementBundle\Controller\UnitController' shared autowired service.
  1208.      *
  1209.      * @return \Knitink\ManagementBundle\Controller\UnitController
  1210.      */
  1211.     protected function getUnitController2Service()
  1212.     {
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1215.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/UnitController.php';
  1216.         $this->services['Knitink\\ManagementBundle\\Controller\\UnitController'] = $instance = new \Knitink\ManagementBundle\Controller\UnitController();
  1217.         $instance->setContainer($this);
  1218.         return $instance;
  1219.     }
  1220.     /**
  1221.      * Gets the public 'Knitink\ManagementBundle\Controller\UpdateController' shared autowired service.
  1222.      *
  1223.      * @return \Knitink\ManagementBundle\Controller\UpdateController
  1224.      */
  1225.     protected function getUpdateControllerService()
  1226.     {
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1229.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/UpdateController.php';
  1230.         $this->services['Knitink\\ManagementBundle\\Controller\\UpdateController'] = $instance = new \Knitink\ManagementBundle\Controller\UpdateController();
  1231.         $instance->setContainer($this);
  1232.         return $instance;
  1233.     }
  1234.     /**
  1235.      * Gets the public 'Knitink\ManagementBundle\Controller\UserController' shared autowired service.
  1236.      *
  1237.      * @return \Knitink\ManagementBundle\Controller\UserController
  1238.      */
  1239.     protected function getUserControllerService()
  1240.     {
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1244.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Controller/UserController.php';
  1245.         $this->services['Knitink\\ManagementBundle\\Controller\\UserController'] = $instance = new \Knitink\ManagementBundle\Controller\UserController(($this->privates['Knitink\\CoreBundle\\Domain\\UserManager'] ?? $this->getUserManagerService()));
  1246.         $instance->setContainer($this);
  1247.         return $instance;
  1248.     }
  1249.     /**
  1250.      * Gets the public 'Knitink\ManagementBundle\Domain\PasswordManager' shared autowired service.
  1251.      *
  1252.      * @return \Knitink\ManagementBundle\Domain\PasswordManager
  1253.      */
  1254.     protected function getPasswordManagerService()
  1255.     {
  1256.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/PasswordManager.php';
  1257.         return $this->services['Knitink\\ManagementBundle\\Domain\\PasswordManager'] = new \Knitink\ManagementBundle\Domain\PasswordManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\PasswordFormType''Knitink\\ManagementBundle\\Entity\\Password');
  1258.     }
  1259.     /**
  1260.      * Gets the public 'Knitink\ManagementBundle\Service\ManagementService' shared autowired service.
  1261.      *
  1262.      * @return \Knitink\ManagementBundle\Service\ManagementService
  1263.      */
  1264.     protected function getManagementServiceService()
  1265.     {
  1266.         return $this->services['Knitink\\ManagementBundle\\Service\\ManagementService'] = new \Knitink\ManagementBundle\Service\ManagementService(($this->privates['Knitink\\ManagementBundle\\Domain\\ModuleManager'] ?? $this->getModuleManagerService()));
  1267.     }
  1268.     /**
  1269.      * Gets the public 'Knitink\UniverseBundle\Controller\AlertConfigController' shared autowired service.
  1270.      *
  1271.      * @return \Knitink\UniverseBundle\Controller\AlertConfigController
  1272.      */
  1273.     protected function getAlertConfigControllerService()
  1274.     {
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1278.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1279.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1280.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/AlertConfigController.php';
  1281.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  1282.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  1283.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/AlertConfigManager.php';
  1284.         $this->services['Knitink\\UniverseBundle\\Controller\\AlertConfigController'] = $instance = new \Knitink\UniverseBundle\Controller\AlertConfigController(new \Knitink\UniverseBundle\Domain\AlertConfigManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\AlertConfigFormType''Knitink\\UniverseBundle\\Entity\\AlertConfig', ($this->services['twig'] ?? $this->getTwigService())));
  1285.         $instance->setContainer($this);
  1286.         return $instance;
  1287.     }
  1288.     /**
  1289.      * Gets the public 'Knitink\UniverseBundle\Controller\AlertLoggingController' shared autowired service.
  1290.      *
  1291.      * @return \Knitink\UniverseBundle\Controller\AlertLoggingController
  1292.      */
  1293.     protected function getAlertLoggingControllerService()
  1294.     {
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1298.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1299.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1300.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/AlertLoggingController.php';
  1301.         $this->services['Knitink\\UniverseBundle\\Controller\\AlertLoggingController'] = $instance = new \Knitink\UniverseBundle\Controller\AlertLoggingController();
  1302.         $instance->setContainer($this);
  1303.         return $instance;
  1304.     }
  1305.     /**
  1306.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\DrainCheckController' shared autowired service.
  1307.      *
  1308.      * @return \Knitink\UniverseBundle\Controller\Api\DrainCheckController
  1309.      */
  1310.     protected function getDrainCheckControllerService()
  1311.     {
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1317.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1318.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/DrainCheckController.php';
  1319.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\DrainCheckController($thisNULL, ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1320.         $instance->setContainer($this);
  1321.         return $instance;
  1322.     }
  1323.     /**
  1324.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\FlowMeterController' shared autowired service.
  1325.      *
  1326.      * @return \Knitink\UniverseBundle\Controller\Api\FlowMeterController
  1327.      */
  1328.     protected function getFlowMeterControllerService()
  1329.     {
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1333.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1334.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1335.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1336.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/FlowMeterController.php';
  1337.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\FlowMeterController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\FlowMeterManager'] ?? $this->getFlowMeterManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1338.         $instance->setContainer($this);
  1339.         return $instance;
  1340.     }
  1341.     /**
  1342.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\GatewayController' shared autowired service.
  1343.      *
  1344.      * @return \Knitink\UniverseBundle\Controller\Api\GatewayController
  1345.      */
  1346.     protected function getGatewayController4Service()
  1347.     {
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1353.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1354.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/GatewayController.php';
  1355.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\GatewayController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\GatewayController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager3Service()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()));
  1356.         $instance->setContainer($this);
  1357.         return $instance;
  1358.     }
  1359.     /**
  1360.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\IrrigationUnitController' shared autowired service.
  1361.      *
  1362.      * @return \Knitink\UniverseBundle\Controller\Api\IrrigationUnitController
  1363.      */
  1364.     protected function getIrrigationUnitControllerService()
  1365.     {
  1366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1369.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1370.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1371.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1372.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/IrrigationUnitController.php';
  1373.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\IrrigationUnitController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationUnitManager'] ?? $this->getIrrigationUnitManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1374.         $instance->setContainer($this);
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\OpenDataController' shared autowired service.
  1379.      *
  1380.      * @return \Knitink\UniverseBundle\Controller\Api\OpenDataController
  1381.      */
  1382.     protected function getOpenDataControllerService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1389.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1390.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/OpenDataController.php';
  1391.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\OpenDataController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\OpenDataController($thisNULL, ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1392.         $instance->setContainer($this);
  1393.         return $instance;
  1394.     }
  1395.     /**
  1396.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\PlotController' shared autowired service.
  1397.      *
  1398.      * @return \Knitink\UniverseBundle\Controller\Api\PlotController
  1399.      */
  1400.     protected function getPlotControllerService()
  1401.     {
  1402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1407.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1408.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/PlotController.php';
  1409.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\PlotController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\PlotController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\PlotManager'] ?? $this->getPlotManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1410.         $instance->setContainer($this);
  1411.         return $instance;
  1412.     }
  1413.     /**
  1414.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\SectorController' shared autowired service.
  1415.      *
  1416.      * @return \Knitink\UniverseBundle\Controller\Api\SectorController
  1417.      */
  1418.     protected function getSectorControllerService()
  1419.     {
  1420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1422.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1423.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1424.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1425.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1426.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/SectorController.php';
  1427.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\SectorController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\SectorController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\SectorManager'] ?? $this->getSectorManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1428.         $instance->setContainer($this);
  1429.         return $instance;
  1430.     }
  1431.     /**
  1432.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\SensorController' shared autowired service.
  1433.      *
  1434.      * @return \Knitink\UniverseBundle\Controller\Api\SensorController
  1435.      */
  1436.     protected function getSensorControllerService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1443.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1444.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/SensorController.php';
  1445.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\SensorController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\SensorController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\SensorManager'] ?? $this->getSensorManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1446.         $instance->setContainer($this);
  1447.         return $instance;
  1448.     }
  1449.     /**
  1450.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\StateLoggingController' shared autowired service.
  1451.      *
  1452.      * @return \Knitink\UniverseBundle\Controller\Api\StateLoggingController
  1453.      */
  1454.     protected function getStateLoggingControllerService()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1461.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1462.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/StateLoggingController.php';
  1463.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\StateLoggingController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] ?? $this->getStateLoggingManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()), ($this->services['old_sound_rabbit_mq.py_default_producer'] ?? $this->getOldSoundRabbitMq_PyDefaultProducerService()));
  1464.         $instance->setContainer($this);
  1465.         return $instance;
  1466.     }
  1467.     /**
  1468.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\TeamController' shared autowired service.
  1469.      *
  1470.      * @return \Knitink\UniverseBundle\Controller\Api\TeamController
  1471.      */
  1472.     protected function getTeamController3Service()
  1473.     {
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1479.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1480.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/TeamController.php';
  1481.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\TeamController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\TeamController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\TeamManager'] ?? $this->getTeamManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()));
  1482.         $instance->setContainer($this);
  1483.         return $instance;
  1484.     }
  1485.     /**
  1486.      * Gets the public 'Knitink\UniverseBundle\Controller\Api\ValveController' shared autowired service.
  1487.      *
  1488.      * @return \Knitink\UniverseBundle\Controller\Api\ValveController
  1489.      */
  1490.     protected function getValveControllerService()
  1491.     {
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Controller/ApiController.php';
  1497.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/BaseController.php';
  1498.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/Api/ValveController.php';
  1499.         $this->services['Knitink\\UniverseBundle\\Controller\\Api\\ValveController'] = $instance = new \Knitink\UniverseBundle\Controller\Api\ValveController($this, ($this->privates['Knitink\\UniverseBundle\\Domain\\ValveManager'] ?? $this->getValveManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  1500.         $instance->setContainer($this);
  1501.         return $instance;
  1502.     }
  1503.     /**
  1504.      * Gets the public 'Knitink\UniverseBundle\Controller\BackupController' shared autowired service.
  1505.      *
  1506.      * @return \Knitink\UniverseBundle\Controller\BackupController
  1507.      */
  1508.     protected function getBackupController2Service()
  1509.     {
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1513.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1514.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1515.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BackupController.php';
  1516.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  1517.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  1518.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BackupManager.php';
  1519.         $this->services['Knitink\\UniverseBundle\\Controller\\BackupController'] = $instance = new \Knitink\UniverseBundle\Controller\BackupController(new \Knitink\UniverseBundle\Domain\BackupManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\BackupFormType''Knitink\\UniverseBundle\\Entity\\Backup'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1520.         $instance->setContainer($this);
  1521.         return $instance;
  1522.     }
  1523.     /**
  1524.      * Gets the public 'Knitink\UniverseBundle\Controller\BaseController' shared autowired service.
  1525.      *
  1526.      * @return \Knitink\UniverseBundle\Controller\BaseController
  1527.      */
  1528.     protected function getBaseControllerService()
  1529.     {
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1533.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1534.         $this->services['Knitink\\UniverseBundle\\Controller\\BaseController'] = $instance = new \Knitink\UniverseBundle\Controller\BaseController();
  1535.         $instance->setContainer($this);
  1536.         return $instance;
  1537.     }
  1538.     /**
  1539.      * Gets the public 'Knitink\UniverseBundle\Controller\ControlController' shared autowired service.
  1540.      *
  1541.      * @return \Knitink\UniverseBundle\Controller\ControlController
  1542.      */
  1543.     protected function getControlControllerService()
  1544.     {
  1545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1548.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1549.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1550.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/ControlController.php';
  1551.         $this->services['Knitink\\UniverseBundle\\Controller\\ControlController'] = $instance = new \Knitink\UniverseBundle\Controller\ControlController(($this->privates['Knitink\\UniverseBundle\\Domain\\ControlManager'] ?? $this->getControlManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1552.         $instance->setContainer($this);
  1553.         return $instance;
  1554.     }
  1555.     /**
  1556.      * Gets the public 'Knitink\UniverseBundle\Controller\DailyLoggingController' shared autowired service.
  1557.      *
  1558.      * @return \Knitink\UniverseBundle\Controller\DailyLoggingController
  1559.      */
  1560.     protected function getDailyLoggingControllerService()
  1561.     {
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1565.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1566.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1567.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/DailyLoggingController.php';
  1568.         $this->services['Knitink\\UniverseBundle\\Controller\\DailyLoggingController'] = $instance = new \Knitink\UniverseBundle\Controller\DailyLoggingController(($this->privates['Knitink\\UniverseBundle\\Domain\\DailyLoggingManager'] ?? $this->getDailyLoggingManagerService()));
  1569.         $instance->setContainer($this);
  1570.         return $instance;
  1571.     }
  1572.     /**
  1573.      * Gets the public 'Knitink\UniverseBundle\Controller\DefaultController' shared autowired service.
  1574.      *
  1575.      * @return \Knitink\UniverseBundle\Controller\DefaultController
  1576.      */
  1577.     protected function getDefaultController4Service()
  1578.     {
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1582.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1583.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1584.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/DefaultController.php';
  1585.         $this->services['Knitink\\UniverseBundle\\Controller\\DefaultController'] = $instance = new \Knitink\UniverseBundle\Controller\DefaultController();
  1586.         $instance->setContainer($this);
  1587.         return $instance;
  1588.     }
  1589.     /**
  1590.      * Gets the public 'Knitink\UniverseBundle\Controller\DigitalSignalController' shared autowired service.
  1591.      *
  1592.      * @return \Knitink\UniverseBundle\Controller\DigitalSignalController
  1593.      */
  1594.     protected function getDigitalSignalControllerService()
  1595.     {
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1599.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1600.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1601.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/DigitalSignalController.php';
  1602.         $this->services['Knitink\\UniverseBundle\\Controller\\DigitalSignalController'] = $instance = new \Knitink\UniverseBundle\Controller\DigitalSignalController();
  1603.         $instance->setContainer($this);
  1604.         return $instance;
  1605.     }
  1606.     /**
  1607.      * Gets the public 'Knitink\UniverseBundle\Controller\DosingController' shared autowired service.
  1608.      *
  1609.      * @return \Knitink\UniverseBundle\Controller\DosingController
  1610.      */
  1611.     protected function getDosingControllerService()
  1612.     {
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1616.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1617.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1618.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/DosingController.php';
  1619.         $this->services['Knitink\\UniverseBundle\\Controller\\DosingController'] = $instance = new \Knitink\UniverseBundle\Controller\DosingController();
  1620.         $instance->setContainer($this);
  1621.         return $instance;
  1622.     }
  1623.     /**
  1624.      * Gets the public 'Knitink\UniverseBundle\Controller\DrainCheckController' shared autowired service.
  1625.      *
  1626.      * @return \Knitink\UniverseBundle\Controller\DrainCheckController
  1627.      */
  1628.     protected function getDrainCheckController2Service()
  1629.     {
  1630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1633.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1634.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1635.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/DrainCheckController.php';
  1636.         $this->services['Knitink\\UniverseBundle\\Controller\\DrainCheckController'] = $instance = new \Knitink\UniverseBundle\Controller\DrainCheckController(($this->privates['Knitink\\UniverseBundle\\Domain\\DrainCheckManager'] ?? $this->getDrainCheckManagerService()));
  1637.         $instance->setContainer($this);
  1638.         return $instance;
  1639.     }
  1640.     /**
  1641.      * Gets the public 'Knitink\UniverseBundle\Controller\FertilizationFormulaController' shared autowired service.
  1642.      *
  1643.      * @return \Knitink\UniverseBundle\Controller\FertilizationFormulaController
  1644.      */
  1645.     protected function getFertilizationFormulaControllerService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1650.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1651.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1652.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/FertilizationFormulaController.php';
  1653.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  1654.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  1655.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/FertilizationFormulaManager.php';
  1656.         $this->services['Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController'] = $instance = new \Knitink\UniverseBundle\Controller\FertilizationFormulaController(new \Knitink\UniverseBundle\Domain\FertilizationFormulaManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\FertilizationFormulaFormType''Knitink\\UniverseBundle\\Entity\\FertilizationFormula'));
  1657.         $instance->setContainer($this);
  1658.         return $instance;
  1659.     }
  1660.     /**
  1661.      * Gets the public 'Knitink\UniverseBundle\Controller\FertilizationPlanController' shared autowired service.
  1662.      *
  1663.      * @return \Knitink\UniverseBundle\Controller\FertilizationPlanController
  1664.      */
  1665.     protected function getFertilizationPlanControllerService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1670.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1671.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1672.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/FertilizationPlanController.php';
  1673.         $this->services['Knitink\\UniverseBundle\\Controller\\FertilizationPlanController'] = $instance = new \Knitink\UniverseBundle\Controller\FertilizationPlanController();
  1674.         $instance->setContainer($this);
  1675.         return $instance;
  1676.     }
  1677.     /**
  1678.      * Gets the public 'Knitink\UniverseBundle\Controller\FertilizerController' shared autowired service.
  1679.      *
  1680.      * @return \Knitink\UniverseBundle\Controller\FertilizerController
  1681.      */
  1682.     protected function getFertilizerControllerService()
  1683.     {
  1684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1687.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1688.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1689.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/FertilizerController.php';
  1690.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  1691.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  1692.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/FertilizerManager.php';
  1693.         $this->services['Knitink\\UniverseBundle\\Controller\\FertilizerController'] = $instance = new \Knitink\UniverseBundle\Controller\FertilizerController(new \Knitink\UniverseBundle\Domain\FertilizerManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\FertilizerFormType''Knitink\\UniverseBundle\\Entity\\Fertilizer'));
  1694.         $instance->setContainer($this);
  1695.         return $instance;
  1696.     }
  1697.     /**
  1698.      * Gets the public 'Knitink\UniverseBundle\Controller\FlowMeterController' shared autowired service.
  1699.      *
  1700.      * @return \Knitink\UniverseBundle\Controller\FlowMeterController
  1701.      */
  1702.     protected function getFlowMeterController2Service()
  1703.     {
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1707.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1708.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1709.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/FlowMeterController.php';
  1710.         $this->services['Knitink\\UniverseBundle\\Controller\\FlowMeterController'] = $instance = new \Knitink\UniverseBundle\Controller\FlowMeterController();
  1711.         $instance->setContainer($this);
  1712.         return $instance;
  1713.     }
  1714.     /**
  1715.      * Gets the public 'Knitink\UniverseBundle\Controller\GatewayController' shared autowired service.
  1716.      *
  1717.      * @return \Knitink\UniverseBundle\Controller\GatewayController
  1718.      */
  1719.     protected function getGatewayController5Service()
  1720.     {
  1721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1724.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1725.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1726.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/GatewayController.php';
  1727.         $this->services['Knitink\\UniverseBundle\\Controller\\GatewayController'] = $instance = new \Knitink\UniverseBundle\Controller\GatewayController();
  1728.         $instance->setContainer($this);
  1729.         return $instance;
  1730.     }
  1731.     /**
  1732.      * Gets the public 'Knitink\UniverseBundle\Controller\GroupController' shared autowired service.
  1733.      *
  1734.      * @return \Knitink\UniverseBundle\Controller\GroupController
  1735.      */
  1736.     protected function getGroupController2Service()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1741.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1742.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1743.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/GroupController.php';
  1744.         $this->services['Knitink\\UniverseBundle\\Controller\\GroupController'] = $instance = new \Knitink\UniverseBundle\Controller\GroupController();
  1745.         $instance->setContainer($this);
  1746.         return $instance;
  1747.     }
  1748.     /**
  1749.      * Gets the public 'Knitink\UniverseBundle\Controller\IrrigationAnalysisController' shared autowired service.
  1750.      *
  1751.      * @return \Knitink\UniverseBundle\Controller\IrrigationAnalysisController
  1752.      */
  1753.     protected function getIrrigationAnalysisControllerService()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1758.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1759.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1760.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/IrrigationAnalysisController.php';
  1761.         $this->services['Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController'] = $instance = new \Knitink\UniverseBundle\Controller\IrrigationAnalysisController();
  1762.         $instance->setContainer($this);
  1763.         return $instance;
  1764.     }
  1765.     /**
  1766.      * Gets the public 'Knitink\UniverseBundle\Controller\IrrigationPlanController' shared autowired service.
  1767.      *
  1768.      * @return \Knitink\UniverseBundle\Controller\IrrigationPlanController
  1769.      */
  1770.     protected function getIrrigationPlanControllerService()
  1771.     {
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1774.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1775.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1776.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1777.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/IrrigationPlanController.php';
  1778.         $this->services['Knitink\\UniverseBundle\\Controller\\IrrigationPlanController'] = $instance = new \Knitink\UniverseBundle\Controller\IrrigationPlanController(($this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationPlanManager'] ?? $this->getIrrigationPlanManagerService()));
  1779.         $instance->setContainer($this);
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the public 'Knitink\UniverseBundle\Controller\IrrigationUnitController' shared autowired service.
  1784.      *
  1785.      * @return \Knitink\UniverseBundle\Controller\IrrigationUnitController
  1786.      */
  1787.     protected function getIrrigationUnitController2Service()
  1788.     {
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1791.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1792.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1793.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1794.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/IrrigationUnitController.php';
  1795.         $this->services['Knitink\\UniverseBundle\\Controller\\IrrigationUnitController'] = $instance = new \Knitink\UniverseBundle\Controller\IrrigationUnitController(($this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationUnitManager'] ?? $this->getIrrigationUnitManagerService()));
  1796.         $instance->setContainer($this);
  1797.         return $instance;
  1798.     }
  1799.     /**
  1800.      * Gets the public 'Knitink\UniverseBundle\Controller\MapController' shared autowired service.
  1801.      *
  1802.      * @return \Knitink\UniverseBundle\Controller\MapController
  1803.      */
  1804.     protected function getMapControllerService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1809.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1810.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1811.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/MapController.php';
  1812.         $this->services['Knitink\\UniverseBundle\\Controller\\MapController'] = $instance = new \Knitink\UniverseBundle\Controller\MapController();
  1813.         $instance->setContainer($this);
  1814.         return $instance;
  1815.     }
  1816.     /**
  1817.      * Gets the public 'Knitink\UniverseBundle\Controller\PlayerController' shared autowired service.
  1818.      *
  1819.      * @return \Knitink\UniverseBundle\Controller\PlayerController
  1820.      */
  1821.     protected function getPlayerControllerService()
  1822.     {
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1826.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1827.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1828.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/PlayerController.php';
  1829.         $this->services['Knitink\\UniverseBundle\\Controller\\PlayerController'] = $instance = new \Knitink\UniverseBundle\Controller\PlayerController();
  1830.         $instance->setContainer($this);
  1831.         return $instance;
  1832.     }
  1833.     /**
  1834.      * Gets the public 'Knitink\UniverseBundle\Controller\PlotController' shared autowired service.
  1835.      *
  1836.      * @return \Knitink\UniverseBundle\Controller\PlotController
  1837.      */
  1838.     protected function getPlotController2Service()
  1839.     {
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1843.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1844.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1845.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/PlotController.php';
  1846.         $this->services['Knitink\\UniverseBundle\\Controller\\PlotController'] = $instance = new \Knitink\UniverseBundle\Controller\PlotController(($this->privates['Knitink\\UniverseBundle\\Domain\\PlotManager'] ?? $this->getPlotManagerService()));
  1847.         $instance->setContainer($this);
  1848.         return $instance;
  1849.     }
  1850.     /**
  1851.      * Gets the public 'Knitink\UniverseBundle\Controller\ProgramController' shared autowired service.
  1852.      *
  1853.      * @return \Knitink\UniverseBundle\Controller\ProgramController
  1854.      */
  1855.     protected function getProgramControllerService()
  1856.     {
  1857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1860.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1861.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1862.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/ProgramController.php';
  1863.         $this->services['Knitink\\UniverseBundle\\Controller\\ProgramController'] = $instance = new \Knitink\UniverseBundle\Controller\ProgramController(($this->privates['Knitink\\UniverseBundle\\Domain\\ProgramManager'] ?? $this->getProgramManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1864.         $instance->setContainer($this);
  1865.         return $instance;
  1866.     }
  1867.     /**
  1868.      * Gets the public 'Knitink\UniverseBundle\Controller\SeasonController' shared autowired service.
  1869.      *
  1870.      * @return \Knitink\UniverseBundle\Controller\SeasonController
  1871.      */
  1872.     protected function getSeasonControllerService()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1877.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1878.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1879.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/SeasonController.php';
  1880.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  1881.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  1882.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/SeasonManager.php';
  1883.         $this->services['Knitink\\UniverseBundle\\Controller\\SeasonController'] = $instance = new \Knitink\UniverseBundle\Controller\SeasonController(new \Knitink\UniverseBundle\Domain\SeasonManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\SeasonFormType''Knitink\\UniverseBundle\\Entity\\Season'));
  1884.         $instance->setContainer($this);
  1885.         return $instance;
  1886.     }
  1887.     /**
  1888.      * Gets the public 'Knitink\UniverseBundle\Controller\SeasonLoggingController' shared autowired service.
  1889.      *
  1890.      * @return \Knitink\UniverseBundle\Controller\SeasonLoggingController
  1891.      */
  1892.     protected function getSeasonLoggingControllerService()
  1893.     {
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1897.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1898.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1899.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/SeasonLoggingController.php';
  1900.         $this->services['Knitink\\UniverseBundle\\Controller\\SeasonLoggingController'] = $instance = new \Knitink\UniverseBundle\Controller\SeasonLoggingController(($this->privates['Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager'] ?? $this->getSeasonLoggingManagerService()));
  1901.         $instance->setContainer($this);
  1902.         return $instance;
  1903.     }
  1904.     /**
  1905.      * Gets the public 'Knitink\UniverseBundle\Controller\SectorController' shared autowired service.
  1906.      *
  1907.      * @return \Knitink\UniverseBundle\Controller\SectorController
  1908.      */
  1909.     protected function getSectorController2Service()
  1910.     {
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1914.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1915.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1916.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/SectorController.php';
  1917.         $this->services['Knitink\\UniverseBundle\\Controller\\SectorController'] = $instance = new \Knitink\UniverseBundle\Controller\SectorController();
  1918.         $instance->setContainer($this);
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the public 'Knitink\UniverseBundle\Controller\SensorController' shared autowired service.
  1923.      *
  1924.      * @return \Knitink\UniverseBundle\Controller\SensorController
  1925.      */
  1926.     protected function getSensorController2Service()
  1927.     {
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1931.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1932.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1933.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/SensorController.php';
  1934.         $this->services['Knitink\\UniverseBundle\\Controller\\SensorController'] = $instance = new \Knitink\UniverseBundle\Controller\SensorController(($this->privates['Knitink\\UniverseBundle\\Domain\\SensorManager'] ?? $this->getSensorManagerService()));
  1935.         $instance->setContainer($this);
  1936.         return $instance;
  1937.     }
  1938.     /**
  1939.      * Gets the public 'Knitink\UniverseBundle\Controller\StateLoggingController' shared autowired service.
  1940.      *
  1941.      * @return \Knitink\UniverseBundle\Controller\StateLoggingController
  1942.      */
  1943.     protected function getStateLoggingController2Service()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1948.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1949.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1950.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/StateLoggingController.php';
  1951.         $this->services['Knitink\\UniverseBundle\\Controller\\StateLoggingController'] = $instance = new \Knitink\UniverseBundle\Controller\StateLoggingController(($this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] ?? $this->getStateLoggingManagerService()));
  1952.         $instance->setContainer($this);
  1953.         return $instance;
  1954.     }
  1955.     /**
  1956.      * Gets the public 'Knitink\UniverseBundle\Controller\TableController' shared autowired service.
  1957.      *
  1958.      * @return \Knitink\UniverseBundle\Controller\TableController
  1959.      */
  1960.     protected function getTableControllerService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1965.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1966.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1967.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/TableController.php';
  1968.         $this->services['Knitink\\UniverseBundle\\Controller\\TableController'] = $instance = new \Knitink\UniverseBundle\Controller\TableController(($this->services['Knitink\\UniverseBundle\\Service\\ChartService'] ?? $this->getChartServiceService()));
  1969.         $instance->setContainer($this);
  1970.         return $instance;
  1971.     }
  1972.     /**
  1973.      * Gets the public 'Knitink\UniverseBundle\Controller\TankController' shared autowired service.
  1974.      *
  1975.      * @return \Knitink\UniverseBundle\Controller\TankController
  1976.      */
  1977.     protected function getTankControllerService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1982.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  1983.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  1984.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/TankController.php';
  1985.         $this->services['Knitink\\UniverseBundle\\Controller\\TankController'] = $instance = new \Knitink\UniverseBundle\Controller\TankController();
  1986.         $instance->setContainer($this);
  1987.         return $instance;
  1988.     }
  1989.     /**
  1990.      * Gets the public 'Knitink\UniverseBundle\Controller\TankPreparationController' shared autowired service.
  1991.      *
  1992.      * @return \Knitink\UniverseBundle\Controller\TankPreparationController
  1993.      */
  1994.     protected function getTankPreparationControllerService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  1999.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  2000.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  2001.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/TankPreparationController.php';
  2002.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  2003.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  2004.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/TankPreparationManager.php';
  2005.         $this->services['Knitink\\UniverseBundle\\Controller\\TankPreparationController'] = $instance = new \Knitink\UniverseBundle\Controller\TankPreparationController(new \Knitink\UniverseBundle\Domain\TankPreparationManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\TankPreparationFormType''Knitink\\UniverseBundle\\Entity\\TankPreparation'));
  2006.         $instance->setContainer($this);
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the public 'Knitink\UniverseBundle\Controller\TeamController' shared autowired service.
  2011.      *
  2012.      * @return \Knitink\UniverseBundle\Controller\TeamController
  2013.      */
  2014.     protected function getTeamController4Service()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  2019.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  2020.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  2021.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/TeamController.php';
  2022.         $this->services['Knitink\\UniverseBundle\\Controller\\TeamController'] = $instance = new \Knitink\UniverseBundle\Controller\TeamController(($this->privates['Knitink\\UniverseBundle\\Domain\\TeamManager'] ?? $this->getTeamManagerService()));
  2023.         $instance->setContainer($this);
  2024.         return $instance;
  2025.     }
  2026.     /**
  2027.      * Gets the public 'Knitink\UniverseBundle\Controller\UserController' shared autowired service.
  2028.      *
  2029.      * @return \Knitink\UniverseBundle\Controller\UserController
  2030.      */
  2031.     protected function getUserController2Service()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  2036.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  2037.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  2038.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UserController.php';
  2039.         $this->services['Knitink\\UniverseBundle\\Controller\\UserController'] = $instance = new \Knitink\UniverseBundle\Controller\UserController(($this->privates['Knitink\\CoreBundle\\Domain\\UserManager'] ?? $this->getUserManagerService()));
  2040.         $instance->setContainer($this);
  2041.         return $instance;
  2042.     }
  2043.     /**
  2044.      * Gets the public 'Knitink\UniverseBundle\Controller\ValveController' shared autowired service.
  2045.      *
  2046.      * @return \Knitink\UniverseBundle\Controller\ValveController
  2047.      */
  2048.     protected function getValveController2Service()
  2049.     {
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  2053.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  2054.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  2055.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/ValveController.php';
  2056.         $this->services['Knitink\\UniverseBundle\\Controller\\ValveController'] = $instance = new \Knitink\UniverseBundle\Controller\ValveController();
  2057.         $instance->setContainer($this);
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the public 'Knitink\UniverseBundle\Controller\WidgetController' shared autowired service.
  2062.      *
  2063.      * @return \Knitink\UniverseBundle\Controller\WidgetController
  2064.      */
  2065.     protected function getWidgetControllerService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2069.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Controller/BaseController.php';
  2070.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/BaseController.php';
  2071.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/UniverseController.php';
  2072.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/WidgetController.php';
  2073.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  2074.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  2075.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/WidgetManager.php';
  2076.         $this->services['Knitink\\UniverseBundle\\Controller\\WidgetController'] = $instance = new \Knitink\UniverseBundle\Controller\WidgetController(new \Knitink\UniverseBundle\Domain\WidgetManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\WidgetFormType''Knitink\\UniverseBundle\\Entity\\Widget'));
  2077.         $instance->setContainer($this);
  2078.         return $instance;
  2079.     }
  2080.     /**
  2081.      * Gets the public 'Knitink\UniverseBundle\Service\AlertLoggingService' shared autowired service.
  2082.      *
  2083.      * @return \Knitink\UniverseBundle\Service\AlertLoggingService
  2084.      */
  2085.     protected function getAlertLoggingServiceService()
  2086.     {
  2087.         $a = ($this->services['Knitink\\UniverseBundle\\Service\\NotificationService'] ?? $this->getNotificationServiceService());
  2088.         if (isset($this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'])) {
  2089.             return $this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'];
  2090.         }
  2091.         $b = ($this->services['twig'] ?? $this->getTwigService());
  2092.         if (isset($this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'])) {
  2093.             return $this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'];
  2094.         }
  2095.         return $this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'] = new \Knitink\UniverseBundle\Service\AlertLoggingService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['Knitink\\UniverseBundle\\Security\\TeamVoter'] ?? $this->getTeamVoterService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['monolog.logger.universe_alert'] ?? $this->getMonolog_Logger_UniverseAlertService()));
  2096.     }
  2097.     /**
  2098.      * Gets the public 'Knitink\UniverseBundle\Service\ChartService' shared autowired service.
  2099.      *
  2100.      * @return \Knitink\UniverseBundle\Service\ChartService
  2101.      */
  2102.     protected function getChartServiceService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/ChartService.php';
  2105.         return $this->services['Knitink\\UniverseBundle\\Service\\ChartService'] = new \Knitink\UniverseBundle\Service\ChartService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['session'] ?? $this->getSessionService()));
  2106.     }
  2107.     /**
  2108.      * Gets the public 'Knitink\UniverseBundle\Service\DosingService' shared autowired service.
  2109.      *
  2110.      * @return \Knitink\UniverseBundle\Service\DosingService
  2111.      */
  2112.     protected function getDosingServiceService()
  2113.     {
  2114.         return $this->services['Knitink\\UniverseBundle\\Service\\DosingService'] = new \Knitink\UniverseBundle\Service\DosingService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  2115.     }
  2116.     /**
  2117.      * Gets the public 'Knitink\UniverseBundle\Service\FlowMeterService' shared autowired service.
  2118.      *
  2119.      * @return \Knitink\UniverseBundle\Service\FlowMeterService
  2120.      */
  2121.     protected function getFlowMeterServiceService()
  2122.     {
  2123.         return $this->services['Knitink\\UniverseBundle\\Service\\FlowMeterService'] = new \Knitink\UniverseBundle\Service\FlowMeterService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  2124.     }
  2125.     /**
  2126.      * Gets the public 'Knitink\UniverseBundle\Service\IrrigationUnitService' shared autowired service.
  2127.      *
  2128.      * @return \Knitink\UniverseBundle\Service\IrrigationUnitService
  2129.      */
  2130.     protected function getIrrigationUnitServiceService()
  2131.     {
  2132.         return $this->services['Knitink\\UniverseBundle\\Service\\IrrigationUnitService'] = new \Knitink\UniverseBundle\Service\IrrigationUnitService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  2133.     }
  2134.     /**
  2135.      * Gets the public 'Knitink\UniverseBundle\Service\NotificationService' shared autowired service.
  2136.      *
  2137.      * @return \Knitink\UniverseBundle\Service\NotificationService
  2138.      */
  2139.     protected function getNotificationServiceService()
  2140.     {
  2141.         $a = ($this->services['twig'] ?? $this->getTwigService());
  2142.         if (isset($this->services['Knitink\\UniverseBundle\\Service\\NotificationService'])) {
  2143.             return $this->services['Knitink\\UniverseBundle\\Service\\NotificationService'];
  2144.         }
  2145.         return $this->services['Knitink\\UniverseBundle\\Service\\NotificationService'] = new \Knitink\UniverseBundle\Service\NotificationService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Knitink\\UniverseBundle\\Security\\TeamVoter'] ?? $this->getTeamVoterService()), ($this->services['monolog.logger.universe_notification'] ?? $this->getMonolog_Logger_UniverseNotificationService()), $a, ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()));
  2146.     }
  2147.     /**
  2148.      * Gets the public 'Knitink\UniverseBundle\Service\PlayerService' shared autowired service.
  2149.      *
  2150.      * @return \Knitink\UniverseBundle\Service\PlayerService
  2151.      */
  2152.     protected function getPlayerServiceService()
  2153.     {
  2154.         return $this->services['Knitink\\UniverseBundle\\Service\\PlayerService'] = new \Knitink\UniverseBundle\Service\PlayerService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  2155.     }
  2156.     /**
  2157.      * Gets the public 'Knitink\UniverseBundle\Service\PlotService' shared autowired service.
  2158.      *
  2159.      * @return \Knitink\UniverseBundle\Service\PlotService
  2160.      */
  2161.     protected function getPlotServiceService()
  2162.     {
  2163.         return $this->services['Knitink\\UniverseBundle\\Service\\PlotService'] = new \Knitink\UniverseBundle\Service\PlotService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  2164.     }
  2165.     /**
  2166.      * Gets the public 'Knitink\UniverseBundle\Service\ProgramService' shared autowired service.
  2167.      *
  2168.      * @return \Knitink\UniverseBundle\Service\ProgramService
  2169.      */
  2170.     protected function getProgramServiceService()
  2171.     {
  2172.         return $this->services['Knitink\\UniverseBundle\\Service\\ProgramService'] = new \Knitink\UniverseBundle\Service\ProgramService();
  2173.     }
  2174.     /**
  2175.      * Gets the public 'Knitink\UniverseBundle\Service\SectorService' shared autowired service.
  2176.      *
  2177.      * @return \Knitink\UniverseBundle\Service\SectorService
  2178.      */
  2179.     protected function getSectorServiceService()
  2180.     {
  2181.         return $this->services['Knitink\\UniverseBundle\\Service\\SectorService'] = new \Knitink\UniverseBundle\Service\SectorService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  2182.     }
  2183.     /**
  2184.      * Gets the public 'Knitink\UniverseBundle\Service\SensorService' shared autowired service.
  2185.      *
  2186.      * @return \Knitink\UniverseBundle\Service\SensorService
  2187.      */
  2188.     protected function getSensorServiceService()
  2189.     {
  2190.         return $this->services['Knitink\\UniverseBundle\\Service\\SensorService'] = new \Knitink\UniverseBundle\Service\SensorService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['session'] ?? $this->getSessionService()));
  2191.     }
  2192.     /**
  2193.      * Gets the public 'Knitink\UniverseBundle\Service\TeamService' shared autowired service.
  2194.      *
  2195.      * @return \Knitink\UniverseBundle\Service\TeamService
  2196.      */
  2197.     protected function getTeamServiceService()
  2198.     {
  2199.         $a = ($this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'] ?? $this->getAlertLoggingServiceService());
  2200.         if (isset($this->services['Knitink\\UniverseBundle\\Service\\TeamService'])) {
  2201.             return $this->services['Knitink\\UniverseBundle\\Service\\TeamService'];
  2202.         }
  2203.         return $this->services['Knitink\\UniverseBundle\\Service\\TeamService'] = new \Knitink\UniverseBundle\Service\TeamService(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Knitink\\UniverseBundle\\Security\\TeamVoter'] ?? $this->getTeamVoterService()), ($this->privates['Knitink\\ControlBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager2Service()), $a);
  2204.     }
  2205.     /**
  2206.      * Gets the public 'Knitink\UniverseBundle\Service\UnitSystemService' shared autowired service.
  2207.      *
  2208.      * @return \Knitink\UniverseBundle\Service\UnitSystemService
  2209.      */
  2210.     protected function getUnitSystemServiceService()
  2211.     {
  2212.         return $this->services['Knitink\\UniverseBundle\\Service\\UnitSystemService'] = new \Knitink\UniverseBundle\Service\UnitSystemService();
  2213.     }
  2214.     /**
  2215.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2216.      *
  2217.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2218.      */
  2219.     protected function getRedirectControllerService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2222.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  2223.     }
  2224.     /**
  2225.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2226.      *
  2227.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2228.      */
  2229.     protected function getTemplateControllerService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2232.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  2233.     }
  2234.     /**
  2235.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2236.      *
  2237.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2238.      */
  2239.     protected function getBazinga_Jstranslation_ControllerService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2256.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'en''messages''86400');
  2257.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2258.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2259.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2260.         $instance->addLoader('yaml'$a);
  2261.         $instance->addLoader('yml'$a);
  2262.         $instance->addLoader('xlf'$b);
  2263.         $instance->addLoader('xliff'$b);
  2264.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2265.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2266.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2267.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2268.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2269.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2270.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2271.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2276.      *
  2277.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2278.      */
  2279.     protected function getBazinga_Jstranslation_DumpCommandService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2283.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), (\dirname(__DIR__4).'/src'));
  2284.         $instance->setName('bazinga:js-translation:dump');
  2285.         return $instance;
  2286.     }
  2287.     /**
  2288.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2289.      *
  2290.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2291.      */
  2292.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2310.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'en''messages', [], []);
  2311.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2312.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2313.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2314.         $instance->addLoader('yaml'$a);
  2315.         $instance->addLoader('yml'$a);
  2316.         $instance->addLoader('xlf'$b);
  2317.         $instance->addLoader('xliff'$b);
  2318.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2319.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2320.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2321.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2322.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2323.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2324.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2325.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2326.         return $instance;
  2327.     }
  2328.     /**
  2329.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2330.      *
  2331.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2332.      */
  2333.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2336.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/translations/KnitinkCoreBundle.en.yml'), => (\dirname(__DIR__4).'/translations/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/globunet/core-bundle/Resources/translations/GlobunetCoreBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/globunet/admin-bundle/Resources/translations/GlobunetAdminBundle.es.yml'), => (\dirname(__DIR__4).'/translations/KnitinkCoreBundle.es.yml'), => (\dirname(__DIR__4).'/translations/validators.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]]);
  2337.     }
  2338.     /**
  2339.      * Gets the public 'cache.app' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2342.      */
  2343.     protected function getCache_AppService()
  2344.     {
  2345.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('zb-X5z2-1A'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2346.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2347.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2348.     }
  2349.     /**
  2350.      * Gets the public 'cache.app_clearer' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2353.      */
  2354.     protected function getCache_AppClearerService()
  2355.     {
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2358.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  2359.     }
  2360.     /**
  2361.      * Gets the public 'cache.global_clearer' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2364.      */
  2365.     protected function getCache_GlobalClearerService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2369.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.doctrine.orm.slave.metadata' => ($this->privates['cache.doctrine.orm.slave.metadata'] ?? $this->getCache_Doctrine_Orm_Slave_MetadataService()), 'cache.doctrine.orm.slave.result' => ($this->privates['cache.doctrine.orm.slave.result'] ?? $this->getCache_Doctrine_Orm_Slave_ResultService()), 'cache.doctrine.orm.slave.query' => ($this->privates['cache.doctrine.orm.slave.query'] ?? $this->getCache_Doctrine_Orm_Slave_QueryService())]);
  2370.     }
  2371.     /**
  2372.      * Gets the public 'cache.system' shared service.
  2373.      *
  2374.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2375.      */
  2376.     protected function getCache_SystemService()
  2377.     {
  2378.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XblbKAmo3W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2379.     }
  2380.     /**
  2381.      * Gets the public 'cache.system_clearer' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2384.      */
  2385.     protected function getCache_SystemClearerService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2389.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2390.     }
  2391.     /**
  2392.      * Gets the public 'cache_clearer' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2395.      */
  2396.     protected function getCacheClearerService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2400.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2401.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2402.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  2403.         }, 2));
  2404.     }
  2405.     /**
  2406.      * Gets the public 'cache_warmer' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2409.      */
  2410.     protected function getCacheWarmerService()
  2411.     {
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2413.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2414.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  2415.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2416.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2417.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2418.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2419.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2420.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  2421.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2422.             yield => ($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService());
  2423.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  2424.             yield 10 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2425.         }, 11), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  2426.     }
  2427.     /**
  2428.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  2429.      *
  2430.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  2431.      */
  2432.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  2433.     {
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  2437.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  2438.     }
  2439.     /**
  2440.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  2441.      *
  2442.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  2443.      */
  2444.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  2445.     {
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  2449.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  2450.     }
  2451.     /**
  2452.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  2453.      *
  2454.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  2455.      */
  2456.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  2457.     {
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  2461.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  2462.     }
  2463.     /**
  2464.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  2465.      *
  2466.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  2467.      */
  2468.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  2473.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  2474.     }
  2475.     /**
  2476.      * Gets the public 'console.command.public_alias.fos_oauth_server.clean_command' shared service.
  2477.      *
  2478.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  2479.      */
  2480.     protected function getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  2484.         return $this->services['console.command.public_alias.fos_oauth_server.clean_command'] = new \FOS\OAuthServerBundle\Command\CleanCommand(($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()));
  2485.     }
  2486.     /**
  2487.      * Gets the public 'console.command.public_alias.fos_oauth_server.create_client_command' shared service.
  2488.      *
  2489.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  2490.      */
  2491.     protected function getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  2495.         return $this->services['console.command.public_alias.fos_oauth_server.create_client_command'] = new \FOS\OAuthServerBundle\Command\CreateClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  2496.     }
  2497.     /**
  2498.      * Gets the public 'console.command_loader' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2501.      */
  2502.     protected function getConsole_CommandLoaderService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2506.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2507.             'Globunet\\UserBundle\\Command\\CreateClientCommand' => ['privates''Globunet\\UserBundle\\Command\\CreateClientCommand''getCreateClientCommandService'false],
  2508.             'Knitink\\ControlBundle\\Command\\ClientCommand' => ['privates''Knitink\\ControlBundle\\Command\\ClientCommand''getClientCommandService'false],
  2509.             'Knitink\\ControlBundle\\Command\\KeepAliveCommand' => ['privates''Knitink\\ControlBundle\\Command\\KeepAliveCommand''getKeepAliveCommandService'false],
  2510.             'Knitink\\ControlBundle\\Command\\ServerCommand' => ['privates''Knitink\\ControlBundle\\Command\\ServerCommand''getServerCommandService'false],
  2511.             'Knitink\\ManagementBundle\\Command\\DailyCommand' => ['privates''Knitink\\ManagementBundle\\Command\\DailyCommand''getDailyCommandService'false],
  2512.             'Knitink\\ManagementBundle\\Command\\PasswordKnitinkCommand' => ['privates''Knitink\\ManagementBundle\\Command\\PasswordKnitinkCommand''getPasswordKnitinkCommandService'false],
  2513.             'Knitink\\ManagementBundle\\Command\\RepareCommand' => ['privates''Knitink\\ManagementBundle\\Command\\RepareCommand''getRepareCommandService'false],
  2514.             'Knitink\\UniverseBundle\\Command\\CronCommand' => ['privates''Knitink\\UniverseBundle\\Command\\CronCommand''getCronCommandService'false],
  2515.             'Knitink\\UniverseBundle\\Command\\DailyCommand' => ['privates''Knitink\\UniverseBundle\\Command\\DailyCommand''getDailyCommand2Service'false],
  2516.             'Knitink\\UniverseBundle\\Command\\RepareDataBaseCommand' => ['privates''Knitink\\UniverseBundle\\Command\\RepareDataBaseCommand''getRepareDataBaseCommandService'false],
  2517.             'Knitink\\UniverseBundle\\Command\\TestCommand' => ['privates''Knitink\\UniverseBundle\\Command\\TestCommand''getTestCommandService'false],
  2518.             'Knitink\\UniverseBundle\\Command\\UpdateDataBaseCommand' => ['privates''Knitink\\UniverseBundle\\Command\\UpdateDataBaseCommand''getUpdateDataBaseCommandService'false],
  2519.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  2520.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2521.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2522.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2523.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2524.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2525.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2526.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2527.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2528.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2529.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2530.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2531.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2532.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2533.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2534.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2535.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  2536.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  2537.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  2538.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  2539.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2540.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2541.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2542.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2543.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2544.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2545.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2546.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2547.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2548.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2549.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2550.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2551.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2552.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2553.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2554.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2555.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2556.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2557.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2558.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2559.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2560.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2561.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  2562.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2563.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2564.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2565.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2566.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2567.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2568.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2569.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2570.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2571.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  2572.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  2573.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2574.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2575.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2576.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2577.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2578.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2579.             'globunet_api.command.doc_convert' => ['privates''globunet_api.command.doc_convert''getGlobunetApi_Command_DocConvertService'false],
  2580.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2581.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2582.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2583.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2584.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  2585.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2586.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2587.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2588.             'maker.auto_command.make_globunet_admin' => ['privates''maker.auto_command.make_globunet_admin''getMaker_AutoCommand_MakeGlobunetAdminService'false],
  2589.             'maker.auto_command.make_globunet_crud' => ['privates''maker.auto_command.make_globunet_crud''getMaker_AutoCommand_MakeGlobunetCrudService'false],
  2590.             'maker.auto_command.make_globunet_rest' => ['privates''maker.auto_command.make_globunet_rest''getMaker_AutoCommand_MakeGlobunetRestService'false],
  2591.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2592.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2593.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2594.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2595.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2596.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2597.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2598.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2599.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  2600.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2601.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2602.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2603.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2604.             'old_sound_rabbit_mq.anon_consumer_command' => ['privates''old_sound_rabbit_mq.anon_consumer_command''getOldSoundRabbitMq_AnonConsumerCommandService'false],
  2605.             'old_sound_rabbit_mq.batch_consumer_command' => ['privates''old_sound_rabbit_mq.batch_consumer_command''getOldSoundRabbitMq_BatchConsumerCommandService'false],
  2606.             'old_sound_rabbit_mq.command.rpc_server_command' => ['privates''old_sound_rabbit_mq.command.rpc_server_command''getOldSoundRabbitMq_Command_RpcServerCommandService'false],
  2607.             'old_sound_rabbit_mq.command.setup_fabric_command' => ['privates''old_sound_rabbit_mq.command.setup_fabric_command''getOldSoundRabbitMq_Command_SetupFabricCommandService'false],
  2608.             'old_sound_rabbit_mq.command.std_in_producer_command' => ['privates''old_sound_rabbit_mq.command.std_in_producer_command''getOldSoundRabbitMq_Command_StdInProducerCommandService'false],
  2609.             'old_sound_rabbit_mq.consumer_command' => ['privates''old_sound_rabbit_mq.consumer_command''getOldSoundRabbitMq_ConsumerCommandService'false],
  2610.             'old_sound_rabbit_mq.delete_command' => ['privates''old_sound_rabbit_mq.delete_command''getOldSoundRabbitMq_DeleteCommandService'false],
  2611.             'old_sound_rabbit_mq.dynamic_consumer_command' => ['privates''old_sound_rabbit_mq.dynamic_consumer_command''getOldSoundRabbitMq_DynamicConsumerCommandService'false],
  2612.             'old_sound_rabbit_mq.multiple_consumer_command' => ['privates''old_sound_rabbit_mq.multiple_consumer_command''getOldSoundRabbitMq_MultipleConsumerCommandService'false],
  2613.             'old_sound_rabbit_mq.purge_consumer_command' => ['privates''old_sound_rabbit_mq.purge_consumer_command''getOldSoundRabbitMq_PurgeConsumerCommandService'false],
  2614.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2615.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2616.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2617.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2618.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2619.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2620.         ], [
  2621.             'Globunet\\UserBundle\\Command\\CreateClientCommand' => 'Globunet\\UserBundle\\Command\\CreateClientCommand',
  2622.             'Knitink\\ControlBundle\\Command\\ClientCommand' => 'Knitink\\ControlBundle\\Command\\ClientCommand',
  2623.             'Knitink\\ControlBundle\\Command\\KeepAliveCommand' => 'Knitink\\ControlBundle\\Command\\KeepAliveCommand',
  2624.             'Knitink\\ControlBundle\\Command\\ServerCommand' => 'Knitink\\ControlBundle\\Command\\ServerCommand',
  2625.             'Knitink\\ManagementBundle\\Command\\DailyCommand' => 'Knitink\\ManagementBundle\\Command\\DailyCommand',
  2626.             'Knitink\\ManagementBundle\\Command\\PasswordKnitinkCommand' => 'Knitink\\ManagementBundle\\Command\\PasswordKnitinkCommand',
  2627.             'Knitink\\ManagementBundle\\Command\\RepareCommand' => 'Knitink\\ManagementBundle\\Command\\RepareCommand',
  2628.             'Knitink\\UniverseBundle\\Command\\CronCommand' => 'Knitink\\UniverseBundle\\Command\\CronCommand',
  2629.             'Knitink\\UniverseBundle\\Command\\DailyCommand' => 'Knitink\\UniverseBundle\\Command\\DailyCommand',
  2630.             'Knitink\\UniverseBundle\\Command\\RepareDataBaseCommand' => 'Knitink\\UniverseBundle\\Command\\RepareDataBaseCommand',
  2631.             'Knitink\\UniverseBundle\\Command\\TestCommand' => 'Knitink\\UniverseBundle\\Command\\TestCommand',
  2632.             'Knitink\\UniverseBundle\\Command\\UpdateDataBaseCommand' => 'Knitink\\UniverseBundle\\Command\\UpdateDataBaseCommand',
  2633.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  2634.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2635.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2636.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2637.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2638.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2639.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2640.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2641.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2642.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2643.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2644.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2645.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2646.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2647.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2648.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2649.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  2650.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  2651.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  2652.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  2653.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2654.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2655.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2656.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2657.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2658.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2659.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2660.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2661.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2662.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2663.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2664.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2665.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2666.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2667.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2668.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2669.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2670.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2671.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2672.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2673.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2674.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2675.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  2676.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2677.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2678.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2679.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2680.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2681.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2682.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2683.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2684.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2685.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  2686.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  2687.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2688.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2689.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2690.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2691.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2692.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2693.             'globunet_api.command.doc_convert' => 'Globunet\\ApiBundle\\Command\\SwaggerDocblockConvertCommand',
  2694.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2695.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2696.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2697.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2698.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2699.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2700.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2701.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2702.             'maker.auto_command.make_globunet_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2703.             'maker.auto_command.make_globunet_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2704.             'maker.auto_command.make_globunet_rest' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2705.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2706.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2707.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2708.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2709.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2710.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2711.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2712.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2713.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2714.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2715.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2716.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2717.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2718.             'old_sound_rabbit_mq.anon_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\AnonConsumerCommand',
  2719.             'old_sound_rabbit_mq.batch_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\BatchConsumerCommand',
  2720.             'old_sound_rabbit_mq.command.rpc_server_command' => 'OldSound\\RabbitMqBundle\\Command\\RpcServerCommand',
  2721.             'old_sound_rabbit_mq.command.setup_fabric_command' => 'OldSound\\RabbitMqBundle\\Command\\SetupFabricCommand',
  2722.             'old_sound_rabbit_mq.command.std_in_producer_command' => 'OldSound\\RabbitMqBundle\\Command\\StdInProducerCommand',
  2723.             'old_sound_rabbit_mq.consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\ConsumerCommand',
  2724.             'old_sound_rabbit_mq.delete_command' => 'OldSound\\RabbitMqBundle\\Command\\DeleteCommand',
  2725.             'old_sound_rabbit_mq.dynamic_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\DynamicConsumerCommand',
  2726.             'old_sound_rabbit_mq.multiple_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\MultipleConsumerCommand',
  2727.             'old_sound_rabbit_mq.purge_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\PurgeConsumerCommand',
  2728.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2729.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2730.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2731.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2732.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2733.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2734.         ]), ['knitink:control:client' => 'Knitink\\ControlBundle\\Command\\ClientCommand''knitink:control:keepalive' => 'Knitink\\ControlBundle\\Command\\KeepAliveCommand''knitink:control:server' => 'Knitink\\ControlBundle\\Command\\ServerCommand''knk:mngt:repare' => 'Knitink\\ManagementBundle\\Command\\RepareCommand''knitink:management:daily' => 'Knitink\\ManagementBundle\\Command\\DailyCommand''knitink:management:password:create' => 'Knitink\\ManagementBundle\\Command\\PasswordKnitinkCommand''knk:u:test' => 'Knitink\\UniverseBundle\\Command\\TestCommand''knitink:universe:cron' => 'Knitink\\UniverseBundle\\Command\\CronCommand''knitink:universe:daily:report' => 'Knitink\\UniverseBundle\\Command\\DailyCommand''knk:u:db:rep' => 'Knitink\\UniverseBundle\\Command\\RepareDataBaseCommand''knk:u:db:up' => 'Knitink\\UniverseBundle\\Command\\UpdateDataBaseCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''globunet:oauth-server:client:create' => 'Globunet\\UserBundle\\Command\\CreateClientCommand''globunet:api:doc:convert' => 'globunet_api.command.doc_convert''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''rabbitmq:anon-consumer' => 'old_sound_rabbit_mq.anon_consumer_command''rabbitmq:batch:consumer' => 'old_sound_rabbit_mq.batch_consumer_command''rabbitmq:consumer' => 'old_sound_rabbit_mq.consumer_command''rabbitmq:delete' => 'old_sound_rabbit_mq.delete_command''rabbitmq:dynamic-consumer' => 'old_sound_rabbit_mq.dynamic_consumer_command''rabbitmq:multiple-consumer' => 'old_sound_rabbit_mq.multiple_consumer_command''rabbitmq:purge' => 'old_sound_rabbit_mq.purge_consumer_command''rabbitmq:rpc-server' => 'old_sound_rabbit_mq.command.rpc_server_command''rabbitmq:setup-fabric' => 'old_sound_rabbit_mq.command.setup_fabric_command''rabbitmq:stdin-producer' => 'old_sound_rabbit_mq.command.std_in_producer_command''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:generate:entities' => 'doctrine.generate_entities_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:globunet:rest' => 'maker.auto_command.make_globunet_rest''make:globunet:crud' => 'maker.auto_command.make_globunet_crud''make:globunet:admin' => 'maker.auto_command.make_globunet_admin']);
  2735.     }
  2736.     /**
  2737.      * Gets the public 'container.env_var_processors_locator' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2740.      */
  2741.     protected function getContainer_EnvVarProcessorsLocatorService()
  2742.     {
  2743.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2744.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2745.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2746.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2747.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2748.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2749.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2750.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2751.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2752.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2753.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2754.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2755.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2756.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2757.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2758.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2759.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2760.         ], [
  2761.             'base64' => '?',
  2762.             'bool' => '?',
  2763.             'const' => '?',
  2764.             'csv' => '?',
  2765.             'default' => '?',
  2766.             'file' => '?',
  2767.             'float' => '?',
  2768.             'int' => '?',
  2769.             'json' => '?',
  2770.             'key' => '?',
  2771.             'query_string' => '?',
  2772.             'require' => '?',
  2773.             'resolve' => '?',
  2774.             'string' => '?',
  2775.             'trim' => '?',
  2776.             'url' => '?',
  2777.         ]);
  2778.     }
  2779.     /**
  2780.      * Gets the public 'doctrine' shared service.
  2781.      *
  2782.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2783.      */
  2784.     protected function getDoctrineService()
  2785.     {
  2786.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2787.     }
  2788.     /**
  2789.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2790.      *
  2791.      * @return \Doctrine\DBAL\Connection
  2792.      */
  2793.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2794.     {
  2795.         $a = new \Doctrine\DBAL\Configuration();
  2796.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  2797.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  2798.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2799.         $a->setSQLLogger($b);
  2800.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2801.             'Knitink\\ManagementBundle\\EventListener\\FileUploadListener' => ['privates''Knitink\\ManagementBundle\\EventListener\\FileUploadListener''getFileUploadListenerService'false],
  2802.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2803.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'false],
  2804.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  2805.         ], [
  2806.             'Knitink\\ManagementBundle\\EventListener\\FileUploadListener' => '?',
  2807.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2808.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  2809.             'fos_user.user_listener' => '?',
  2810.         ]), [=> 'fos_user.user_listener'=> 'doctrine.orm.listeners.resolve_target_entity']);
  2811.         $c->addEventListener([=> 'prePersist'], 'Knitink\\ManagementBundle\\EventListener\\FileUploadListener');
  2812.         $c->addEventListener([=> 'preUpdate'], 'Knitink\\ManagementBundle\\EventListener\\FileUploadListener');
  2813.         $c->addEventListener([=> 'postLoad'], 'Knitink\\ManagementBundle\\EventListener\\FileUploadListener');
  2814.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2815.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'charset' => 'UTF8''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a$c, []);
  2816.     }
  2817.     /**
  2818.      * Gets the public 'doctrine.dbal.slave_connection' shared service.
  2819.      *
  2820.      * @return \Doctrine\DBAL\Connection
  2821.      */
  2822.     protected function getDoctrine_Dbal_SlaveConnectionService()
  2823.     {
  2824.         $a = new \Doctrine\DBAL\Configuration();
  2825.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  2826.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  2827.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.slave'] ?? ($this->privates['doctrine.dbal.logger.profiling.slave'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2828.         $a->setSQLLogger($b);
  2829.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2830.             'Knitink\\ManagementBundle\\EventListener\\FileUploadListener' => ['privates''Knitink\\ManagementBundle\\EventListener\\FileUploadListener''getFileUploadListenerService'false],
  2831.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'false],
  2832.             'doctrine.orm.slave_listeners.attach_entity_listeners' => ['privates''doctrine.orm.slave_listeners.attach_entity_listeners''getDoctrine_Orm_SlaveListeners_AttachEntityListenersService'false],
  2833.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  2834.         ], [
  2835.             'Knitink\\ManagementBundle\\EventListener\\FileUploadListener' => '?',
  2836.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  2837.             'doctrine.orm.slave_listeners.attach_entity_listeners' => '?',
  2838.             'fos_user.user_listener' => '?',
  2839.         ]), [=> 'fos_user.user_listener'=> 'doctrine.orm.listeners.resolve_target_entity']);
  2840.         $c->addEventListener([=> 'prePersist'], 'Knitink\\ManagementBundle\\EventListener\\FileUploadListener');
  2841.         $c->addEventListener([=> 'preUpdate'], 'Knitink\\ManagementBundle\\EventListener\\FileUploadListener');
  2842.         $c->addEventListener([=> 'postLoad'], 'Knitink\\ManagementBundle\\EventListener\\FileUploadListener');
  2843.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.slave_listeners.attach_entity_listeners');
  2844.         return $this->services['doctrine.dbal.slave_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('DATABASE_SLAVE_URL'), 'driver' => 'pdo_mysql''charset' => 'UTF8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a$c, []);
  2845.     }
  2846.     /**
  2847.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2848.      *
  2849.      * @return \Doctrine\ORM\EntityManager
  2850.      */
  2851.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2852.     {
  2853.         if ($lazyLoad) {
  2854.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2855.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2856.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2857.                     $proxy->setProxyInitializer(null);
  2858.                     return true;
  2859.                 });
  2860.             });
  2861.         }
  2862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  2872.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  2874.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2883.         $a = new \Doctrine\ORM\Configuration();
  2884.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2885.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/config/doctrine/knitink/core_bundle') => 'Knitink\\CoreBundle\\Entity', (\dirname(__DIR__4).'/config/doctrine/knitink/management_bundle') => 'Knitink\\ManagementBundle\\Entity', (\dirname(__DIR__4).'/config/doctrine/knitink/control_bundle') => 'Knitink\\ControlBundle\\Entity', (\dirname(__DIR__4).'/vendor/globunet/core-bundle/Resources/config/doctrine') => 'Globunet\\CoreBundle\\Entity', (\dirname(__DIR__4).'/vendor/globunet/geolocation-bundle/Resources/config/doctrine') => 'Globunet\\GeolocationBundle\\Entity', (\dirname(__DIR__4).'/vendor/globunet/notification-bundle/Resources/config/doctrine') => 'Globunet\\NotificationBundle\\Entity', (\dirname(__DIR__4).'/vendor/globunet/user-bundle/Resources/config/doctrine') => 'Globunet\\UserBundle\\Entity', (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity']);
  2886.         $c->setGlobalBasename('mapping');
  2887.         $b->addDriver($c'Knitink\\CoreBundle\\Entity');
  2888.         $b->addDriver($c'Knitink\\ManagementBundle\\Entity');
  2889.         $b->addDriver($c'Knitink\\ControlBundle\\Entity');
  2890.         $b->addDriver($c'Globunet\\CoreBundle\\Entity');
  2891.         $b->addDriver($c'Globunet\\GeolocationBundle\\Entity');
  2892.         $b->addDriver($c'Globunet\\NotificationBundle\\Entity');
  2893.         $b->addDriver($c'Globunet\\UserBundle\\Entity');
  2894.         $b->addDriver($c'FOS\\OAuthServerBundle\\Entity');
  2895.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  2896.         $a->setEntityNamespaces(['KnitinkCoreBundle' => 'Knitink\\CoreBundle\\Entity''KnitinkManagementBundle' => 'Knitink\\ManagementBundle\\Entity''KnitinkControlBundle' => 'Knitink\\ControlBundle\\Entity''GlobunetCoreBundle' => 'Globunet\\CoreBundle\\Entity''GlobunetGeolocationBundle' => 'Globunet\\GeolocationBundle\\Entity''GlobunetNotificationBundle' => 'Globunet\\NotificationBundle\\Entity''GlobunetUserBundle' => 'Globunet\\UserBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity']);
  2897.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  2898.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2899.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2900.         $a->setMetadataDriverImpl($b);
  2901.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2902.         $a->setProxyNamespace('Proxies');
  2903.         $a->setAutoGenerateProxyClasses(false);
  2904.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2905.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2906.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  2907.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2908.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2909.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2910.         $a->addCustomDatetimeFunction('TIME''Globunet\\CoreBundle\\DQL\\Time');
  2911.         $a->addCustomDatetimeFunction('DATE''Globunet\\CoreBundle\\DQL\\Date');
  2912.         $a->addCustomDatetimeFunction('DAY''Globunet\\CoreBundle\\DQL\\Day');
  2913.         $a->addCustomDatetimeFunction('MONTH''Globunet\\CoreBundle\\DQL\\Month');
  2914.         $a->addCustomDatetimeFunction('DATE_FORMAT''Globunet\\CoreBundle\\DQL\\DateFormat');
  2915.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2916.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2917.         return $instance;
  2918.     }
  2919.     /**
  2920.      * Gets the public 'doctrine.orm.slave_entity_manager' shared service.
  2921.      *
  2922.      * @return \Doctrine\ORM\EntityManager
  2923.      */
  2924.     protected function getDoctrine_Orm_SlaveEntityManagerService($lazyLoad true)
  2925.     {
  2926.         if ($lazyLoad) {
  2927.             return $this->services['doctrine.orm.slave_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2928.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2929.                     $wrappedInstance $this->getDoctrine_Orm_SlaveEntityManagerService(false);
  2930.                     $proxy->setProxyInitializer(null);
  2931.                     return true;
  2932.                 });
  2933.             });
  2934.         }
  2935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2942.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2954.         $a = new \Doctrine\ORM\Configuration();
  2955.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2956.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/config/doctrine/knitink/universe_bundle') => 'Knitink\\UniverseBundle\\Entity']);
  2957.         $c->setGlobalBasename('mapping');
  2958.         $b->addDriver($c'Knitink\\UniverseBundle\\Entity');
  2959.         $a->setEntityNamespaces(['KnitinkUniverseBundle' => 'Knitink\\UniverseBundle\\Entity']);
  2960.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.slave.metadata'] ?? $this->getCache_Doctrine_Orm_Slave_MetadataService())));
  2961.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.slave.query'] ?? $this->getCache_Doctrine_Orm_Slave_QueryService())));
  2962.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.slave.result'] ?? $this->getCache_Doctrine_Orm_Slave_ResultService())));
  2963.         $a->setMetadataDriverImpl($b);
  2964.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2965.         $a->setProxyNamespace('Proxies');
  2966.         $a->setAutoGenerateProxyClasses(false);
  2967.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2968.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2969.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  2970.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2971.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2972.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2973.         $a->addCustomDatetimeFunction('time''Knitink\\UniverseBundle\\DQL\\Time');
  2974.         $a->addCustomDatetimeFunction('date''Knitink\\UniverseBundle\\DQL\\Date');
  2975.         $a->addCustomDatetimeFunction('day''Knitink\\UniverseBundle\\DQL\\Day');
  2976.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.slave_connection'] ?? $this->getDoctrine_Dbal_SlaveConnectionService()), $a);
  2977.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2978.         return $instance;
  2979.     }
  2980.     /**
  2981.      * Gets the public 'error_controller' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2984.      */
  2985.     protected function getErrorControllerService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2992.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2993.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2994.     }
  2995.     /**
  2996.      * Gets the public 'event_dispatcher' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2999.      */
  3000.     protected function getEventDispatcherService()
  3001.     {
  3002.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3003.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3004.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3005.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3006.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3007.         $instance->addListener('kernel.controller', [=> function () {
  3008.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3009.         }, => 'onKernelController'], 0);
  3010.         $instance->addListener('kernel.request', [=> function () {
  3011.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3012.         }, => 'onKernelRequest'], 250);
  3013.         $instance->addListener('kernel.request', [=> function () {
  3014.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  3015.         }, => 'onKernelRequest'], 10);
  3016.         $instance->addListener('kernel.request', [=> function () {
  3017.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  3018.         }, => 'onKernelRequest'], 34);
  3019.         $instance->addListener('kernel.controller', [=> function () {
  3020.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  3021.         }, => 'onKernelController'], 5);
  3022.         $instance->addListener('kernel.response', [=> function () {
  3023.             return ($this->privates['fos_rest.allowed_methods_listener'] ?? $this->getFosRest_AllowedMethodsListenerService());
  3024.         }, => 'onKernelResponse'], 0);
  3025.         $instance->addListener('kernel.exception', [=> function () {
  3026.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3027.         }, => 'onKernelException'], 0);
  3028.         $instance->addListener('kernel.request', [=> function () {
  3029.             return ($this->privates['Knitink\\CoreBundle\\Listener\\LocaleListener'] ?? ($this->privates['Knitink\\CoreBundle\\Listener\\LocaleListener'] = new \Knitink\CoreBundle\Listener\LocaleListener($this->getEnv('LOCALE'))));
  3030.         }, => 'onKernelRequest'], 15);
  3031.         $instance->addListener('team.create.success', [=> function () {
  3032.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] = new \Knitink\ManagementBundle\Listener\TeamSubscriber()));
  3033.         }, => 'onCreateSuccess'], 0);
  3034.         $instance->addListener('team.create.completed', [=> function () {
  3035.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] = new \Knitink\ManagementBundle\Listener\TeamSubscriber()));
  3036.         }, => 'onCreateCompleted'], 0);
  3037.         $instance->addListener('team.edit.success', [=> function () {
  3038.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] = new \Knitink\ManagementBundle\Listener\TeamSubscriber()));
  3039.         }, => 'onEditSuccess'], 0);
  3040.         $instance->addListener('team.edit.completed', [=> function () {
  3041.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\TeamSubscriber'] = new \Knitink\ManagementBundle\Listener\TeamSubscriber()));
  3042.         }, => 'onEditCompleted'], 0);
  3043.         $instance->addListener('gateway.create.success', [=> function () {
  3044.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] = new \Knitink\ManagementBundle\Listener\GatewaySubscriber()));
  3045.         }, => 'onCreateSuccess'], 0);
  3046.         $instance->addListener('gateway.create.completed', [=> function () {
  3047.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] = new \Knitink\ManagementBundle\Listener\GatewaySubscriber()));
  3048.         }, => 'onCreateCompleted'], 0);
  3049.         $instance->addListener('gateway.edit.success', [=> function () {
  3050.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] = new \Knitink\ManagementBundle\Listener\GatewaySubscriber()));
  3051.         }, => 'onEditSuccess'], 0);
  3052.         $instance->addListener('gateway.edit.completed', [=> function () {
  3053.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] = new \Knitink\ManagementBundle\Listener\GatewaySubscriber()));
  3054.         }, => 'onEditCompleted'], 0);
  3055.         $instance->addListener('gateway.activate.completed', [=> function () {
  3056.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\GatewaySubscriber'] = new \Knitink\ManagementBundle\Listener\GatewaySubscriber()));
  3057.         }, => 'onActivateCompleted'], 0);
  3058.         $instance->addListener('unit.create.success', [=> function () {
  3059.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] = new \Knitink\ManagementBundle\Listener\UnitSubscriber()));
  3060.         }, => 'onCreateSuccess'], 0);
  3061.         $instance->addListener('unit.create.completed', [=> function () {
  3062.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] = new \Knitink\ManagementBundle\Listener\UnitSubscriber()));
  3063.         }, => 'onCreateCompleted'], 0);
  3064.         $instance->addListener('unit.edit.success', [=> function () {
  3065.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] = new \Knitink\ManagementBundle\Listener\UnitSubscriber()));
  3066.         }, => 'onEditSuccess'], 0);
  3067.         $instance->addListener('unit.edit.completed', [=> function () {
  3068.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] = new \Knitink\ManagementBundle\Listener\UnitSubscriber()));
  3069.         }, => 'onEditCompleted'], 0);
  3070.         $instance->addListener('unit.activate.completed', [=> function () {
  3071.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] ?? ($this->privates['Knitink\\ManagementBundle\\Listener\\UnitSubscriber'] = new \Knitink\ManagementBundle\Listener\UnitSubscriber()));
  3072.         }, => 'onActivateCompleted'], 0);
  3073.         $instance->addListener('module.create.success', [=> function () {
  3074.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] ?? $this->getModuleSubscriberService());
  3075.         }, => 'onCreateSuccess'], 0);
  3076.         $instance->addListener('module.create.completed', [=> function () {
  3077.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] ?? $this->getModuleSubscriberService());
  3078.         }, => 'onCreateCompleted'], 0);
  3079.         $instance->addListener('module.edit.success', [=> function () {
  3080.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] ?? $this->getModuleSubscriberService());
  3081.         }, => 'onEditSuccess'], 0);
  3082.         $instance->addListener('module.edit.completed', [=> function () {
  3083.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] ?? $this->getModuleSubscriberService());
  3084.         }, => 'onEditCompleted'], 0);
  3085.         $instance->addListener('module.delete.success', [=> function () {
  3086.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] ?? $this->getModuleSubscriberService());
  3087.         }, => 'onDeleteSuccess'], 0);
  3088.         $instance->addListener('module.delete.completed', [=> function () {
  3089.             return ($this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] ?? $this->getModuleSubscriberService());
  3090.         }, => 'onDeleteCompleted'], 0);
  3091.         $instance->addListener('kernel.controller', [=> function () {
  3092.             return ($this->privates['Knitink\\UniverseBundle\\Listener\\ControllerListener'] ?? $this->getControllerListenerService());
  3093.         }, => 'onKernelController'], 0);
  3094.         $instance->addListener('kernel.response', [=> function () {
  3095.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  3096.         }, => 'onKernelResponse'], 0);
  3097.         $instance->addListener('kernel.response', [=> function () {
  3098.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3099.         }, => 'onKernelResponse'], -1024);
  3100.         $instance->addListener('kernel.request', [=> function () {
  3101.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3102.         }, => 'setDefaultLocale'], 100);
  3103.         $instance->addListener('kernel.request', [=> function () {
  3104.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3105.         }, => 'onKernelRequest'], 16);
  3106.         $instance->addListener('kernel.finish_request', [=> function () {
  3107.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3108.         }, => 'onKernelFinishRequest'], 0);
  3109.         $instance->addListener('kernel.request', [=> function () {
  3110.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3111.         }, => 'onKernelRequest'], 256);
  3112.         $instance->addListener('kernel.request', [=> function () {
  3113.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  3114.         }, => 'resolveControllerName'], 24);
  3115.         $instance->addListener('kernel.response', [=> function () {
  3116.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3117.         }, => 'onResponse'], -255);
  3118.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3119.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3120.         }, => 'onControllerArguments'], 0);
  3121.         $instance->addListener('kernel.exception', [=> function () {
  3122.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3123.         }, => 'logKernelException'], 0);
  3124.         $instance->addListener('kernel.exception', [=> function () {
  3125.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3126.         }, => 'onKernelException'], -128);
  3127.         $instance->addListener('kernel.request', [=> function () {
  3128.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3129.         }, => 'onKernelRequest'], 15);
  3130.         $instance->addListener('kernel.finish_request', [=> function () {
  3131.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3132.         }, => 'onKernelFinishRequest'], -15);
  3133.         $instance->addListener('console.error', [=> function () {
  3134.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3135.         }, => 'onConsoleError'], -128);
  3136.         $instance->addListener('console.terminate', [=> function () {
  3137.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3138.         }, => 'onConsoleTerminate'], -128);
  3139.         $instance->addListener('console.error', [=> function () {
  3140.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3141.         }, => 'onConsoleError'], 0);
  3142.         $instance->addListener('kernel.request', [=> function () {
  3143.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3144.         }, => 'onKernelRequest'], 128);
  3145.         $instance->addListener('kernel.response', [=> function () {
  3146.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3147.         }, => 'onKernelResponse'], -1000);
  3148.         $instance->addListener('kernel.finish_request', [=> function () {
  3149.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3150.         }, => 'onFinishRequest'], 0);
  3151.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3152.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3153.         }, => 'onMessageFailed'], 100);
  3154.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3155.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3156.         }, => 'onWorkerStarted'], 0);
  3157.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3158.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3159.         }, => 'onWorkerRunning'], 0);
  3160.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3161.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3162.         }, => 'onMessage'], -255);
  3163.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3164.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3165.         }, => 'onMessage'], -255);
  3166.         $instance->addListener('kernel.response', [=> function () {
  3167.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3168.         }, => 'onKernelResponse'], -100);
  3169.         $instance->addListener('kernel.exception', [=> function () {
  3170.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3171.         }, => 'onKernelException'], 0);
  3172.         $instance->addListener('kernel.terminate', [=> function () {
  3173.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3174.         }, => 'onKernelTerminate'], -1024);
  3175.         $instance->addListener('kernel.controller', [=> function () {
  3176.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3177.         }, => 'onKernelController'], 0);
  3178.         $instance->addListener('kernel.response', [=> function () {
  3179.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3180.         }, => 'onKernelResponse'], 0);
  3181.         $instance->addListener('kernel.request', [=> function () {
  3182.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3183.         }, => 'configure'], 2048);
  3184.         $instance->addListener('console.command', [=> function () {
  3185.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3186.         }, => 'configure'], 2048);
  3187.         $instance->addListener('kernel.request', [=> function () {
  3188.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3189.         }, => 'onKernelRequest'], 32);
  3190.         $instance->addListener('kernel.finish_request', [=> function () {
  3191.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3192.         }, => 'onKernelFinishRequest'], 0);
  3193.         $instance->addListener('kernel.exception', [=> function () {
  3194.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3195.         }, => 'onKernelException'], -64);
  3196.         $instance->addListener('console.error', [=> function () {
  3197.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3198.         }, => 'onConsoleError'], 0);
  3199.         $instance->addListener('console.terminate', [=> function () {
  3200.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3201.         }, => 'onConsoleTerminate'], 0);
  3202.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3203.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3204.         }, => 'onMessage'], 0);
  3205.         $instance->addListener('kernel.response', [=> function () {
  3206.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3207.         }, => 'onKernelResponse'], 0);
  3208.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3209.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3210.         }, => 'onVoterVote'], 0);
  3211.         $instance->addListener('kernel.request', [=> function () {
  3212.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3213.         }, => 'configureLogoutUrlGenerator'], 8);
  3214.         $instance->addListener('kernel.request', [=> function () {
  3215.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3216.         }, => 'onKernelRequest'], 8);
  3217.         $instance->addListener('kernel.finish_request', [=> function () {
  3218.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3219.         }, => 'onKernelFinishRequest'], 0);
  3220.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  3221.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3222.         }, => 'onImplicitLogin'], 0);
  3223.         $instance->addListener('security.interactive_login', [=> function () {
  3224.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3225.         }, => 'onSecurityInteractiveLogin'], 0);
  3226.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3227.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3228.         }, => 'authenticate'], 0);
  3229.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  3230.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3231.         }, => 'authenticate'], 0);
  3232.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3233.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3234.         }, => 'authenticate'], 0);
  3235.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  3236.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3237.         }, => 'addSuccessFlash'], 0);
  3238.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  3239.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3240.         }, => 'addSuccessFlash'], 0);
  3241.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  3242.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3243.         }, => 'addSuccessFlash'], 0);
  3244.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  3245.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3246.         }, => 'addSuccessFlash'], 0);
  3247.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  3248.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3249.         }, => 'addSuccessFlash'], 0);
  3250.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3251.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3252.         }, => 'addSuccessFlash'], 0);
  3253.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3254.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3255.         }, => 'addSuccessFlash'], 0);
  3256.         $instance->addListener('fos_user.registration.success', [=> function () {
  3257.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  3258.         }, => 'onRegistrationSuccess'], 0);
  3259.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  3260.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3261.         }, => 'onResettingResetInitialize'], 0);
  3262.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  3263.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3264.         }, => 'onResettingResetSuccess'], 0);
  3265.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  3266.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3267.         }, => 'onResettingResetRequest'], 0);
  3268.         $instance->addListener('fos_user.user.created', [=> function () {
  3269.             return ($this->privates['Globunet\\UserBundle\\EventListener\\EmailUserCreatedListener'] ?? $this->getEmailUserCreatedListenerService());
  3270.         }, => 'onCreatedSuccess'], 0);
  3271.         $instance->addListener('security.authentication.success', [=> function () {
  3272.             return ($this->privates['Globunet\\UserBundle\\EventListener\\LastLoginListener'] ?? $this->getLastLoginListenerService());
  3273.         }, => 'onSecurityAuthenticationSuccess'], 0);
  3274.         $instance->addListener('security.authentication.failure', [=> function () {
  3275.             return ($this->privates['Globunet\\UserBundle\\EventListener\\LastLoginListener'] ?? $this->getLastLoginListenerService());
  3276.         }, => 'onSecurityAuthenticationFailture'], 0);
  3277.         $instance->addListener('kernel.controller', [=> function () {
  3278.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3279.         }, => 'onKernelController'], 0);
  3280.         $instance->addListener('kernel.controller', [=> function () {
  3281.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3282.         }, => 'onKernelController'], 0);
  3283.         $instance->addListener('kernel.controller', [=> function () {
  3284.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3285.         }, => 'onKernelController'], -128);
  3286.         $instance->addListener('kernel.view', [=> function () {
  3287.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3288.         }, => 'onKernelView'], 0);
  3289.         $instance->addListener('kernel.controller', [=> function () {
  3290.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3291.         }, => 'onKernelController'], 0);
  3292.         $instance->addListener('kernel.response', [=> function () {
  3293.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3294.         }, => 'onKernelResponse'], 0);
  3295.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3296.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3297.         }, => 'onKernelControllerArguments'], 0);
  3298.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3299.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3300.         }, => 'onKernelControllerArguments'], 0);
  3301.         $instance->addListener('kernel.exception', [=> function () {
  3302.             return ($this->privates['fos_rest.exception_listener'] ?? $this->getFosRest_ExceptionListenerService());
  3303.         }, => 'onKernelException'], -100);
  3304.         $instance->addListener('kernel.view', [=> function () {
  3305.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3306.         }, => 'onKernelView'], 30);
  3307.         $instance->addListener('kernel.exception', [=> function () {
  3308.             return ($this->privates['fos_rest.access_denied_listener'] ?? $this->getFosRest_AccessDeniedListenerService());
  3309.         }, => 'onKernelException'], 5);
  3310.         $instance->addListener('kernel.exception', [=> function () {
  3311.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3312.         }, => 'onException'], 0);
  3313.         $instance->addListener('kernel.terminate', [=> function () {
  3314.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3315.         }, => 'onTerminate'], 0);
  3316.         $instance->addListener('console.error', [=> function () {
  3317.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3318.         }, => 'onException'], 0);
  3319.         $instance->addListener('console.terminate', [=> function () {
  3320.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3321.         }, => 'onTerminate'], 0);
  3322.         $instance->addListener('kernel.request', [=> function () {
  3323.             return ($this->privates['mewes_k_twig_spreadsheet.add_request_formats_listener'] ?? ($this->privates['mewes_k_twig_spreadsheet.add_request_formats_listener'] = new \MewesK\TwigSpreadsheetBundle\EventListener\AddRequestFormatsListener()));
  3324.         }, => 'onKernelRequest'], 1);
  3325.         $instance->addListener('kernel.finish_request', [=> function () {
  3326.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3327.         }, => 'resetAssets'], 0);
  3328.         $instance->addListener('kernel.response', [=> function () {
  3329.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3330.         }, => 'onKernelResponse'], -128);
  3331.         $instance->addListener('console.command', [=> function () {
  3332.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3333.         }, => 'onCommand'], 255);
  3334.         $instance->addListener('console.terminate', [=> function () {
  3335.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3336.         }, => 'onTerminate'], -255);
  3337.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3338.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3339.         }, => 'onWorkerMessageHandled'], 0);
  3340.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3341.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3342.         }, => 'onWorkerMessageFailed'], 0);
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the public 'filesystem' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\Filesystem\Filesystem
  3349.      */
  3350.     protected function getFilesystemService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3353.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  3354.     }
  3355.     /**
  3356.      * Gets the public 'form.factory' shared service.
  3357.      *
  3358.      * @return \Symfony\Component\Form\FormFactory
  3359.      */
  3360.     protected function getForm_FactoryService()
  3361.     {
  3362.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  3363.     }
  3364.     /**
  3365.      * Gets the public 'form.type.file' shared service.
  3366.      *
  3367.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  3368.      */
  3369.     protected function getForm_Type_FileService()
  3370.     {
  3371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  3374.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  3375.     }
  3376.     /**
  3377.      * Gets the public 'fos_js_routing.controller' shared service.
  3378.      *
  3379.      * @return \FOS\JsRoutingBundle\Controller\Controller
  3380.      */
  3381.     protected function getFosJsRouting_ControllerService()
  3382.     {
  3383.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  3384.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  3385.     }
  3386.     /**
  3387.      * Gets the public 'fos_js_routing.extractor' shared service.
  3388.      *
  3389.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  3390.      */
  3391.     protected function getFosJsRouting_ExtractorService()
  3392.     {
  3393.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  3395.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  3396.     }
  3397.     /**
  3398.      * Gets the public 'fos_js_routing.serializer' shared service.
  3399.      *
  3400.      * @return \Symfony\Component\Serializer\Serializer
  3401.      */
  3402.     protected function getFosJsRouting_SerializerService()
  3403.     {
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  3418.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  3419.     }
  3420.     /**
  3421.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  3422.      *
  3423.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  3424.      */
  3425.     protected function getFosOauthServer_Controller_AuthorizeService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  3429.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3430.         $b $this->getFosOauthServer_Authorize_FormService();
  3431.         return $this->services['fos_oauth_server.controller.authorize'] = new \FOS\OAuthServerBundle\Controller\AuthorizeController($a$b, new \FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler($b$a), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['session'] ?? $this->getSessionService()), 'twig');
  3432.     }
  3433.     /**
  3434.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  3435.      *
  3436.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  3437.      */
  3438.     protected function getFosOauthServer_Controller_TokenService()
  3439.     {
  3440.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  3441.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  3442.     }
  3443.     /**
  3444.      * Gets the public 'fos_rest.exception.controller' shared service.
  3445.      *
  3446.      * @return \FOS\RestBundle\Controller\ExceptionController
  3447.      *
  3448.      * @deprecated The "fos_rest.exception.controller" service is deprecated since FOSRestBundle 2.8.
  3449.      */
  3450.     protected function getFosRest_Exception_ControllerService()
  3451.     {
  3452.         @trigger_error('The "fos_rest.exception.controller" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  3453.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  3454.         return $this->services['fos_rest.exception.controller'] = new \FOS\RestBundle\Controller\ExceptionController(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), ($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404'Doctrine\\ORM\\OptimisticLockException' => 409]))), true);
  3455.     }
  3456.     /**
  3457.      * Gets the public 'fos_rest.exception.twig_controller' shared service.
  3458.      *
  3459.      * @return \FOS\RestBundle\Controller\TwigExceptionController
  3460.      *
  3461.      * @deprecated The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.
  3462.      */
  3463.     protected function getFosRest_Exception_TwigControllerService()
  3464.     {
  3465.         @trigger_error('The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  3466.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  3467.         return $this->services['fos_rest.exception.twig_controller'] = new \FOS\RestBundle\Controller\TwigExceptionController(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), ($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404'Doctrine\\ORM\\OptimisticLockException' => 409]))), true, ($this->services['templating'] ?? $this->getTemplatingService()));
  3468.     }
  3469.     /**
  3470.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  3471.      *
  3472.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  3473.      */
  3474.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  3477.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  3478.     }
  3479.     /**
  3480.      * Gets the public 'fos_rest.view_handler' shared service.
  3481.      *
  3482.      * @return \FOS\RestBundle\View\ViewHandler
  3483.      */
  3484.     protected function getFosRest_ViewHandlerService()
  3485.     {
  3486.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  3489.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['xml' => false'json' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => true], false);
  3490.     }
  3491.     /**
  3492.      * Gets the public 'fos_user.change_password.controller' shared service.
  3493.      *
  3494.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  3495.      */
  3496.     protected function getFosUser_ChangePassword_ControllerService()
  3497.     {
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3504.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  3505.         $instance->setContainer($this);
  3506.         return $instance;
  3507.     }
  3508.     /**
  3509.      * Gets the public 'fos_user.group.controller' shared service.
  3510.      *
  3511.      * @return \FOS\UserBundle\Controller\GroupController
  3512.      */
  3513.     protected function getFosUser_Group_ControllerService()
  3514.     {
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3521.         $this->services['fos_user.group.controller'] = $instance = new \FOS\UserBundle\Controller\GroupController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_group_form''FOS\\UserBundle\\Form\\Type\\GroupFormType'$this->parameters['fos_user.group.form.validation_groups']), ($this->services['fos_user.group_manager'] ?? $this->getFosUser_GroupManagerService()));
  3522.         $instance->setContainer($this);
  3523.         return $instance;
  3524.     }
  3525.     /**
  3526.      * Gets the public 'fos_user.group_manager' shared service.
  3527.      *
  3528.      * @return \FOS\UserBundle\Doctrine\GroupManager
  3529.      */
  3530.     protected function getFosUser_GroupManagerService()
  3531.     {
  3532.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  3535.         return $this->services['fos_user.group_manager'] = new \FOS\UserBundle\Doctrine\GroupManager(($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'Knitink\\CoreBundle\\Entity\\Group');
  3536.     }
  3537.     /**
  3538.      * Gets the public 'fos_user.profile.controller' shared service.
  3539.      *
  3540.      * @return \FOS\UserBundle\Controller\ProfileController
  3541.      */
  3542.     protected function getFosUser_Profile_ControllerService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3550.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  3551.         $instance->setContainer($this);
  3552.         return $instance;
  3553.     }
  3554.     /**
  3555.      * Gets the public 'fos_user.registration.controller' shared service.
  3556.      *
  3557.      * @return \FOS\UserBundle\Controller\RegistrationController
  3558.      */
  3559.     protected function getFosUser_Registration_ControllerService()
  3560.     {
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  3565.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3566.         $instance->setContainer($this);
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the public 'fos_user.resetting.controller' shared service.
  3571.      *
  3572.      * @return \FOS\UserBundle\Controller\ResettingController
  3573.      */
  3574.     protected function getFosUser_Resetting_ControllerService()
  3575.     {
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  3582.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['globunet_user.mailer'] ?? $this->getGlobunetUser_MailerService()), 7200);
  3583.         $instance->setContainer($this);
  3584.         return $instance;
  3585.     }
  3586.     /**
  3587.      * Gets the public 'fos_user.security.controller' shared service.
  3588.      *
  3589.      * @return \FOS\UserBundle\Controller\SecurityController
  3590.      */
  3591.     protected function getFosUser_Security_ControllerService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  3597.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  3598.         $instance->setContainer($this);
  3599.         return $instance;
  3600.     }
  3601.     /**
  3602.      * Gets the public 'fos_user.user_manager' shared service.
  3603.      *
  3604.      * @return \FOS\UserBundle\Doctrine\UserManager
  3605.      */
  3606.     protected function getFosUser_UserManagerService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  3610.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  3611.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'Knitink\\CoreBundle\\Entity\\User');
  3612.     }
  3613.     /**
  3614.      * Gets the public 'globunet_core.curl_provider' shared service.
  3615.      *
  3616.      * @return \Globunet\CoreBundle\Provider\CurlProvider
  3617.      */
  3618.     protected function getGlobunetCore_CurlProviderService()
  3619.     {
  3620.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Provider/CurlProvider.php';
  3621.         return $this->services['globunet_core.curl_provider'] = new \Globunet\CoreBundle\Provider\CurlProvider((\dirname(__DIR__3).'/cookies/'));
  3622.     }
  3623.     /**
  3624.      * Gets the public 'globunet_core.dates_transformer' shared service.
  3625.      *
  3626.      * @return \Globunet\CoreBundle\Domain\DatesTransformer
  3627.      */
  3628.     protected function getGlobunetCore_DatesTransformerService()
  3629.     {
  3630.         include_once \dirname(__DIR__4).'/vendor/globunet/core-bundle/Domain/DatesTransformer.php';
  3631.         return $this->services['globunet_core.dates_transformer'] = new \Globunet\CoreBundle\Domain\DatesTransformer(($this->services['translator'] ?? $this->getTranslatorService()));
  3632.     }
  3633.     /**
  3634.      * Gets the public 'globunet_dinamic_database.database_connector' shared service.
  3635.      *
  3636.      * @return \Globunet\DinamicDatabaseBundle\Services\DatabaseConnector
  3637.      */
  3638.     protected function getGlobunetDinamicDatabase_DatabaseConnectorService()
  3639.     {
  3640.         $this->services['globunet_dinamic_database.database_connector'] = $instance = new \Globunet\DinamicDatabaseBundle\Services\DatabaseConnector();
  3641.         $instance->setContainer($this);
  3642.         return $instance;
  3643.     }
  3644.     /**
  3645.      * Gets the public 'globunet_dinamic_database.database_create' shared service.
  3646.      *
  3647.      * @return \Globunet\DinamicDatabaseBundle\Services\DatabaseCreate
  3648.      */
  3649.     protected function getGlobunetDinamicDatabase_DatabaseCreateService()
  3650.     {
  3651.         return $this->services['globunet_dinamic_database.database_create'] = new \Globunet\DinamicDatabaseBundle\Services\DatabaseCreate(($this->services['kernel'] ?? $this->get('kernel'1)));
  3652.     }
  3653.     /**
  3654.      * Gets the public 'globunet_geolocation.address_manager' shared service.
  3655.      *
  3656.      * @return \Globunet\CoreBundle\Domain\ModelExtendedManager
  3657.      */
  3658.     protected function getGlobunetGeolocation_AddressManagerService()
  3659.     {
  3660.         return $this->services['globunet_geolocation.address_manager'] = new \Globunet\CoreBundle\Domain\ModelExtendedManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Globunet\\GeolocationBundle\\Form\\Type\\AddressFormType''Globunet\\GeolocationBundle\\Entity\\Address');
  3661.     }
  3662.     /**
  3663.      * Gets the public 'globunet_geolocation.coordinates_manager' shared service.
  3664.      *
  3665.      * @return \Globunet\CoreBundle\Domain\ModelExtendedManager
  3666.      */
  3667.     protected function getGlobunetGeolocation_CoordinatesManagerService()
  3668.     {
  3669.         return $this->services['globunet_geolocation.coordinates_manager'] = new \Globunet\CoreBundle\Domain\ModelExtendedManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Globunet\\GeolocationBundle\\Form\\Type\\CoordinatesFormType''Globunet\\GeolocationBundle\\Entity\\Coordinates');
  3670.     }
  3671.     /**
  3672.      * Gets the public 'globunet_geolocation.geocoder_provider' shared service.
  3673.      *
  3674.      * @return \Globunet\GeolocationBundle\Provider\GeocoderProvider
  3675.      */
  3676.     protected function getGlobunetGeolocation_GeocoderProviderService()
  3677.     {
  3678.         include_once \dirname(__DIR__4).'/vendor/globunet/geolocation-bundle/Provider/GeocoderProvider.php';
  3679.         return $this->services['globunet_geolocation.geocoder_provider'] = new \Globunet\GeolocationBundle\Provider\GeocoderProvider('AIzaSyAKxBERvrja4yuXViwS5OXU301uhiVcoXg');
  3680.     }
  3681.     /**
  3682.      * Gets the public 'globunet_notification.mail_provider' shared service.
  3683.      *
  3684.      * @return \Globunet\NotificationBundle\Provider\MailProvider
  3685.      */
  3686.     protected function getGlobunetNotification_MailProviderService()
  3687.     {
  3688.         include_once \dirname(__DIR__4).'/vendor/globunet/notification-bundle/Provider/MailProvider.php';
  3689.         return $this->services['globunet_notification.mail_provider'] = new \Globunet\NotificationBundle\Provider\MailProvider($this, ($this->services['swiftmailer.mailer.spool_mailer'] ?? $this->getSwiftmailer_Mailer_SpoolMailerService()), ($this->services['swiftmailer.mailer.instant_mailer'] ?? $this->getSwiftmailer_Mailer_InstantMailerService()), $this->getEnv('MAILER_USERNAME'), $this->getEnv('MAILER_SENDER_NAME'));
  3690.     }
  3691.     /**
  3692.      * Gets the public 'globunet_user.mailer' shared autowired service.
  3693.      *
  3694.      * @return \Globunet\UserBundle\Mailer\Mailer
  3695.      */
  3696.     protected function getGlobunetUser_MailerService()
  3697.     {
  3698.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Mailer/Mailer.php';
  3701.         return $this->services['globunet_user.mailer'] = new \Globunet\UserBundle\Mailer\Mailer(($this->services['globunet_notification.mail_provider'] ?? $this->getGlobunetNotification_MailProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['created.template' => 'GlobunetUserBundle:Creation:email.txt.twig''confirmation.template' => 'GlobunetUserBundle:Registration:email.txt.twig''resetting.template' => 'bundles/GlobunetUserBundle/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->getParameter('fos_user.registration.confirmation.from_email'), 'resetting' => $this->getParameter('fos_user.resetting.email.from_email')]]);
  3702.     }
  3703.     /**
  3704.      * Gets the public 'globunet_user.register_user_manager' shared service.
  3705.      *
  3706.      * @return \Globunet\CoreBundle\Domain\ModelExtendedManager
  3707.      */
  3708.     protected function getGlobunetUser_RegisterUserManagerService()
  3709.     {
  3710.         return $this->services['globunet_user.register_user_manager'] = new \Globunet\CoreBundle\Domain\ModelExtendedManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Globunet\\UserBundle\\Form\\Type\\RegistrationType''Knitink\\CoreBundle\\Entity\\User');
  3711.     }
  3712.     /**
  3713.      * Gets the public 'globunet_user.registration.controller' shared service.
  3714.      *
  3715.      * @return \Globunet\UserBundle\Controller\RegistrationController
  3716.      */
  3717.     protected function getGlobunetUser_Registration_ControllerService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Controller/RegistrationController.php';
  3723.         $this->services['globunet_user.registration.controller'] = $instance = new \Globunet\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3724.         $instance->setContainer($this);
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the public 'globunet_user.resetting.controller' shared service.
  3729.      *
  3730.      * @return \Globunet\UserBundle\Controller\ResettingController
  3731.      */
  3732.     protected function getGlobunetUser_Resetting_ControllerService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Controller/ResettingController.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  3741.         $this->services['globunet_user.resetting.controller'] = $instance = new \Globunet\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['globunet_user.mailer'] ?? $this->getGlobunetUser_MailerService()), 7200);
  3742.         $instance->setContainer($this);
  3743.         return $instance;
  3744.     }
  3745.     /**
  3746.      * Gets the public 'globunet_user.user_manager' shared autowired service.
  3747.      *
  3748.      * @return \Globunet\CoreBundle\Domain\ModelManager
  3749.      */
  3750.     protected function getGlobunetUser_UserManagerService()
  3751.     {
  3752.         return $this->services['globunet_user.user_manager'] = new \Globunet\CoreBundle\Domain\ModelManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Knitink\\CoreBundle\\Entity\\User');
  3753.     }
  3754.     /**
  3755.      * Gets the public 'http_kernel' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3758.      */
  3759.     protected function getHttpKernelService()
  3760.     {
  3761.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3762.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3763.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3764.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3765.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3766.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3767.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3768.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3769.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3770.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3771.         }, 8)), $a));
  3772.     }
  3773.     /**
  3774.      * Gets the public 'jms_serializer' shared service.
  3775.      *
  3776.      * @return \JMS\Serializer\Serializer
  3777.      */
  3778.     protected function getJmsSerializerService()
  3779.     {
  3780.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  3781.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  3782.         $c = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  3783.         $d = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3784.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  3785.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  3786.         ], [
  3787.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3788.             'jms_serializer.stopwatch_subscriber' => '?',
  3789.         ]));
  3790.         $d->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  3791.         $e = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3792.         $e->setOptions(1216);
  3793.         $f = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  3794.         $f->setOptions(0);
  3795.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $c$dNULL), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$c$dNULL)], ['json' => $e'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $f'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  3796.     }
  3797.     /**
  3798.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3799.      *
  3800.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3801.      */
  3802.     protected function getJmsSerializer_DeserializationContextFactoryService()
  3803.     {
  3804.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3805.     }
  3806.     /**
  3807.      * Gets the public 'jms_serializer.handler_registry' shared service.
  3808.      *
  3809.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  3810.      */
  3811.     protected function getJmsSerializer_HandlerRegistryService()
  3812.     {
  3813.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  3814.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  3815.     }
  3816.     /**
  3817.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  3818.      *
  3819.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  3820.      */
  3821.     protected function getJmsSerializer_MetadataDriverService()
  3822.     {
  3823.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  3841.         $a = new \Metadata\Driver\FileLocator(['Knitink\\ControlBundle' => (\dirname(__DIR__4).'/config/serializer/knitink/control_bundle'), 'Knitink\\CoreBundle' => (\dirname(__DIR__4).'/config/serializer/knitink/core_bundle'), 'Knitink\\ManagementBundle' => (\dirname(__DIR__4).'/config/serializer/knitink/management_bundle'), 'Knitink\\UniverseBundle' => (\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle'), 'Globunet\\UserBundle' => (\dirname(__DIR__4).'/vendor/globunet/user-bundle/Resources/config/serializer'), 'Globunet\\NotificationBundle' => (\dirname(__DIR__4).'/vendor/globunet/notification-bundle/Resources/config/serializer'), 'Globunet\\GeolocationBundle' => (\dirname(__DIR__4).'/vendor/globunet/geolocation-bundle/Resources/config/serializer'), 'Globunet\\CoreBundle' => (\dirname(__DIR__4).'/config/serializer/globunet/core_bundle')]);
  3842.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  3843.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  3844.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  3845.     }
  3846.     /**
  3847.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3848.      *
  3849.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3850.      */
  3851.     protected function getJmsSerializer_SerializationContextFactoryService()
  3852.     {
  3853.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3854.     }
  3855.     /**
  3856.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  3857.      *
  3858.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  3859.      */
  3860.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  3861.     {
  3862.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  3863.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3864.     }
  3865.     /**
  3866.      * Gets the public 'knp_snappy.image' shared service.
  3867.      *
  3868.      * @return \Knp\Snappy\Image
  3869.      */
  3870.     protected function getKnpSnappy_ImageService()
  3871.     {
  3872.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3875.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('/usr/bin/wkhtmltoimage', [], []);
  3876.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3877.         $instance->setTimeout(120);
  3878.         return $instance;
  3879.     }
  3880.     /**
  3881.      * Gets the public 'knp_snappy.pdf' shared service.
  3882.      *
  3883.      * @return \Knp\Snappy\Pdf
  3884.      */
  3885.     protected function getKnpSnappy_PdfService()
  3886.     {
  3887.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3890.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('/usr/bin/wkhtmltopdf', [], []);
  3891.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3892.         $instance->setTimeout(120);
  3893.         return $instance;
  3894.     }
  3895.     /**
  3896.      * Gets the public 'message_bus' shared service.
  3897.      *
  3898.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3899.      */
  3900.     protected function getMessageBusService()
  3901.     {
  3902.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3903.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  3904.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  3905.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3906.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3907.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3908.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  3909.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  3910.         }, 7)));
  3911.     }
  3912.     /**
  3913.      * Gets the public 'mewes_k_twig_spreadsheet.twig_spreadsheet_extension' shared service.
  3914.      *
  3915.      * @return \MewesK\TwigSpreadsheetBundle\Twig\TwigSpreadsheetExtension
  3916.      */
  3917.     protected function getMewesKTwigSpreadsheet_TwigSpreadsheetExtensionService()
  3918.     {
  3919.         return $this->services['mewes_k_twig_spreadsheet.twig_spreadsheet_extension'] = new \MewesK\TwigSpreadsheetBundle\Twig\TwigSpreadsheetExtension(['pre_calculate_formulas' => true'cache' => ['bitmap' => '"/var/www/vhosts/knitink.com/dev.universe.knitink.com/var/cache/dev/spreadsheet/bitmap"''xml' => false], 'csv_writer' => ['delimiter' => ',''enclosure' => '"''excel_compatibility' => false'include_separator_line' => false'line_ending' => ''."\n".'''sheet_index' => 0'use_bom' => false]]);
  3920.     }
  3921.     /**
  3922.      * Gets the public 'monolog.logger.control' shared service.
  3923.      *
  3924.      * @return \Symfony\Bridge\Monolog\Logger
  3925.      */
  3926.     protected function getMonolog_Logger_ControlService()
  3927.     {
  3928.         $this->services['monolog.logger.control'] = $instance = new \Symfony\Bridge\Monolog\Logger('control');
  3929.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3930.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3931.         $instance->pushHandler(($this->privates['monolog.handler.control'] ?? $this->getMonolog_Handler_ControlService()));
  3932.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3933.         return $instance;
  3934.     }
  3935.     /**
  3936.      * Gets the public 'monolog.logger.control_client' shared service.
  3937.      *
  3938.      * @return \Symfony\Bridge\Monolog\Logger
  3939.      */
  3940.     protected function getMonolog_Logger_ControlClientService()
  3941.     {
  3942.         $this->services['monolog.logger.control_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('control_client');
  3943.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3944.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3945.         $instance->pushHandler(($this->privates['monolog.handler.control_client'] ?? $this->getMonolog_Handler_ControlClientService()));
  3946.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the public 'monolog.logger.control_test' shared service.
  3951.      *
  3952.      * @return \Symfony\Bridge\Monolog\Logger
  3953.      */
  3954.     protected function getMonolog_Logger_ControlTestService()
  3955.     {
  3956.         $this->services['monolog.logger.control_test'] = $instance = new \Symfony\Bridge\Monolog\Logger('control_test');
  3957.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3958.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3959.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3960.         $instance->pushHandler(($this->privates['monolog.handler.control_test'] ?? $this->getMonolog_Handler_ControlTestService()));
  3961.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3962.         return $instance;
  3963.     }
  3964.     /**
  3965.      * Gets the public 'monolog.logger.globunet' shared service.
  3966.      *
  3967.      * @return \Symfony\Bridge\Monolog\Logger
  3968.      */
  3969.     protected function getMonolog_Logger_GlobunetService()
  3970.     {
  3971.         $this->services['monolog.logger.globunet'] = $instance = new \Symfony\Bridge\Monolog\Logger('globunet');
  3972.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3973.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3974.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3975.         $instance->pushHandler(($this->privates['monolog.handler.universe'] ?? $this->getMonolog_Handler_UniverseService()));
  3976.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3977.         return $instance;
  3978.     }
  3979.     /**
  3980.      * Gets the public 'monolog.logger.keep_alive' shared service.
  3981.      *
  3982.      * @return \Symfony\Bridge\Monolog\Logger
  3983.      */
  3984.     protected function getMonolog_Logger_KeepAliveService()
  3985.     {
  3986.         $this->services['monolog.logger.keep_alive'] = $instance = new \Symfony\Bridge\Monolog\Logger('keep_alive');
  3987.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3988.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3989.         $instance->pushHandler(($this->privates['monolog.handler.keep_alive'] ?? $this->getMonolog_Handler_KeepAliveService()));
  3990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3991.         return $instance;
  3992.     }
  3993.     /**
  3994.      * Gets the public 'monolog.logger.management' shared service.
  3995.      *
  3996.      * @return \Symfony\Bridge\Monolog\Logger
  3997.      */
  3998.     protected function getMonolog_Logger_ManagementService()
  3999.     {
  4000.         $this->services['monolog.logger.management'] = $instance = new \Symfony\Bridge\Monolog\Logger('management');
  4001.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4002.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4003.         $instance->pushHandler(($this->privates['monolog.handler.management'] ?? $this->getMonolog_Handler_ManagementService()));
  4004.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4005.         return $instance;
  4006.     }
  4007.     /**
  4008.      * Gets the public 'monolog.logger.universe_alert' shared service.
  4009.      *
  4010.      * @return \Symfony\Bridge\Monolog\Logger
  4011.      */
  4012.     protected function getMonolog_Logger_UniverseAlertService()
  4013.     {
  4014.         $this->services['monolog.logger.universe_alert'] = $instance = new \Symfony\Bridge\Monolog\Logger('universe_alert');
  4015.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4016.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4017.         $instance->pushHandler(($this->privates['monolog.handler.universe_alert'] ?? $this->getMonolog_Handler_UniverseAlertService()));
  4018.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4019.         return $instance;
  4020.     }
  4021.     /**
  4022.      * Gets the public 'monolog.logger.universe_api' shared service.
  4023.      *
  4024.      * @return \Symfony\Bridge\Monolog\Logger
  4025.      */
  4026.     protected function getMonolog_Logger_UniverseApiService()
  4027.     {
  4028.         $this->services['monolog.logger.universe_api'] = $instance = new \Symfony\Bridge\Monolog\Logger('universe_api');
  4029.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4030.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4031.         $instance->pushHandler(($this->privates['monolog.handler.universe_api'] ?? $this->getMonolog_Handler_UniverseApiService()));
  4032.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4033.         return $instance;
  4034.     }
  4035.     /**
  4036.      * Gets the public 'monolog.logger.universe_cron' shared service.
  4037.      *
  4038.      * @return \Symfony\Bridge\Monolog\Logger
  4039.      */
  4040.     protected function getMonolog_Logger_UniverseCronService()
  4041.     {
  4042.         $this->services['monolog.logger.universe_cron'] = $instance = new \Symfony\Bridge\Monolog\Logger('universe_cron');
  4043.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4044.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4045.         $instance->pushHandler(($this->privates['monolog.handler.universe_cron'] ?? $this->getMonolog_Handler_UniverseCronService()));
  4046.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4047.         return $instance;
  4048.     }
  4049.     /**
  4050.      * Gets the public 'monolog.logger.universe_daily' shared service.
  4051.      *
  4052.      * @return \Symfony\Bridge\Monolog\Logger
  4053.      */
  4054.     protected function getMonolog_Logger_UniverseDailyService()
  4055.     {
  4056.         $this->services['monolog.logger.universe_daily'] = $instance = new \Symfony\Bridge\Monolog\Logger('universe_daily');
  4057.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4058.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4059.         $instance->pushHandler(($this->privates['monolog.handler.universe_daily'] ?? $this->getMonolog_Handler_UniverseDailyService()));
  4060.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the public 'monolog.logger.universe_database' shared service.
  4065.      *
  4066.      * @return \Symfony\Bridge\Monolog\Logger
  4067.      */
  4068.     protected function getMonolog_Logger_UniverseDatabaseService()
  4069.     {
  4070.         $this->services['monolog.logger.universe_database'] = $instance = new \Symfony\Bridge\Monolog\Logger('universe_database');
  4071.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4072.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4073.         $instance->pushHandler(($this->privates['monolog.handler.universe_database'] ?? $this->getMonolog_Handler_UniverseDatabaseService()));
  4074.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4075.         return $instance;
  4076.     }
  4077.     /**
  4078.      * Gets the public 'monolog.logger.universe_notification' shared service.
  4079.      *
  4080.      * @return \Symfony\Bridge\Monolog\Logger
  4081.      */
  4082.     protected function getMonolog_Logger_UniverseNotificationService()
  4083.     {
  4084.         $this->services['monolog.logger.universe_notification'] = $instance = new \Symfony\Bridge\Monolog\Logger('universe_notification');
  4085.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4086.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4087.         $instance->pushHandler(($this->privates['monolog.handler.universe_notification'] ?? $this->getMonolog_Handler_UniverseNotificationService()));
  4088.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4089.         return $instance;
  4090.     }
  4091.     /**
  4092.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  4093.      *
  4094.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4095.      */
  4096.     protected function getNelmioApiDoc_Controller_SwaggerService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4099.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  4100.     }
  4101.     /**
  4102.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4103.      *
  4104.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4105.      */
  4106.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4107.     {
  4108.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4109.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  4110.     }
  4111.     /**
  4112.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4113.      *
  4114.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4115.      */
  4116.     protected function getNelmioApiDoc_Generator_DefaultService()
  4117.     {
  4118.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4119.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4120.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4121.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4122.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  4123.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4124.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4125.         }, 5), new RewindableGenerator(function () {
  4126.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4127.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  4128.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4129.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  4130.         }, 4));
  4131.         $instance->setAlternativeNames([]);
  4132.         return $instance;
  4133.     }
  4134.     /**
  4135.      * Gets the public 'old_sound_rabbit_mq.connection.default' shared service.
  4136.      *
  4137.      * @return \PhpAmqpLib\Connection\AMQPConnection
  4138.      */
  4139.     protected function getOldSoundRabbitMq_Connection_DefaultService()
  4140.     {
  4141.         return $this->services['old_sound_rabbit_mq.connection.default'] = (new \OldSound\RabbitMqBundle\RabbitMq\AMQPConnectionFactory('PhpAmqpLib\\Connection\\AMQPConnection', ['url' => $this->getEnv('RABBITMQ_URL'), 'host' => 'localhost''port' => 5672'user' => 'guest''password' => 'guest''vhost' => '/''lazy' => false'connection_timeout' => 3'read_write_timeout' => 3'use_socket' => false'ssl_context' => [], 'keepalive' => false'heartbeat' => 0]))->createConnection();
  4142.     }
  4143.     /**
  4144.      * Gets the public 'old_sound_rabbit_mq.parts_holder' shared service.
  4145.      *
  4146.      * @return \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder
  4147.      */
  4148.     protected function getOldSoundRabbitMq_PartsHolderService()
  4149.     {
  4150.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AmqpPartsHolder.php';
  4151.         $this->services['old_sound_rabbit_mq.parts_holder'] = $instance = new \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder();
  4152.         $a = ($this->services['old_sound_rabbit_mq.py_direct_producer'] ?? $this->getOldSoundRabbitMq_PyDirectProducerService());
  4153.         $b = ($this->services['old_sound_rabbit_mq.py_default_producer'] ?? $this->getOldSoundRabbitMq_PyDefaultProducerService());
  4154.         $instance->addPart('old_sound_rabbit_mq.base_amqp'$a);
  4155.         $instance->addPart('old_sound_rabbit_mq.base_amqp'$b);
  4156.         $instance->addPart('old_sound_rabbit_mq.producer'$a);
  4157.         $instance->addPart('old_sound_rabbit_mq.producer'$b);
  4158.         return $instance;
  4159.     }
  4160.     /**
  4161.      * Gets the public 'old_sound_rabbit_mq.py_default_producer' shared service.
  4162.      *
  4163.      * @return \OldSound\RabbitMqBundle\RabbitMq\Producer
  4164.      */
  4165.     protected function getOldSoundRabbitMq_PyDefaultProducerService()
  4166.     {
  4167.         $this->services['old_sound_rabbit_mq.py_default_producer'] = $instance = new \OldSound\RabbitMqBundle\RabbitMq\Producer(($this->services['old_sound_rabbit_mq.connection.default'] ?? $this->getOldSoundRabbitMq_Connection_DefaultService()));
  4168.         $instance->setExchangeOptions(['name' => 'default''type' => 'direct''passive' => false'durable' => true'auto_delete' => false'internal' => false'nowait' => false'declare' => true'arguments' => NULL'ticket' => NULL]);
  4169.         $instance->setQueueOptions(['name' => '''declare' => false]);
  4170.         if ($this->has('event_dispatcher')) {
  4171.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4172.         }
  4173.         return $instance;
  4174.     }
  4175.     /**
  4176.      * Gets the public 'old_sound_rabbit_mq.py_direct_producer' shared service.
  4177.      *
  4178.      * @return \OldSound\RabbitMqBundle\RabbitMq\Producer
  4179.      */
  4180.     protected function getOldSoundRabbitMq_PyDirectProducerService()
  4181.     {
  4182.         $this->services['old_sound_rabbit_mq.py_direct_producer'] = $instance = new \OldSound\RabbitMqBundle\RabbitMq\Producer(($this->services['old_sound_rabbit_mq.connection.default'] ?? $this->getOldSoundRabbitMq_Connection_DefaultService()));
  4183.         $instance->setExchangeOptions(['name' => 'amq.direct''type' => 'direct''passive' => false'durable' => true'auto_delete' => false'internal' => false'nowait' => false'declare' => true'arguments' => NULL'ticket' => NULL]);
  4184.         $instance->setQueueOptions(['name' => 'py-messages''passive' => false'durable' => true'exclusive' => false'auto_delete' => false'nowait' => false'declare' => true'arguments' => NULL'ticket' => NULL'routing_keys' => []]);
  4185.         if ($this->has('event_dispatcher')) {
  4186.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4187.         }
  4188.         return $instance;
  4189.     }
  4190.     /**
  4191.      * Gets the public 'profiler' shared service.
  4192.      *
  4193.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  4194.      */
  4195.     protected function getProfilerService()
  4196.     {
  4197.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  4198.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4199.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4200.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4201.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4202.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  4203.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  4204.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4205.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  4206.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  4207.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  4208.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  4209.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  4210.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4211.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  4212.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  4213.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  4214.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  4215.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  4216.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  4217.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  4218.         $d->addInstance('cache.doctrine.orm.slave.metadata', ($this->privates['cache.doctrine.orm.slave.metadata'] ?? $this->getCache_Doctrine_Orm_Slave_MetadataService()));
  4219.         $d->addInstance('cache.doctrine.orm.slave.result', ($this->privates['cache.doctrine.orm.slave.result'] ?? $this->getCache_Doctrine_Orm_Slave_ResultService()));
  4220.         $d->addInstance('cache.doctrine.orm.slave.query', ($this->privates['cache.doctrine.orm.slave.query'] ?? $this->getCache_Doctrine_Orm_Slave_QueryService()));
  4221.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  4222.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  4223.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4224.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  4225.         $f->addLogger('slave', ($this->privates['doctrine.dbal.logger.profiling.slave'] ?? ($this->privates['doctrine.dbal.logger.profiling.slave'] = new \Doctrine\DBAL\Logging\DebugStack())));
  4226.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  4227.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  4228.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  4229.         if ($this->has('kernel')) {
  4230.             $h->setKernel($b);
  4231.         }
  4232.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  4233.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  4234.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  4235.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  4236.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  4237.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4238.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  4239.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  4240.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  4241.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  4242.         $instance->add($d);
  4243.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  4244.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  4245.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  4246.         $instance->add($e);
  4247.         $instance->add($f);
  4248.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  4249.         $instance->add($g);
  4250.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  4251.         $instance->add($h);
  4252.         return $instance;
  4253.     }
  4254.     /**
  4255.      * Gets the public 'request_stack' shared service.
  4256.      *
  4257.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4258.      */
  4259.     protected function getRequestStackService()
  4260.     {
  4261.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4262.     }
  4263.     /**
  4264.      * Gets the public 'router' shared service.
  4265.      *
  4266.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4267.      */
  4268.     protected function getRouterService()
  4269.     {
  4270.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  4271.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4272.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4273.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4274.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4275.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4276.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4277.         ], [
  4278.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4279.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a$this->getEnv('LOCALE'));
  4280.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4281.         return $instance;
  4282.     }
  4283.     /**
  4284.      * Gets the public 'routing.loader' shared service.
  4285.      *
  4286.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4287.      */
  4288.     protected function getRouting_LoaderService()
  4289.     {
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4309.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  4310.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  4311.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4312.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  4313.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  4314.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  4315.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  4316.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  4317.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4318.             'kernel' => ['services''kernel''getKernelService'false],
  4319.         ], [
  4320.             'kernel' => 'App\\Kernel',
  4321.         ]))));
  4322.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  4323.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  4324.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  4325.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  4326.         $a->addLoader($c);
  4327.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  4328.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  4329.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  4330.     }
  4331.     /**
  4332.      * Gets the public 'security.authentication_utils' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  4335.      */
  4336.     protected function getSecurity_AuthenticationUtilsService()
  4337.     {
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  4339.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4340.     }
  4341.     /**
  4342.      * Gets the public 'security.authorization_checker' shared service.
  4343.      *
  4344.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  4345.      */
  4346.     protected function getSecurity_AuthorizationCheckerService()
  4347.     {
  4348.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  4349.     }
  4350.     /**
  4351.      * Gets the public 'security.csrf.token_manager' shared service.
  4352.      *
  4353.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  4354.      */
  4355.     protected function getSecurity_Csrf_TokenManagerService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  4360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  4361.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4362.     }
  4363.     /**
  4364.      * Gets the public 'security.password_encoder' shared service.
  4365.      *
  4366.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  4367.      */
  4368.     protected function getSecurity_PasswordEncoderService()
  4369.     {
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  4372.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  4373.     }
  4374.     /**
  4375.      * Gets the public 'security.token_storage' shared service.
  4376.      *
  4377.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  4378.      */
  4379.     protected function getSecurity_TokenStorageService()
  4380.     {
  4381.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4382.             'session' => ['services''session''getSessionService'false],
  4383.         ], [
  4384.             'session' => '?',
  4385.         ]));
  4386.     }
  4387.     /**
  4388.      * Gets the public 'serializer' shared service.
  4389.      *
  4390.      * @return \Symfony\Component\Serializer\Serializer
  4391.      */
  4392.     protected function getSerializerService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  4429.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  4430.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  4431.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => $this->getFosRest_Serializer_ExceptionNormalizer_SymfonyService(), => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404'Doctrine\\ORM\\OptimisticLockException' => 409]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => true]))), truefalse), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $a), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  4432.     }
  4433.     /**
  4434.      * Gets the public 'services_resetter' shared service.
  4435.      *
  4436.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4437.      */
  4438.     protected function getServicesResetterService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4441.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4442.             if (isset($this->services['cache.app'])) {
  4443.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4444.             }
  4445.             if (isset($this->services['cache.system'])) {
  4446.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4447.             }
  4448.             if (isset($this->privates['cache.validator'])) {
  4449.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4450.             }
  4451.             if (isset($this->privates['cache.serializer'])) {
  4452.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4453.             }
  4454.             if (isset($this->privates['cache.annotations'])) {
  4455.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4456.             }
  4457.             if (isset($this->privates['cache.property_info'])) {
  4458.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4459.             }
  4460.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  4461.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  4462.             }
  4463.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4464.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4465.             }
  4466.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  4467.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  4468.             }
  4469.             if (isset($this->privates['mailer.logger_message_listener'])) {
  4470.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  4471.             }
  4472.             if (isset($this->services['profiler'])) {
  4473.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  4474.             }
  4475.             if (isset($this->services['validator'])) {
  4476.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  4477.             }
  4478.             if (isset($this->privates['debug.stopwatch'])) {
  4479.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4480.             }
  4481.             if (isset($this->services['event_dispatcher'])) {
  4482.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4483.             }
  4484.             if (isset($this->privates['twig.form.engine'])) {
  4485.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4486.             }
  4487.             if (isset($this->services['security.token_storage'])) {
  4488.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  4489.             }
  4490.             if (isset($this->privates['cache.security_expression_language'])) {
  4491.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4492.             }
  4493.             if (isset($this->services['fos_rest.view_handler'])) {
  4494.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  4495.             }
  4496.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4497.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4498.             }
  4499.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4500.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4501.             }
  4502.             if (isset($this->privates['cache.webpack_encore'])) {
  4503.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  4504.             }
  4505.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4506.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4507.             }
  4508.             if (isset($this->privates['monolog.handler.universe'])) {
  4509.                 yield 'monolog.handler.universe' => ($this->privates['monolog.handler.universe'] ?? null);
  4510.             }
  4511.             if (isset($this->privates['monolog.handler.universe_api'])) {
  4512.                 yield 'monolog.handler.universe_api' => ($this->privates['monolog.handler.universe_api'] ?? null);
  4513.             }
  4514.             if (isset($this->privates['monolog.handler.universe_cron'])) {
  4515.                 yield 'monolog.handler.universe_cron' => ($this->privates['monolog.handler.universe_cron'] ?? null);
  4516.             }
  4517.             if (isset($this->privates['monolog.handler.universe_daily'])) {
  4518.                 yield 'monolog.handler.universe_daily' => ($this->privates['monolog.handler.universe_daily'] ?? null);
  4519.             }
  4520.             if (isset($this->privates['monolog.handler.universe_database'])) {
  4521.                 yield 'monolog.handler.universe_database' => ($this->privates['monolog.handler.universe_database'] ?? null);
  4522.             }
  4523.             if (isset($this->privates['monolog.handler.universe_alert'])) {
  4524.                 yield 'monolog.handler.universe_alert' => ($this->privates['monolog.handler.universe_alert'] ?? null);
  4525.             }
  4526.             if (isset($this->privates['monolog.handler.universe_notification'])) {
  4527.                 yield 'monolog.handler.universe_notification' => ($this->privates['monolog.handler.universe_notification'] ?? null);
  4528.             }
  4529.             if (isset($this->privates['monolog.handler.management'])) {
  4530.                 yield 'monolog.handler.management' => ($this->privates['monolog.handler.management'] ?? null);
  4531.             }
  4532.             if (isset($this->privates['monolog.handler.control'])) {
  4533.                 yield 'monolog.handler.control' => ($this->privates['monolog.handler.control'] ?? null);
  4534.             }
  4535.             if (isset($this->privates['monolog.handler.control_client'])) {
  4536.                 yield 'monolog.handler.control_client' => ($this->privates['monolog.handler.control_client'] ?? null);
  4537.             }
  4538.             if (isset($this->privates['monolog.handler.control_test'])) {
  4539.                 yield 'monolog.handler.control_test' => ($this->privates['monolog.handler.control_test'] ?? null);
  4540.             }
  4541.             if (isset($this->privates['monolog.handler.keep_alive'])) {
  4542.                 yield 'monolog.handler.keep_alive' => ($this->privates['monolog.handler.keep_alive'] ?? null);
  4543.             }
  4544.             if (isset($this->privates['monolog.handler.main'])) {
  4545.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4546.             }
  4547.             if (isset($this->privates['monolog.handler.console'])) {
  4548.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4549.             }
  4550.             if (isset($this->services['doctrine'])) {
  4551.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4552.             }
  4553.             if (isset($this->privates['form.type.entity'])) {
  4554.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4555.             }
  4556.             if (isset($this->privates['.debug.http_client'])) {
  4557.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4558.             }
  4559.         }, function () {
  4560.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['monolog.handler.universe'])) + (int) (isset($this->privates['monolog.handler.universe_api'])) + (int) (isset($this->privates['monolog.handler.universe_cron'])) + (int) (isset($this->privates['monolog.handler.universe_daily'])) + (int) (isset($this->privates['monolog.handler.universe_database'])) + (int) (isset($this->privates['monolog.handler.universe_alert'])) + (int) (isset($this->privates['monolog.handler.universe_notification'])) + (int) (isset($this->privates['monolog.handler.management'])) + (int) (isset($this->privates['monolog.handler.control'])) + (int) (isset($this->privates['monolog.handler.control_client'])) + (int) (isset($this->privates['monolog.handler.control_test'])) + (int) (isset($this->privates['monolog.handler.keep_alive'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['.debug.http_client']));
  4561.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'monolog.handler.universe' => [=> 'reset'], 'monolog.handler.universe_api' => [=> 'reset'], 'monolog.handler.universe_cron' => [=> 'reset'], 'monolog.handler.universe_daily' => [=> 'reset'], 'monolog.handler.universe_database' => [=> 'reset'], 'monolog.handler.universe_alert' => [=> 'reset'], 'monolog.handler.universe_notification' => [=> 'reset'], 'monolog.handler.management' => [=> 'reset'], 'monolog.handler.control' => [=> 'reset'], 'monolog.handler.control_client' => [=> 'reset'], 'monolog.handler.control_test' => [=> 'reset'], 'monolog.handler.keep_alive' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  4562.     }
  4563.     /**
  4564.      * Gets the public 'session' shared service.
  4565.      *
  4566.      * @return \Symfony\Component\HttpFoundation\Session\Session
  4567.      */
  4568.     protected function getSessionService()
  4569.     {
  4570.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  4571.     }
  4572.     /**
  4573.      * Gets the public 'swiftmailer.mailer.default' shared service.
  4574.      *
  4575.      * @return \Swift_Mailer
  4576.      */
  4577.     protected function getSwiftmailer_Mailer_DefaultService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4580.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  4581.     }
  4582.     /**
  4583.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4584.      *
  4585.      * @return \Swift_Plugins_MessageLogger
  4586.      */
  4587.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4592.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4593.     }
  4594.     /**
  4595.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  4596.      *
  4597.      * @return \Swift_Transport
  4598.      */
  4599.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  4600.     {
  4601.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4605.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  4606.     }
  4607.     /**
  4608.      * Gets the public 'swiftmailer.mailer.instant_mailer' shared service.
  4609.      *
  4610.      * @return \Swift_Mailer
  4611.      */
  4612.     protected function getSwiftmailer_Mailer_InstantMailerService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4624.         $a = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.instant_mailer.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.instant_mailer.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  4625.         $a->registerPlugin(($this->services['swiftmailer.mailer.instant_mailer.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.instant_mailer.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4626.         return $this->services['swiftmailer.mailer.instant_mailer'] = new \Swift_Mailer($a);
  4627.     }
  4628.     /**
  4629.      * Gets the public 'swiftmailer.mailer.instant_mailer.plugin.messagelogger' shared service.
  4630.      *
  4631.      * @return \Swift_Plugins_MessageLogger
  4632.      */
  4633.     protected function getSwiftmailer_Mailer_InstantMailer_Plugin_MessageloggerService()
  4634.     {
  4635.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4638.         return $this->services['swiftmailer.mailer.instant_mailer.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4639.     }
  4640.     /**
  4641.      * Gets the public 'swiftmailer.mailer.instant_mailer.transport.real' shared service.
  4642.      *
  4643.      * @return \Swift_Transport
  4644.      */
  4645.     protected function getSwiftmailer_Mailer_InstantMailer_Transport_RealService()
  4646.     {
  4647.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4651.         return $this->services['swiftmailer.mailer.instant_mailer.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.instant_mailer.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.instant_mailer.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  4652.     }
  4653.     /**
  4654.      * Gets the public 'swiftmailer.mailer.spool_mailer' shared service.
  4655.      *
  4656.      * @return \Swift_Mailer
  4657.      */
  4658.     protected function getSwiftmailer_Mailer_SpoolMailerService()
  4659.     {
  4660.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4671.         $a = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.spool_mailer.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.spool_mailer.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_FileSpool((\dirname(__DIR__3).'/spool/spool_mailer')));
  4672.         $a->registerPlugin(($this->services['swiftmailer.mailer.spool_mailer.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.spool_mailer.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4673.         return $this->services['swiftmailer.mailer.spool_mailer'] = new \Swift_Mailer($a);
  4674.     }
  4675.     /**
  4676.      * Gets the public 'swiftmailer.mailer.spool_mailer.plugin.messagelogger' shared service.
  4677.      *
  4678.      * @return \Swift_Plugins_MessageLogger
  4679.      */
  4680.     protected function getSwiftmailer_Mailer_SpoolMailer_Plugin_MessageloggerService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4685.         return $this->services['swiftmailer.mailer.spool_mailer.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4686.     }
  4687.     /**
  4688.      * Gets the public 'swiftmailer.mailer.spool_mailer.transport.real' shared service.
  4689.      *
  4690.      * @return \Swift_Transport
  4691.      */
  4692.     protected function getSwiftmailer_Mailer_SpoolMailer_Transport_RealService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4698.         return $this->services['swiftmailer.mailer.spool_mailer.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.spool_mailer.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.spool_mailer.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  4699.     }
  4700.     /**
  4701.      * Gets the public 'swiftmailer.transport' shared service.
  4702.      *
  4703.      * @return \Swift_Transport_SpoolTransport
  4704.      */
  4705.     protected function getSwiftmailer_TransportService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4716.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  4717.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4718.         return $instance;
  4719.     }
  4720.     /**
  4721.      * Gets the public 'templating' shared service.
  4722.      *
  4723.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  4724.      *
  4725.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  4726.      */
  4727.     protected function getTemplatingService()
  4728.     {
  4729.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  4730.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4731.     }
  4732.     /**
  4733.      * Gets the public 'templating.loader' shared service.
  4734.      *
  4735.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  4736.      *
  4737.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  4738.      */
  4739.     protected function getTemplating_LoaderService()
  4740.     {
  4741.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  4742.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4743.     }
  4744.     /**
  4745.      * Gets the public 'translator' shared service.
  4746.      *
  4747.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4748.      */
  4749.     protected function getTranslatorService()
  4750.     {
  4751.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4752.     }
  4753.     /**
  4754.      * Gets the public 'twig' shared service.
  4755.      *
  4756.      * @return \Twig\Environment
  4757.      */
  4758.     protected function getTwigService()
  4759.     {
  4760.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  4761.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4762.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4763.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  4765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  4766.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/ControlBundle/Resources/views'), 'KnitinkControl');
  4767.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/ControlBundle/Resources/views'), '!KnitinkControl');
  4768.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/CoreBundle/Resources/views'), 'KnitinkCore');
  4769.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/CoreBundle/Resources/views'), '!KnitinkCore');
  4770.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/ManagementBundle/Resources/views'), 'KnitinkManagement');
  4771.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/ManagementBundle/Resources/views'), '!KnitinkManagement');
  4772.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Resources/views'), 'KnitinkUniverse');
  4773.         $a->addPath((\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Resources/views'), '!KnitinkUniverse');
  4774.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/core-bundle/Resources/views'), 'GlobunetCore');
  4775.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/core-bundle/Resources/views'), '!GlobunetCore');
  4776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4778.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  4779.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  4780.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  4781.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  4782.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/GlobunetUserBundle'), 'GlobunetUser');
  4783.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/user-bundle/Resources/views'), 'GlobunetUser');
  4784.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/user-bundle/Resources/views'), '!GlobunetUser');
  4785.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  4786.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  4787.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  4788.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  4789.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/admin-bundle/Resources/views'), 'GlobunetAdmin');
  4790.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/admin-bundle/Resources/views'), '!GlobunetAdmin');
  4791.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4792.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4793.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  4794.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  4795.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/notification-bundle/Resources/views'), 'GlobunetNotification');
  4796.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/notification-bundle/Resources/views'), '!GlobunetNotification');
  4797.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4798.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4799.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/geolocation-bundle/Resources/views'), 'GlobunetGeolocation');
  4800.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/geolocation-bundle/Resources/views'), '!GlobunetGeolocation');
  4801.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/template1-bundle/src/Resources/views'), 'GlobunetTemplate1');
  4802.         $a->addPath((\dirname(__DIR__4).'/vendor/globunet/template1-bundle/src/Resources/views'), '!GlobunetTemplate1');
  4803.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4804.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4805.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4806.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4807.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4809.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4810.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4811.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4812.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4813.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  4814.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4815.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  4816.         $g = new \Symfony\Bridge\Twig\AppVariable();
  4817.         $g->setEnvironment('dev');
  4818.         $g->setDebug(true);
  4819.         if ($this->has('security.token_storage')) {
  4820.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4821.         }
  4822.         if ($this->has('request_stack')) {
  4823.             $g->setRequestStack($d);
  4824.         }
  4825.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  4828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  4829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  4830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  4831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  4832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  4836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  4837.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4838.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  4839.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  4840.         $instance->addExtension(new \Globunet\CoreBundle\Twig\AssetExistsExtension($e));
  4841.         $instance->addExtension(new \Globunet\CoreBundle\Twig\RouteExistsExtension($e));
  4842.         $instance->addExtension(new \Globunet\CoreBundle\Twig\PaddingExtension($e));
  4843.         $instance->addExtension(new \Globunet\CoreBundle\Twig\JsonDecodeExtension());
  4844.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  4845.         $instance->addExtension(($this->services['mewes_k_twig_spreadsheet.twig_spreadsheet_extension'] ?? $this->getMewesKTwigSpreadsheet_TwigSpreadsheetExtensionService()));
  4846.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4847.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  4848.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  4849.         ], [
  4850.             'webpack_encore.entrypoint_lookup_collection' => '?',
  4851.             'webpack_encore.tag_renderer' => '?',
  4852.         ])));
  4853.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  4854.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  4855.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4856.         $instance->addGlobal('app'$g);
  4857.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4858.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  4859.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  4860.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  4861.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  4862.         ], [
  4863.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  4864.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4865.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4866.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4867.         ])));
  4868.         $instance->addGlobal('admin_bundle''KnitinkCoreBundle');
  4869.         $instance->addGlobal('admin_bundle_trans''KnitinkCoreBundle');
  4870.         $instance->addGlobal('admin_bundle_template''GlobunetTemplate1Bundle');
  4871.         $instance->addGlobal('admin_name''KNITINK TECHNOLOGIES, SL');
  4872.         $instance->addGlobal('admin_version''1.0.0');
  4873.         $instance->addGlobal('admin_year'2018);
  4874.         $instance->addGlobal('admin_theme''build/knitink.css?v2');
  4875.         $instance->addGlobal('admin_theme_extended''build/knitink_extended.css?v4');
  4876.         $instance->addGlobal('admin_logo_login''images/logo.png');
  4877.         $instance->addGlobal('admin_logo_admin''images/logo.png');
  4878.         $instance->addGlobal('admin_business_name''KNITINK TECHNOLOGIES, SL');
  4879.         $instance->addGlobal('admin_business_nif''B21583307');
  4880.         $instance->addGlobal('admin_business_email''info@knitink.com');
  4881.         $instance->addGlobal('admin_business_address''PARQUE HUELVA EMPRESARIAL NAVE Nº42 21007 HUELVA');
  4882.         $instance->addGlobal('admin_business_domain''knitink.com');
  4883.         $instance->addGlobal('admin_business_subdomain''universe.knitink.com');
  4884.         $instance->addGlobal('google_api_key''AIzaSyAKxBERvrja4yuXViwS5OXU301uhiVcoXg');
  4885.         $instance->addGlobal('irristrat_url'$this->getEnv('IRRISTRAT_URL_AUTH'));
  4886.         $instance->addGlobal('webservice_url'$this->getEnv('WS_URL'));
  4887.         $instance->addGlobal('dataflux_url'$this->getEnv('DATAFLUX_URL'));
  4888.         $instance->addGlobal('router_url'$this->getEnv('ROUTER_URL'));
  4889.         $instance->addGlobal('knk_core_core', ($this->privates['Knitink\\CoreBundle\\Service\\CoreService'] ?? $this->getCoreServiceService()));
  4890.         $instance->addGlobal('knk_mngt_service', ($this->services['Knitink\\ManagementBundle\\Service\\ManagementService'] ?? $this->getManagementServiceService()));
  4891.         $instance->addGlobal('knk_univ_team', ($this->services['Knitink\\UniverseBundle\\Service\\TeamService'] ?? $this->getTeamServiceService()));
  4892.         $instance->addGlobal('knk_univ_player', ($this->services['Knitink\\UniverseBundle\\Service\\PlayerService'] ?? $this->getPlayerServiceService()));
  4893.         $instance->addGlobal('knk_univ_plot', ($this->services['Knitink\\UniverseBundle\\Service\\PlotService'] ?? $this->getPlotServiceService()));
  4894.         $instance->addGlobal('knk_univ_irrigation_unit', ($this->services['Knitink\\UniverseBundle\\Service\\IrrigationUnitService'] ?? $this->getIrrigationUnitServiceService()));
  4895.         $instance->addGlobal('knk_univ_sector', ($this->services['Knitink\\UniverseBundle\\Service\\SectorService'] ?? $this->getSectorServiceService()));
  4896.         $instance->addGlobal('knk_univ_dosing', ($this->services['Knitink\\UniverseBundle\\Service\\DosingService'] ?? $this->getDosingServiceService()));
  4897.         $instance->addGlobal('knk_univ_sensor', ($this->services['Knitink\\UniverseBundle\\Service\\SensorService'] ?? $this->getSensorServiceService()));
  4898.         $instance->addGlobal('knk_univ_flow_meter', ($this->services['Knitink\\UniverseBundle\\Service\\FlowMeterService'] ?? $this->getFlowMeterServiceService()));
  4899.         $instance->addGlobal('knk_univ_program', ($this->services['Knitink\\UniverseBundle\\Service\\ProgramService'] ?? ($this->services['Knitink\\UniverseBundle\\Service\\ProgramService'] = new \Knitink\UniverseBundle\Service\ProgramService())));
  4900.         $instance->addGlobal('knk_univ_unit_system', ($this->services['Knitink\\UniverseBundle\\Service\\UnitSystemService'] ?? ($this->services['Knitink\\UniverseBundle\\Service\\UnitSystemService'] = new \Knitink\UniverseBundle\Service\UnitSystemService())));
  4901.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  4902.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  4903.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4904.         return $instance;
  4905.     }
  4906.     /**
  4907.      * Gets the public 'twig.controller.exception' shared service.
  4908.      *
  4909.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4910.      *
  4911.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4912.      */
  4913.     protected function getTwig_Controller_ExceptionService()
  4914.     {
  4915.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4916.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4917.     }
  4918.     /**
  4919.      * Gets the public 'twig.controller.preview_error' shared service.
  4920.      *
  4921.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4922.      *
  4923.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4924.      */
  4925.     protected function getTwig_Controller_PreviewErrorService()
  4926.     {
  4927.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4928.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4929.     }
  4930.     /**
  4931.      * Gets the public 'validator' shared service.
  4932.      *
  4933.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4934.      */
  4935.     protected function getValidatorService()
  4936.     {
  4937.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  4938.     }
  4939.     /**
  4940.      * Gets the public 'web_profiler.controller.exception' shared service.
  4941.      *
  4942.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4943.      *
  4944.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4945.      */
  4946.     protected function getWebProfiler_Controller_ExceptionService()
  4947.     {
  4948.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  4949.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  4950.     }
  4951.     /**
  4952.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4953.      *
  4954.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4955.      */
  4956.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4957.     {
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4959.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  4960.     }
  4961.     /**
  4962.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4963.      *
  4964.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4965.      */
  4966.     protected function getWebProfiler_Controller_ProfilerService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4969.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4970.     }
  4971.     /**
  4972.      * Gets the public 'web_profiler.controller.router' shared service.
  4973.      *
  4974.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4975.      */
  4976.     protected function getWebProfiler_Controller_RouterService()
  4977.     {
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4979.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  4980.             return new \EmptyIterator();
  4981.         }, 0));
  4982.     }
  4983.     /**
  4984.      * Gets the private '.debug.http_client' shared service.
  4985.      *
  4986.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4987.      */
  4988.     protected function get_Debug_HttpClientService()
  4989.     {
  4990.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4991.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4992.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4993.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4994.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4996.         $a->setLogger($b);
  4997.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  4998.     }
  4999.     /**
  5000.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  5001.      *
  5002.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  5003.      */
  5004.     protected function get_LegacyResolveControllerNameSubscriberService()
  5005.     {
  5006.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  5007.     }
  5008.     /**
  5009.      * Gets the private '.messenger.handler_descriptor.7NXka8g' shared service.
  5010.      *
  5011.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5012.      */
  5013.     protected function get_Messenger_HandlerDescriptor_7NXka8gService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5017.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageHandler/TeamMessageHandler.php';
  5018.         return $this->privates['.messenger.handler_descriptor.7NXka8g'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\UniverseBundle\MessageHandler\TeamMessageHandler(($this->privates['Knitink\\UniverseBundle\\MessageService\\TeamMessageService'] ?? $this->getTeamMessageServiceService())), []);
  5019.     }
  5020.     /**
  5021.      * Gets the private '.messenger.handler_descriptor.Nc_1fLL' shared service.
  5022.      *
  5023.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5024.      */
  5025.     protected function get_Messenger_HandlerDescriptor_Nc1fLLService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5029.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageHandler/UpdateDatabaseMessageHandler.php';
  5030.         return $this->privates['.messenger.handler_descriptor.Nc_1fLL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\UniverseBundle\MessageHandler\UpdateDatabaseMessageHandler(($this->privates['Knitink\\UniverseBundle\\MessageService\\UpdateDatabaseMessageService'] ?? $this->getUpdateDatabaseMessageServiceService())), []);
  5031.     }
  5032.     /**
  5033.      * Gets the private '.messenger.handler_descriptor.OnqjOqn' shared service.
  5034.      *
  5035.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5036.      */
  5037.     protected function get_Messenger_HandlerDescriptor_OnqjOqnService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5041.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageHandler/ControlMessageHandler.php';
  5042.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/ControlMessageService.php';
  5043.         return $this->privates['.messenger.handler_descriptor.OnqjOqn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\UniverseBundle\MessageHandler\ControlMessageHandler(new \Knitink\UniverseBundle\MessageService\ControlMessageService(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\ControlManager'] ?? $this->getControlManagerService()), ($this->services['Knitink\\UniverseBundle\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->services['monolog.logger.universe_cron'] ?? $this->getMonolog_Logger_UniverseCronService()))), []);
  5044.     }
  5045.     /**
  5046.      * Gets the private '.messenger.handler_descriptor.QrsARxq' shared service.
  5047.      *
  5048.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5049.      */
  5050.     protected function get_Messenger_HandlerDescriptor_QrsARxqService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5054.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageHandler/TestMessageHandler.php';
  5055.         return $this->privates['.messenger.handler_descriptor.QrsARxq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\UniverseBundle\MessageHandler\TestMessageHandler(($this->services['twig'] ?? $this->getTwigService()), ($this->services['monolog.logger.universe_cron'] ?? $this->getMonolog_Logger_UniverseCronService())), []);
  5056.     }
  5057.     /**
  5058.      * Gets the private '.messenger.handler_descriptor.eVukfbE' shared service.
  5059.      *
  5060.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5061.      */
  5062.     protected function get_Messenger_HandlerDescriptor_EVukfbEService()
  5063.     {
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5066.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageHandler/CronMessageHandler.php';
  5067.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/CronMessageService.php';
  5068.         return $this->privates['.messenger.handler_descriptor.eVukfbE'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\UniverseBundle\MessageHandler\CronMessageHandler(new \Knitink\UniverseBundle\MessageService\CronMessageService(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()), ($this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'] ?? $this->getAlertLoggingServiceService()), ($this->services['Knitink\\UniverseBundle\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->services['monolog.logger.universe_cron'] ?? $this->getMonolog_Logger_UniverseCronService()))), []);
  5069.     }
  5070.     /**
  5071.      * Gets the private '.messenger.handler_descriptor.i_wx840' shared service.
  5072.      *
  5073.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5074.      */
  5075.     protected function get_Messenger_HandlerDescriptor_IWx840Service()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5079.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/MessageHandler/DatagramMessageHandler.php';
  5080.         return $this->privates['.messenger.handler_descriptor.i_wx840'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\ControlBundle\MessageHandler\DatagramMessageHandler(($this->privates['Knitink\\ControlBundle\\Service\\WebSocketClient'] ?? $this->getWebSocketClientService()), ($this->services['monolog.logger.control_client'] ?? $this->getMonolog_Logger_ControlClientService())), []);
  5081.     }
  5082.     /**
  5083.      * Gets the private '.messenger.handler_descriptor.jwpft6A' shared service.
  5084.      *
  5085.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5086.      */
  5087.     protected function get_Messenger_HandlerDescriptor_Jwpft6AService()
  5088.     {
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5091.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageHandler/StateLoggingsMessageHandler.php';
  5092.         return $this->privates['.messenger.handler_descriptor.jwpft6A'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Knitink\UniverseBundle\MessageHandler\StateLoggingsMessageHandler(($this->privates['Knitink\\UniverseBundle\\MessageService\\StateLoggingsMessageService'] ?? $this->getStateLoggingsMessageServiceService())), []);
  5093.     }
  5094.     /**
  5095.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  5096.      *
  5097.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5098.      */
  5099.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5106.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5107.             yield => $this->getMailer_TransportFactory_NullService();
  5108.             yield => $this->getMailer_TransportFactory_SendmailService();
  5109.             yield => $this->getMailer_TransportFactory_SmtpService();
  5110.         }, 3)))->fromStrings(['main' => 'smtp://null'])), []);
  5111.     }
  5112.     /**
  5113.      * Gets the private '.service_locator.2FxKx8Y' shared service.
  5114.      *
  5115.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5116.      */
  5117.     protected function get_ServiceLocator_2FxKx8YService()
  5118.     {
  5119.         return $this->privates['.service_locator.2FxKx8Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5120.             'dataFluxProvider' => ['privates''Knitink\\UniverseBundle\\Provider\\DataFluxProvider''getDataFluxProviderService'false],
  5121.         ], [
  5122.             'dataFluxProvider' => 'Knitink\\UniverseBundle\\Provider\\DataFluxProvider',
  5123.         ]);
  5124.     }
  5125.     /**
  5126.      * Gets the private '.service_locator.3guvfLG' shared service.
  5127.      *
  5128.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5129.      */
  5130.     protected function get_ServiceLocator_3guvfLGService()
  5131.     {
  5132.         return $this->privates['.service_locator.3guvfLG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5133.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager''getIrrigationAnalysisManagerService'false],
  5134.         ], [
  5135.             'manager' => 'Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager',
  5136.         ]);
  5137.     }
  5138.     /**
  5139.      * Gets the private '.service_locator.4MENNBr' shared service.
  5140.      *
  5141.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5142.      */
  5143.     protected function get_ServiceLocator_4MENNBrService()
  5144.     {
  5145.         return $this->privates['.service_locator.4MENNBr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5146.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5147.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController::postDatagramAction' => ['privates''.service_locator.TcunFcW''get_ServiceLocator_TcunFcWService'false],
  5148.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5149.             'Knitink\\ControlBundle\\Controller\\DefaultController::remoteControl' => ['privates''.service_locator.WyPKXjX''get_ServiceLocator_WyPKXjXService'false],
  5150.             'Knitink\\CoreBundle\\Controller\\DefaultController::dashboard' => ['privates''.service_locator.WorYF6I''get_ServiceLocator_WorYF6IService'false],
  5151.             'Knitink\\CoreBundle\\Controller\\DefaultController::login' => ['privates''.service_locator.qRtYMVI''get_ServiceLocator_QRtYMVIService'false],
  5152.             'Knitink\\CoreBundle\\Controller\\TestController::test' => ['privates''.service_locator.2FxKx8Y''get_ServiceLocator_2FxKx8YService'false],
  5153.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController::getsAction' => ['privates''.service_locator.AQJR7He''get_ServiceLocator_AQJR7HeService'false],
  5154.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5155.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController::activationAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5156.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController::postRegisterAction' => ['privates''.service_locator.I1eaUyF''get_ServiceLocator_I1eaUyFService'false],
  5157.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5158.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController::activationAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5159.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5160.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::countBackupsAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5161.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::deleteBackupAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5162.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::getBackupAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5163.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::getBackupsAction' => ['privates''.service_locator.MKFAyhK''get_ServiceLocator_MKFAyhKService'false],
  5164.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::getUpdatesAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5165.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::postBackupAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5166.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5167.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::activationAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5168.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::cpostAction' => ['privates''.service_locator.utj3sXW''get_ServiceLocator_Utj3sXWService'false],
  5169.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::getsAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5170.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::patchAction' => ['privates''.service_locator.h_q2g6t''get_ServiceLocator_HQ2g6tService'false],
  5171.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::serialnumberAction' => ['privates''.service_locator._m81wgV''get_ServiceLocator_M81wgVService'false],
  5172.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5173.             'Knitink\\ManagementBundle\\Controller\\BackupController::delete' => ['privates''.service_locator.xZlso1y''get_ServiceLocator_XZlso1yService'false],
  5174.             'Knitink\\ManagementBundle\\Controller\\BackupController::download' => ['privates''.service_locator.xZlso1y''get_ServiceLocator_XZlso1yService'false],
  5175.             'Knitink\\ManagementBundle\\Controller\\BackupController::observable' => ['privates''.service_locator.xZlso1y''get_ServiceLocator_XZlso1yService'false],
  5176.             'Knitink\\ManagementBundle\\Controller\\ClientController::create' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5177.             'Knitink\\ManagementBundle\\Controller\\ClientController::generateToken' => ['privates''.service_locator.WorYF6I''get_ServiceLocator_WorYF6IService'false],
  5178.             'Knitink\\ManagementBundle\\Controller\\ClientController::list' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5179.             'Knitink\\ManagementBundle\\Controller\\DealerController::create' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5180.             'Knitink\\ManagementBundle\\Controller\\DealerController::delete' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5181.             'Knitink\\ManagementBundle\\Controller\\DealerController::edit' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5182.             'Knitink\\ManagementBundle\\Controller\\DealerController::observable' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5183.             'Knitink\\ManagementBundle\\Controller\\DealerController::subscribeAdmin' => ['privates''.service_locator.PlEIx4c''get_ServiceLocator_PlEIx4cService'false],
  5184.             'Knitink\\ManagementBundle\\Controller\\DealerController::subscribeInstaller' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5185.             'Knitink\\ManagementBundle\\Controller\\DealerController::subscribeSupport' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5186.             'Knitink\\ManagementBundle\\Controller\\DealerController::unsubscribeInstaller' => ['privates''.service_locator.PlEIx4c''get_ServiceLocator_PlEIx4cService'false],
  5187.             'Knitink\\ManagementBundle\\Controller\\DealerController::unsubscribeSupport' => ['privates''.service_locator.PlEIx4c''get_ServiceLocator_PlEIx4cService'false],
  5188.             'Knitink\\ManagementBundle\\Controller\\DefaultController::indexAction' => ['privates''.service_locator.f9c1Biw''get_ServiceLocator_F9c1BiwService'false],
  5189.             'Knitink\\ManagementBundle\\Controller\\GatewayController::activate' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5190.             'Knitink\\ManagementBundle\\Controller\\GatewayController::assignDealer' => ['privates''.service_locator.Goulu8U''get_ServiceLocator_Goulu8UService'false],
  5191.             'Knitink\\ManagementBundle\\Controller\\GatewayController::create' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5192.             'Knitink\\ManagementBundle\\Controller\\GatewayController::delete' => ['privates''.service_locator.Goulu8U''get_ServiceLocator_Goulu8UService'false],
  5193.             'Knitink\\ManagementBundle\\Controller\\GatewayController::edit' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5194.             'Knitink\\ManagementBundle\\Controller\\GatewayController::observable' => ['privates''.service_locator.Goulu8U''get_ServiceLocator_Goulu8UService'false],
  5195.             'Knitink\\ManagementBundle\\Controller\\GatewayController::show' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5196.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::create' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5197.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::delete' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5198.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::edit' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5199.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::observable' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5200.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::show' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5201.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::create' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5202.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::delete' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5203.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::edit' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5204.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::observable' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5205.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::show' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5206.             'Knitink\\ManagementBundle\\Controller\\LicenseUniverseController::list' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5207.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::create' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5208.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::delete' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5209.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::edit' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5210.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::observable' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5211.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::show' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5212.             'Knitink\\ManagementBundle\\Controller\\ModuleController::create' => ['privates''.service_locator.qpltqLM''get_ServiceLocator_QpltqLMService'false],
  5213.             'Knitink\\ManagementBundle\\Controller\\ModuleController::delete' => ['privates''.service_locator.AqzpV.Z''get_ServiceLocator_AqzpV_ZService'false],
  5214.             'Knitink\\ManagementBundle\\Controller\\ModuleController::edit' => ['privates''.service_locator.g7hR5X6''get_ServiceLocator_G7hR5X6Service'false],
  5215.             'Knitink\\ManagementBundle\\Controller\\ModuleController::report' => ['privates''.service_locator.b_TYqvO''get_ServiceLocator_BTYqvOService'false],
  5216.             'Knitink\\ManagementBundle\\Controller\\ModuleController::reportUniverse' => ['privates''.service_locator.b_TYqvO''get_ServiceLocator_BTYqvOService'false],
  5217.             'Knitink\\ManagementBundle\\Controller\\OrderController::calculateAmount' => ['privates''.service_locator.DyvVk3Z''get_ServiceLocator_DyvVk3ZService'false],
  5218.             'Knitink\\ManagementBundle\\Controller\\OrderController::createEquipment' => ['privates''.service_locator.7yH55ce''get_ServiceLocator_7yH55ceService'false],
  5219.             'Knitink\\ManagementBundle\\Controller\\OrderController::edit' => ['privates''.service_locator.7yH55ce''get_ServiceLocator_7yH55ceService'false],
  5220.             'Knitink\\ManagementBundle\\Controller\\OrderController::list' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5221.             'Knitink\\ManagementBundle\\Controller\\PackageController::create' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5222.             'Knitink\\ManagementBundle\\Controller\\PackageController::delete' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5223.             'Knitink\\ManagementBundle\\Controller\\PackageController::edit' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5224.             'Knitink\\ManagementBundle\\Controller\\PackageController::info' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5225.             'Knitink\\ManagementBundle\\Controller\\PackageController::observable' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5226.             'Knitink\\ManagementBundle\\Controller\\PackageController::show' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5227.             'Knitink\\ManagementBundle\\Controller\\SupportController::create' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5228.             'Knitink\\ManagementBundle\\Controller\\SupportController::delete' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5229.             'Knitink\\ManagementBundle\\Controller\\SupportController::edit' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5230.             'Knitink\\ManagementBundle\\Controller\\SupportController::observable' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5231.             'Knitink\\ManagementBundle\\Controller\\SupportController::show' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5232.             'Knitink\\ManagementBundle\\Controller\\TeamController::create' => ['privates''.service_locator.I1eaUyF''get_ServiceLocator_I1eaUyFService'false],
  5233.             'Knitink\\ManagementBundle\\Controller\\TeamController::delete' => ['privates''.service_locator.I1eaUyF''get_ServiceLocator_I1eaUyFService'false],
  5234.             'Knitink\\ManagementBundle\\Controller\\TeamController::edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5235.             'Knitink\\ManagementBundle\\Controller\\TeamController::list' => ['privates''.service_locator.qRtYMVI''get_ServiceLocator_QRtYMVIService'false],
  5236.             'Knitink\\ManagementBundle\\Controller\\TeamController::transferClient' => ['privates''.service_locator.Mi9jCvj''get_ServiceLocator_Mi9jCvjService'false],
  5237.             'Knitink\\ManagementBundle\\Controller\\UnitController::activate' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5238.             'Knitink\\ManagementBundle\\Controller\\UnitController::assignDealer' => ['privates''.service_locator.YM5kIfM''get_ServiceLocator_YM5kIfMService'false],
  5239.             'Knitink\\ManagementBundle\\Controller\\UnitController::create' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5240.             'Knitink\\ManagementBundle\\Controller\\UnitController::delete' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5241.             'Knitink\\ManagementBundle\\Controller\\UnitController::edit' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5242.             'Knitink\\ManagementBundle\\Controller\\UnitController::observable' => ['privates''.service_locator.YM5kIfM''get_ServiceLocator_YM5kIfMService'false],
  5243.             'Knitink\\ManagementBundle\\Controller\\UpdateController::create' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5244.             'Knitink\\ManagementBundle\\Controller\\UpdateController::delete' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5245.             'Knitink\\ManagementBundle\\Controller\\UpdateController::download' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5246.             'Knitink\\ManagementBundle\\Controller\\UpdateController::edit' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5247.             'Knitink\\ManagementBundle\\Controller\\UpdateController::observable' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5248.             'Knitink\\ManagementBundle\\Controller\\UserController::createClient' => ['privates''.service_locator.qRtYMVI''get_ServiceLocator_QRtYMVIService'false],
  5249.             'Knitink\\ManagementBundle\\Controller\\UserController::createDealer' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5250.             'Knitink\\ManagementBundle\\Controller\\UserController::delete' => ['privates''.service_locator.h_q2g6t''get_ServiceLocator_HQ2g6tService'false],
  5251.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::create' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5252.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::delete' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5253.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::edit' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5254.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5255.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::show' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5256.             'Knitink\\UniverseBundle\\Controller\\AlertLoggingController::observable' => ['privates''.service_locator.rfdGy4r''get_ServiceLocator_RfdGy4rService'false],
  5257.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5258.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::getAbstractAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5259.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::getDataAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5260.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5261.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5262.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::getDataAction' => ['privates''.service_locator.fKBNQSm''get_ServiceLocator_FKBNQSmService'false],
  5263.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::getDataBackAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5264.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::getReportAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5265.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5266.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController::postIpsAction' => ['privates''.service_locator.m7dLVST''get_ServiceLocator_M7dLVSTService'false],
  5267.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5268.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5269.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::getPairingAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5270.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::getReportAction' => ['privates''.service_locator.fKBNQSm''get_ServiceLocator_FKBNQSmService'false],
  5271.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5272.             'Knitink\\UniverseBundle\\Controller\\Api\\OpenDataController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5273.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5274.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5275.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5276.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5277.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5278.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController::getDataAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5279.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5280.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController::cpostAction' => ['privates''.service_locator.bDn7gGc''get_ServiceLocator_BDn7gGcService'false],
  5281.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5282.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::cgetAction' => ['privates''.service_locator.kWt9_Ub''get_ServiceLocator_KWt9UbService'false],
  5283.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::cpostAction' => ['privates''.service_locator.tqmEV8f''get_ServiceLocator_TqmEV8fService'false],
  5284.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::postResponseDatagramAction' => ['privates''.service_locator.kWt9_Ub''get_ServiceLocator_KWt9UbService'false],
  5285.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5286.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController::cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5287.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5288.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController::reportVolume' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5289.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController::reportVolumeExport' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5290.             'Knitink\\UniverseBundle\\Controller\\DosingController::popover' => ['privates''.service_locator.swumMYD''get_ServiceLocator_SwumMYDService'false],
  5291.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::create' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5292.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::delete' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5293.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::edit' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5294.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5295.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::show' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5296.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::create' => ['privates''.service_locator.QcpZ45c''get_ServiceLocator_QcpZ45cService'false],
  5297.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::delete' => ['privates''.service_locator.UEJAp7w''get_ServiceLocator_UEJAp7wService'false],
  5298.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::edit' => ['privates''.service_locator.QcpZ45c''get_ServiceLocator_QcpZ45cService'false],
  5299.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::observable' => ['privates''.service_locator.UEJAp7w''get_ServiceLocator_UEJAp7wService'false],
  5300.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::show' => ['privates''.service_locator.UEJAp7w''get_ServiceLocator_UEJAp7wService'false],
  5301.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::create' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5302.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::delete' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5303.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::edit' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5304.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5305.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::show' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5306.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::calculate' => ['privates''.service_locator.3guvfLG''get_ServiceLocator_3guvfLGService'false],
  5307.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::create' => ['privates''.service_locator.YSTTR3z''get_ServiceLocator_YSTTR3zService'false],
  5308.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::delete' => ['privates''.service_locator.mP6AN.l''get_ServiceLocator_MP6AN_LService'false],
  5309.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::edit' => ['privates''.service_locator.YSTTR3z''get_ServiceLocator_YSTTR3zService'false],
  5310.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5311.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::observable' => ['privates''.service_locator.3guvfLG''get_ServiceLocator_3guvfLGService'false],
  5312.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::show' => ['privates''.service_locator.mP6AN.l''get_ServiceLocator_MP6AN_LService'false],
  5313.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::calculate' => ['privates''.service_locator.aXYMKqQ''get_ServiceLocator_AXYMKqQService'false],
  5314.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::create' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5315.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5316.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::requestIrristrat' => ['privates''.service_locator.RvrCpNA''get_ServiceLocator_RvrCpNAService'false],
  5317.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::dashboard' => ['privates''.service_locator.WBFyaqc''get_ServiceLocator_WBFyaqcService'false],
  5318.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::list' => ['privates''.service_locator.OQQSkYd''get_ServiceLocator_OQQSkYdService'false],
  5319.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::selectIrristrat' => ['privates''.service_locator.WBFyaqc''get_ServiceLocator_WBFyaqcService'false],
  5320.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::updateProgram' => ['privates''.service_locator.Cxwep_X''get_ServiceLocator_CxwepXService'false],
  5321.             'Knitink\\UniverseBundle\\Controller\\PlayerController::list' => ['privates''.service_locator.7YzoMi_''get_ServiceLocator_7YzoMiService'false],
  5322.             'Knitink\\UniverseBundle\\Controller\\PlotController::createFile' => ['privates''.service_locator.sDBgQva''get_ServiceLocator_SDBgQvaService'false],
  5323.             'Knitink\\UniverseBundle\\Controller\\PlotController::list' => ['privates''.service_locator.czbtFAZ''get_ServiceLocator_CzbtFAZService'false],
  5324.             'Knitink\\UniverseBundle\\Controller\\ProgramController::sendDatagram' => ['privates''.service_locator.gwh3_Rw''get_ServiceLocator_Gwh3RwService'false],
  5325.             'Knitink\\UniverseBundle\\Controller\\SeasonController::create' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5326.             'Knitink\\UniverseBundle\\Controller\\SeasonController::edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5327.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::chart' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5328.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::create' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5329.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5330.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::index' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5331.             'Knitink\\UniverseBundle\\Controller\\SectorController::popover' => ['privates''.service_locator.xEl3KYr''get_ServiceLocator_XEl3KYrService'false],
  5332.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chart' => ['privates''.service_locator.X_f7ZYn''get_ServiceLocator_XF7ZYnService'false],
  5333.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartCharacteristicCurveRender' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5334.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartExport' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  5335.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartPredefined' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5336.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartRender' => ['privates''.service_locator.WJdj3Ir''get_ServiceLocator_WJdj3IrService'false],
  5337.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartVolume' => ['privates''.service_locator.aiu47gS''get_ServiceLocator_Aiu47gSService'false],
  5338.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartVolumeRender' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5339.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::reportVolumeRender' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5340.             'Knitink\\UniverseBundle\\Controller\\TableController::delete' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5341.             'Knitink\\UniverseBundle\\Controller\\TableController::removeEvent' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5342.             'Knitink\\UniverseBundle\\Controller\\TableController::tableExport' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5343.             'Knitink\\UniverseBundle\\Controller\\TableController::tableRender' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5344.             'Knitink\\UniverseBundle\\Controller\\TankController::cedit' => ['privates''.service_locator.LiY5uSB''get_ServiceLocator_LiY5uSBService'false],
  5345.             'Knitink\\UniverseBundle\\Controller\\TankPreparationController::calculate' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5346.             'Knitink\\UniverseBundle\\Controller\\UserController::emailTest' => ['privates''.service_locator.C31FD0f''get_ServiceLocator_C31FD0fService'false],
  5347.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5348.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController:postDatagramAction' => ['privates''.service_locator.TcunFcW''get_ServiceLocator_TcunFcWService'false],
  5349.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5350.             'Knitink\\ControlBundle\\Controller\\DefaultController:remoteControl' => ['privates''.service_locator.WyPKXjX''get_ServiceLocator_WyPKXjXService'false],
  5351.             'Knitink\\CoreBundle\\Controller\\DefaultController:dashboard' => ['privates''.service_locator.WorYF6I''get_ServiceLocator_WorYF6IService'false],
  5352.             'Knitink\\CoreBundle\\Controller\\DefaultController:login' => ['privates''.service_locator.qRtYMVI''get_ServiceLocator_QRtYMVIService'false],
  5353.             'Knitink\\CoreBundle\\Controller\\TestController:test' => ['privates''.service_locator.2FxKx8Y''get_ServiceLocator_2FxKx8YService'false],
  5354.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController:getsAction' => ['privates''.service_locator.AQJR7He''get_ServiceLocator_AQJR7HeService'false],
  5355.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5356.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController:activationAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5357.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController:postRegisterAction' => ['privates''.service_locator.I1eaUyF''get_ServiceLocator_I1eaUyFService'false],
  5358.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5359.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController:activationAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5360.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5361.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:countBackupsAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5362.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:deleteBackupAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5363.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:getBackupAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5364.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:getBackupsAction' => ['privates''.service_locator.MKFAyhK''get_ServiceLocator_MKFAyhKService'false],
  5365.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:getUpdatesAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5366.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:postBackupAction' => ['privates''.service_locator.KG1PmUS''get_ServiceLocator_KG1PmUSService'false],
  5367.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5368.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:activationAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5369.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:cpostAction' => ['privates''.service_locator.utj3sXW''get_ServiceLocator_Utj3sXWService'false],
  5370.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:getsAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5371.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:patchAction' => ['privates''.service_locator.h_q2g6t''get_ServiceLocator_HQ2g6tService'false],
  5372.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:serialnumberAction' => ['privates''.service_locator._m81wgV''get_ServiceLocator_M81wgVService'false],
  5373.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5374.             'Knitink\\ManagementBundle\\Controller\\BackupController:delete' => ['privates''.service_locator.xZlso1y''get_ServiceLocator_XZlso1yService'false],
  5375.             'Knitink\\ManagementBundle\\Controller\\BackupController:download' => ['privates''.service_locator.xZlso1y''get_ServiceLocator_XZlso1yService'false],
  5376.             'Knitink\\ManagementBundle\\Controller\\BackupController:observable' => ['privates''.service_locator.xZlso1y''get_ServiceLocator_XZlso1yService'false],
  5377.             'Knitink\\ManagementBundle\\Controller\\ClientController:create' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5378.             'Knitink\\ManagementBundle\\Controller\\ClientController:generateToken' => ['privates''.service_locator.WorYF6I''get_ServiceLocator_WorYF6IService'false],
  5379.             'Knitink\\ManagementBundle\\Controller\\ClientController:list' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5380.             'Knitink\\ManagementBundle\\Controller\\DealerController:create' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5381.             'Knitink\\ManagementBundle\\Controller\\DealerController:delete' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5382.             'Knitink\\ManagementBundle\\Controller\\DealerController:edit' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5383.             'Knitink\\ManagementBundle\\Controller\\DealerController:observable' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5384.             'Knitink\\ManagementBundle\\Controller\\DealerController:subscribeAdmin' => ['privates''.service_locator.PlEIx4c''get_ServiceLocator_PlEIx4cService'false],
  5385.             'Knitink\\ManagementBundle\\Controller\\DealerController:subscribeInstaller' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5386.             'Knitink\\ManagementBundle\\Controller\\DealerController:subscribeSupport' => ['privates''.service_locator._N77Mgq''get_ServiceLocator_N77MgqService'false],
  5387.             'Knitink\\ManagementBundle\\Controller\\DealerController:unsubscribeInstaller' => ['privates''.service_locator.PlEIx4c''get_ServiceLocator_PlEIx4cService'false],
  5388.             'Knitink\\ManagementBundle\\Controller\\DealerController:unsubscribeSupport' => ['privates''.service_locator.PlEIx4c''get_ServiceLocator_PlEIx4cService'false],
  5389.             'Knitink\\ManagementBundle\\Controller\\DefaultController:indexAction' => ['privates''.service_locator.f9c1Biw''get_ServiceLocator_F9c1BiwService'false],
  5390.             'Knitink\\ManagementBundle\\Controller\\GatewayController:activate' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5391.             'Knitink\\ManagementBundle\\Controller\\GatewayController:assignDealer' => ['privates''.service_locator.Goulu8U''get_ServiceLocator_Goulu8UService'false],
  5392.             'Knitink\\ManagementBundle\\Controller\\GatewayController:create' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5393.             'Knitink\\ManagementBundle\\Controller\\GatewayController:delete' => ['privates''.service_locator.Goulu8U''get_ServiceLocator_Goulu8UService'false],
  5394.             'Knitink\\ManagementBundle\\Controller\\GatewayController:edit' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5395.             'Knitink\\ManagementBundle\\Controller\\GatewayController:observable' => ['privates''.service_locator.Goulu8U''get_ServiceLocator_Goulu8UService'false],
  5396.             'Knitink\\ManagementBundle\\Controller\\GatewayController:show' => ['privates''.service_locator.fEHbOZ6''get_ServiceLocator_FEHbOZ6Service'false],
  5397.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:create' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5398.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:delete' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5399.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:edit' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5400.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:observable' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5401.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:show' => ['privates''.service_locator.F_Z1enm''get_ServiceLocator_FZ1enmService'false],
  5402.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:create' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5403.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:delete' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5404.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:edit' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5405.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:observable' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5406.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:show' => ['privates''.service_locator.BfWoQdw''get_ServiceLocator_BfWoQdwService'false],
  5407.             'Knitink\\ManagementBundle\\Controller\\LicenseUniverseController:list' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5408.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:create' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5409.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:delete' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5410.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:edit' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5411.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:observable' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5412.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:show' => ['privates''.service_locator.fLvjR0V''get_ServiceLocator_FLvjR0VService'false],
  5413.             'Knitink\\ManagementBundle\\Controller\\ModuleController:create' => ['privates''.service_locator.qpltqLM''get_ServiceLocator_QpltqLMService'false],
  5414.             'Knitink\\ManagementBundle\\Controller\\ModuleController:delete' => ['privates''.service_locator.AqzpV.Z''get_ServiceLocator_AqzpV_ZService'false],
  5415.             'Knitink\\ManagementBundle\\Controller\\ModuleController:edit' => ['privates''.service_locator.g7hR5X6''get_ServiceLocator_G7hR5X6Service'false],
  5416.             'Knitink\\ManagementBundle\\Controller\\ModuleController:report' => ['privates''.service_locator.b_TYqvO''get_ServiceLocator_BTYqvOService'false],
  5417.             'Knitink\\ManagementBundle\\Controller\\ModuleController:reportUniverse' => ['privates''.service_locator.b_TYqvO''get_ServiceLocator_BTYqvOService'false],
  5418.             'Knitink\\ManagementBundle\\Controller\\OrderController:calculateAmount' => ['privates''.service_locator.DyvVk3Z''get_ServiceLocator_DyvVk3ZService'false],
  5419.             'Knitink\\ManagementBundle\\Controller\\OrderController:createEquipment' => ['privates''.service_locator.7yH55ce''get_ServiceLocator_7yH55ceService'false],
  5420.             'Knitink\\ManagementBundle\\Controller\\OrderController:edit' => ['privates''.service_locator.7yH55ce''get_ServiceLocator_7yH55ceService'false],
  5421.             'Knitink\\ManagementBundle\\Controller\\OrderController:list' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5422.             'Knitink\\ManagementBundle\\Controller\\PackageController:create' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5423.             'Knitink\\ManagementBundle\\Controller\\PackageController:delete' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5424.             'Knitink\\ManagementBundle\\Controller\\PackageController:edit' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5425.             'Knitink\\ManagementBundle\\Controller\\PackageController:info' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5426.             'Knitink\\ManagementBundle\\Controller\\PackageController:observable' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5427.             'Knitink\\ManagementBundle\\Controller\\PackageController:show' => ['privates''.service_locator.U5jtqRV''get_ServiceLocator_U5jtqRVService'false],
  5428.             'Knitink\\ManagementBundle\\Controller\\SupportController:create' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5429.             'Knitink\\ManagementBundle\\Controller\\SupportController:delete' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5430.             'Knitink\\ManagementBundle\\Controller\\SupportController:edit' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5431.             'Knitink\\ManagementBundle\\Controller\\SupportController:observable' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5432.             'Knitink\\ManagementBundle\\Controller\\SupportController:show' => ['privates''.service_locator.PFwQjnW''get_ServiceLocator_PFwQjnWService'false],
  5433.             'Knitink\\ManagementBundle\\Controller\\TeamController:create' => ['privates''.service_locator.I1eaUyF''get_ServiceLocator_I1eaUyFService'false],
  5434.             'Knitink\\ManagementBundle\\Controller\\TeamController:delete' => ['privates''.service_locator.I1eaUyF''get_ServiceLocator_I1eaUyFService'false],
  5435.             'Knitink\\ManagementBundle\\Controller\\TeamController:edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5436.             'Knitink\\ManagementBundle\\Controller\\TeamController:list' => ['privates''.service_locator.qRtYMVI''get_ServiceLocator_QRtYMVIService'false],
  5437.             'Knitink\\ManagementBundle\\Controller\\TeamController:transferClient' => ['privates''.service_locator.Mi9jCvj''get_ServiceLocator_Mi9jCvjService'false],
  5438.             'Knitink\\ManagementBundle\\Controller\\UnitController:activate' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5439.             'Knitink\\ManagementBundle\\Controller\\UnitController:assignDealer' => ['privates''.service_locator.YM5kIfM''get_ServiceLocator_YM5kIfMService'false],
  5440.             'Knitink\\ManagementBundle\\Controller\\UnitController:create' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5441.             'Knitink\\ManagementBundle\\Controller\\UnitController:delete' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5442.             'Knitink\\ManagementBundle\\Controller\\UnitController:edit' => ['privates''.service_locator.L9Kc.4q''get_ServiceLocator_L9Kc_4qService'false],
  5443.             'Knitink\\ManagementBundle\\Controller\\UnitController:observable' => ['privates''.service_locator.YM5kIfM''get_ServiceLocator_YM5kIfMService'false],
  5444.             'Knitink\\ManagementBundle\\Controller\\UpdateController:create' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5445.             'Knitink\\ManagementBundle\\Controller\\UpdateController:delete' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5446.             'Knitink\\ManagementBundle\\Controller\\UpdateController:download' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5447.             'Knitink\\ManagementBundle\\Controller\\UpdateController:edit' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5448.             'Knitink\\ManagementBundle\\Controller\\UpdateController:observable' => ['privates''.service_locator.meBEydu''get_ServiceLocator_MeBEyduService'false],
  5449.             'Knitink\\ManagementBundle\\Controller\\UserController:createClient' => ['privates''.service_locator.qRtYMVI''get_ServiceLocator_QRtYMVIService'false],
  5450.             'Knitink\\ManagementBundle\\Controller\\UserController:createDealer' => ['privates''.service_locator.NijYnFk''get_ServiceLocator_NijYnFkService'false],
  5451.             'Knitink\\ManagementBundle\\Controller\\UserController:delete' => ['privates''.service_locator.h_q2g6t''get_ServiceLocator_HQ2g6tService'false],
  5452.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:create' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5453.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:delete' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5454.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:edit' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5455.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5456.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:show' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5457.             'Knitink\\UniverseBundle\\Controller\\AlertLoggingController:observable' => ['privates''.service_locator.rfdGy4r''get_ServiceLocator_RfdGy4rService'false],
  5458.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5459.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:getAbstractAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5460.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:getDataAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5461.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5462.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5463.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:getDataAction' => ['privates''.service_locator.fKBNQSm''get_ServiceLocator_FKBNQSmService'false],
  5464.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:getDataBackAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5465.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:getReportAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5466.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5467.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController:postIpsAction' => ['privates''.service_locator.m7dLVST''get_ServiceLocator_M7dLVSTService'false],
  5468.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5469.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5470.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:getPairingAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5471.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:getReportAction' => ['privates''.service_locator.fKBNQSm''get_ServiceLocator_FKBNQSmService'false],
  5472.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5473.             'Knitink\\UniverseBundle\\Controller\\Api\\OpenDataController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5474.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5475.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5476.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5477.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5478.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5479.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController:getDataAction' => ['privates''.service_locator.m_yEkr3''get_ServiceLocator_MYEkr3Service'false],
  5480.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5481.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController:cpostAction' => ['privates''.service_locator.bDn7gGc''get_ServiceLocator_BDn7gGcService'false],
  5482.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5483.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:cgetAction' => ['privates''.service_locator.kWt9_Ub''get_ServiceLocator_KWt9UbService'false],
  5484.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:cpostAction' => ['privates''.service_locator.tqmEV8f''get_ServiceLocator_TqmEV8fService'false],
  5485.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:postResponseDatagramAction' => ['privates''.service_locator.kWt9_Ub''get_ServiceLocator_KWt9UbService'false],
  5486.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5487.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController:cgetAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  5488.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5489.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController:reportVolume' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5490.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController:reportVolumeExport' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5491.             'Knitink\\UniverseBundle\\Controller\\DosingController:popover' => ['privates''.service_locator.swumMYD''get_ServiceLocator_SwumMYDService'false],
  5492.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:create' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5493.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:delete' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5494.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:edit' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5495.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5496.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:show' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5497.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:create' => ['privates''.service_locator.QcpZ45c''get_ServiceLocator_QcpZ45cService'false],
  5498.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:delete' => ['privates''.service_locator.UEJAp7w''get_ServiceLocator_UEJAp7wService'false],
  5499.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:edit' => ['privates''.service_locator.QcpZ45c''get_ServiceLocator_QcpZ45cService'false],
  5500.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:observable' => ['privates''.service_locator.UEJAp7w''get_ServiceLocator_UEJAp7wService'false],
  5501.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:show' => ['privates''.service_locator.UEJAp7w''get_ServiceLocator_UEJAp7wService'false],
  5502.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:create' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5503.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:delete' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5504.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:edit' => ['privates''.service_locator.tL82_8E''get_ServiceLocator_TL828EService'false],
  5505.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5506.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:show' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5507.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:calculate' => ['privates''.service_locator.3guvfLG''get_ServiceLocator_3guvfLGService'false],
  5508.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:create' => ['privates''.service_locator.YSTTR3z''get_ServiceLocator_YSTTR3zService'false],
  5509.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:delete' => ['privates''.service_locator.mP6AN.l''get_ServiceLocator_MP6AN_LService'false],
  5510.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:edit' => ['privates''.service_locator.YSTTR3z''get_ServiceLocator_YSTTR3zService'false],
  5511.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:list' => ['privates''.service_locator.iAYlnm8''get_ServiceLocator_IAYlnm8Service'false],
  5512.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:observable' => ['privates''.service_locator.3guvfLG''get_ServiceLocator_3guvfLGService'false],
  5513.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:show' => ['privates''.service_locator.mP6AN.l''get_ServiceLocator_MP6AN_LService'false],
  5514.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:calculate' => ['privates''.service_locator.aXYMKqQ''get_ServiceLocator_AXYMKqQService'false],
  5515.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:create' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5516.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5517.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:requestIrristrat' => ['privates''.service_locator.RvrCpNA''get_ServiceLocator_RvrCpNAService'false],
  5518.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:dashboard' => ['privates''.service_locator.WBFyaqc''get_ServiceLocator_WBFyaqcService'false],
  5519.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:list' => ['privates''.service_locator.OQQSkYd''get_ServiceLocator_OQQSkYdService'false],
  5520.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:selectIrristrat' => ['privates''.service_locator.WBFyaqc''get_ServiceLocator_WBFyaqcService'false],
  5521.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:updateProgram' => ['privates''.service_locator.Cxwep_X''get_ServiceLocator_CxwepXService'false],
  5522.             'Knitink\\UniverseBundle\\Controller\\PlayerController:list' => ['privates''.service_locator.7YzoMi_''get_ServiceLocator_7YzoMiService'false],
  5523.             'Knitink\\UniverseBundle\\Controller\\PlotController:createFile' => ['privates''.service_locator.sDBgQva''get_ServiceLocator_SDBgQvaService'false],
  5524.             'Knitink\\UniverseBundle\\Controller\\PlotController:list' => ['privates''.service_locator.czbtFAZ''get_ServiceLocator_CzbtFAZService'false],
  5525.             'Knitink\\UniverseBundle\\Controller\\ProgramController:sendDatagram' => ['privates''.service_locator.gwh3_Rw''get_ServiceLocator_Gwh3RwService'false],
  5526.             'Knitink\\UniverseBundle\\Controller\\SeasonController:create' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5527.             'Knitink\\UniverseBundle\\Controller\\SeasonController:edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5528.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:chart' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5529.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:create' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5530.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:edit' => ['privates''.service_locator.hNV12RP''get_ServiceLocator_HNV12RPService'false],
  5531.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:index' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5532.             'Knitink\\UniverseBundle\\Controller\\SectorController:popover' => ['privates''.service_locator.xEl3KYr''get_ServiceLocator_XEl3KYrService'false],
  5533.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chart' => ['privates''.service_locator.X_f7ZYn''get_ServiceLocator_XF7ZYnService'false],
  5534.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartCharacteristicCurveRender' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5535.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartExport' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  5536.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartPredefined' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5537.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartRender' => ['privates''.service_locator.WJdj3Ir''get_ServiceLocator_WJdj3IrService'false],
  5538.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartVolume' => ['privates''.service_locator.aiu47gS''get_ServiceLocator_Aiu47gSService'false],
  5539.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartVolumeRender' => ['privates''.service_locator.AaY_txO''get_ServiceLocator_AaYTxOService'false],
  5540.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:reportVolumeRender' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5541.             'Knitink\\UniverseBundle\\Controller\\TableController:delete' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5542.             'Knitink\\UniverseBundle\\Controller\\TableController:removeEvent' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5543.             'Knitink\\UniverseBundle\\Controller\\TableController:tableExport' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5544.             'Knitink\\UniverseBundle\\Controller\\TableController:tableRender' => ['privates''.service_locator.Fq96X7O''get_ServiceLocator_Fq96X7OService'false],
  5545.             'Knitink\\UniverseBundle\\Controller\\TankController:cedit' => ['privates''.service_locator.LiY5uSB''get_ServiceLocator_LiY5uSBService'false],
  5546.             'Knitink\\UniverseBundle\\Controller\\TankPreparationController:calculate' => ['privates''.service_locator.tr0suoM''get_ServiceLocator_Tr0suoMService'false],
  5547.             'Knitink\\UniverseBundle\\Controller\\UserController:emailTest' => ['privates''.service_locator.C31FD0f''get_ServiceLocator_C31FD0fService'false],
  5548.         ], [
  5549.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController::cgetAction' => '?',
  5550.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController::postDatagramAction' => '?',
  5551.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController::setViewHandler' => '?',
  5552.             'Knitink\\ControlBundle\\Controller\\DefaultController::remoteControl' => '?',
  5553.             'Knitink\\CoreBundle\\Controller\\DefaultController::dashboard' => '?',
  5554.             'Knitink\\CoreBundle\\Controller\\DefaultController::login' => '?',
  5555.             'Knitink\\CoreBundle\\Controller\\TestController::test' => '?',
  5556.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController::getsAction' => '?',
  5557.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController::setViewHandler' => '?',
  5558.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController::activationAction' => '?',
  5559.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController::postRegisterAction' => '?',
  5560.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController::setViewHandler' => '?',
  5561.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController::activationAction' => '?',
  5562.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController::setViewHandler' => '?',
  5563.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::countBackupsAction' => '?',
  5564.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::deleteBackupAction' => '?',
  5565.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::getBackupAction' => '?',
  5566.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::getBackupsAction' => '?',
  5567.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::getUpdatesAction' => '?',
  5568.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::postBackupAction' => '?',
  5569.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController::setViewHandler' => '?',
  5570.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::activationAction' => '?',
  5571.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::cpostAction' => '?',
  5572.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::getsAction' => '?',
  5573.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::patchAction' => '?',
  5574.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::serialnumberAction' => '?',
  5575.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController::setViewHandler' => '?',
  5576.             'Knitink\\ManagementBundle\\Controller\\BackupController::delete' => '?',
  5577.             'Knitink\\ManagementBundle\\Controller\\BackupController::download' => '?',
  5578.             'Knitink\\ManagementBundle\\Controller\\BackupController::observable' => '?',
  5579.             'Knitink\\ManagementBundle\\Controller\\ClientController::create' => '?',
  5580.             'Knitink\\ManagementBundle\\Controller\\ClientController::generateToken' => '?',
  5581.             'Knitink\\ManagementBundle\\Controller\\ClientController::list' => '?',
  5582.             'Knitink\\ManagementBundle\\Controller\\DealerController::create' => '?',
  5583.             'Knitink\\ManagementBundle\\Controller\\DealerController::delete' => '?',
  5584.             'Knitink\\ManagementBundle\\Controller\\DealerController::edit' => '?',
  5585.             'Knitink\\ManagementBundle\\Controller\\DealerController::observable' => '?',
  5586.             'Knitink\\ManagementBundle\\Controller\\DealerController::subscribeAdmin' => '?',
  5587.             'Knitink\\ManagementBundle\\Controller\\DealerController::subscribeInstaller' => '?',
  5588.             'Knitink\\ManagementBundle\\Controller\\DealerController::subscribeSupport' => '?',
  5589.             'Knitink\\ManagementBundle\\Controller\\DealerController::unsubscribeInstaller' => '?',
  5590.             'Knitink\\ManagementBundle\\Controller\\DealerController::unsubscribeSupport' => '?',
  5591.             'Knitink\\ManagementBundle\\Controller\\DefaultController::indexAction' => '?',
  5592.             'Knitink\\ManagementBundle\\Controller\\GatewayController::activate' => '?',
  5593.             'Knitink\\ManagementBundle\\Controller\\GatewayController::assignDealer' => '?',
  5594.             'Knitink\\ManagementBundle\\Controller\\GatewayController::create' => '?',
  5595.             'Knitink\\ManagementBundle\\Controller\\GatewayController::delete' => '?',
  5596.             'Knitink\\ManagementBundle\\Controller\\GatewayController::edit' => '?',
  5597.             'Knitink\\ManagementBundle\\Controller\\GatewayController::observable' => '?',
  5598.             'Knitink\\ManagementBundle\\Controller\\GatewayController::show' => '?',
  5599.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::create' => '?',
  5600.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::delete' => '?',
  5601.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::edit' => '?',
  5602.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::observable' => '?',
  5603.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController::show' => '?',
  5604.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::create' => '?',
  5605.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::delete' => '?',
  5606.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::edit' => '?',
  5607.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::observable' => '?',
  5608.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController::show' => '?',
  5609.             'Knitink\\ManagementBundle\\Controller\\LicenseUniverseController::list' => '?',
  5610.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::create' => '?',
  5611.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::delete' => '?',
  5612.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::edit' => '?',
  5613.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::observable' => '?',
  5614.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController::show' => '?',
  5615.             'Knitink\\ManagementBundle\\Controller\\ModuleController::create' => '?',
  5616.             'Knitink\\ManagementBundle\\Controller\\ModuleController::delete' => '?',
  5617.             'Knitink\\ManagementBundle\\Controller\\ModuleController::edit' => '?',
  5618.             'Knitink\\ManagementBundle\\Controller\\ModuleController::report' => '?',
  5619.             'Knitink\\ManagementBundle\\Controller\\ModuleController::reportUniverse' => '?',
  5620.             'Knitink\\ManagementBundle\\Controller\\OrderController::calculateAmount' => '?',
  5621.             'Knitink\\ManagementBundle\\Controller\\OrderController::createEquipment' => '?',
  5622.             'Knitink\\ManagementBundle\\Controller\\OrderController::edit' => '?',
  5623.             'Knitink\\ManagementBundle\\Controller\\OrderController::list' => '?',
  5624.             'Knitink\\ManagementBundle\\Controller\\PackageController::create' => '?',
  5625.             'Knitink\\ManagementBundle\\Controller\\PackageController::delete' => '?',
  5626.             'Knitink\\ManagementBundle\\Controller\\PackageController::edit' => '?',
  5627.             'Knitink\\ManagementBundle\\Controller\\PackageController::info' => '?',
  5628.             'Knitink\\ManagementBundle\\Controller\\PackageController::observable' => '?',
  5629.             'Knitink\\ManagementBundle\\Controller\\PackageController::show' => '?',
  5630.             'Knitink\\ManagementBundle\\Controller\\SupportController::create' => '?',
  5631.             'Knitink\\ManagementBundle\\Controller\\SupportController::delete' => '?',
  5632.             'Knitink\\ManagementBundle\\Controller\\SupportController::edit' => '?',
  5633.             'Knitink\\ManagementBundle\\Controller\\SupportController::observable' => '?',
  5634.             'Knitink\\ManagementBundle\\Controller\\SupportController::show' => '?',
  5635.             'Knitink\\ManagementBundle\\Controller\\TeamController::create' => '?',
  5636.             'Knitink\\ManagementBundle\\Controller\\TeamController::delete' => '?',
  5637.             'Knitink\\ManagementBundle\\Controller\\TeamController::edit' => '?',
  5638.             'Knitink\\ManagementBundle\\Controller\\TeamController::list' => '?',
  5639.             'Knitink\\ManagementBundle\\Controller\\TeamController::transferClient' => '?',
  5640.             'Knitink\\ManagementBundle\\Controller\\UnitController::activate' => '?',
  5641.             'Knitink\\ManagementBundle\\Controller\\UnitController::assignDealer' => '?',
  5642.             'Knitink\\ManagementBundle\\Controller\\UnitController::create' => '?',
  5643.             'Knitink\\ManagementBundle\\Controller\\UnitController::delete' => '?',
  5644.             'Knitink\\ManagementBundle\\Controller\\UnitController::edit' => '?',
  5645.             'Knitink\\ManagementBundle\\Controller\\UnitController::observable' => '?',
  5646.             'Knitink\\ManagementBundle\\Controller\\UpdateController::create' => '?',
  5647.             'Knitink\\ManagementBundle\\Controller\\UpdateController::delete' => '?',
  5648.             'Knitink\\ManagementBundle\\Controller\\UpdateController::download' => '?',
  5649.             'Knitink\\ManagementBundle\\Controller\\UpdateController::edit' => '?',
  5650.             'Knitink\\ManagementBundle\\Controller\\UpdateController::observable' => '?',
  5651.             'Knitink\\ManagementBundle\\Controller\\UserController::createClient' => '?',
  5652.             'Knitink\\ManagementBundle\\Controller\\UserController::createDealer' => '?',
  5653.             'Knitink\\ManagementBundle\\Controller\\UserController::delete' => '?',
  5654.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::create' => '?',
  5655.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::delete' => '?',
  5656.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::edit' => '?',
  5657.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::list' => '?',
  5658.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController::show' => '?',
  5659.             'Knitink\\UniverseBundle\\Controller\\AlertLoggingController::observable' => '?',
  5660.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::cgetAction' => '?',
  5661.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::getAbstractAction' => '?',
  5662.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::getDataAction' => '?',
  5663.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController::setViewHandler' => '?',
  5664.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::cgetAction' => '?',
  5665.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::getDataAction' => '?',
  5666.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::getDataBackAction' => '?',
  5667.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::getReportAction' => '?',
  5668.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController::setViewHandler' => '?',
  5669.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController::postIpsAction' => '?',
  5670.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController::setViewHandler' => '?',
  5671.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::cgetAction' => '?',
  5672.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::getPairingAction' => '?',
  5673.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::getReportAction' => '?',
  5674.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController::setViewHandler' => '?',
  5675.             'Knitink\\UniverseBundle\\Controller\\Api\\OpenDataController::setViewHandler' => '?',
  5676.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController::cgetAction' => '?',
  5677.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController::setViewHandler' => '?',
  5678.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController::cgetAction' => '?',
  5679.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController::setViewHandler' => '?',
  5680.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController::cgetAction' => '?',
  5681.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController::getDataAction' => '?',
  5682.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController::setViewHandler' => '?',
  5683.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController::cpostAction' => '?',
  5684.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController::setViewHandler' => '?',
  5685.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::cgetAction' => '?',
  5686.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::cpostAction' => '?',
  5687.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::postResponseDatagramAction' => '?',
  5688.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController::setViewHandler' => '?',
  5689.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController::cgetAction' => '?',
  5690.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController::setViewHandler' => '?',
  5691.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController::reportVolume' => '?',
  5692.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController::reportVolumeExport' => '?',
  5693.             'Knitink\\UniverseBundle\\Controller\\DosingController::popover' => '?',
  5694.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::create' => '?',
  5695.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::delete' => '?',
  5696.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::edit' => '?',
  5697.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::list' => '?',
  5698.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController::show' => '?',
  5699.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::create' => '?',
  5700.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::delete' => '?',
  5701.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::edit' => '?',
  5702.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::observable' => '?',
  5703.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController::show' => '?',
  5704.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::create' => '?',
  5705.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::delete' => '?',
  5706.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::edit' => '?',
  5707.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::list' => '?',
  5708.             'Knitink\\UniverseBundle\\Controller\\FertilizerController::show' => '?',
  5709.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::calculate' => '?',
  5710.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::create' => '?',
  5711.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::delete' => '?',
  5712.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::edit' => '?',
  5713.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::list' => '?',
  5714.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::observable' => '?',
  5715.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController::show' => '?',
  5716.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::calculate' => '?',
  5717.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::create' => '?',
  5718.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::edit' => '?',
  5719.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController::requestIrristrat' => '?',
  5720.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::dashboard' => '?',
  5721.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::list' => '?',
  5722.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::selectIrristrat' => '?',
  5723.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController::updateProgram' => '?',
  5724.             'Knitink\\UniverseBundle\\Controller\\PlayerController::list' => '?',
  5725.             'Knitink\\UniverseBundle\\Controller\\PlotController::createFile' => '?',
  5726.             'Knitink\\UniverseBundle\\Controller\\PlotController::list' => '?',
  5727.             'Knitink\\UniverseBundle\\Controller\\ProgramController::sendDatagram' => '?',
  5728.             'Knitink\\UniverseBundle\\Controller\\SeasonController::create' => '?',
  5729.             'Knitink\\UniverseBundle\\Controller\\SeasonController::edit' => '?',
  5730.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::chart' => '?',
  5731.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::create' => '?',
  5732.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::edit' => '?',
  5733.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController::index' => '?',
  5734.             'Knitink\\UniverseBundle\\Controller\\SectorController::popover' => '?',
  5735.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chart' => '?',
  5736.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartCharacteristicCurveRender' => '?',
  5737.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartExport' => '?',
  5738.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartPredefined' => '?',
  5739.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartRender' => '?',
  5740.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartVolume' => '?',
  5741.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::chartVolumeRender' => '?',
  5742.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController::reportVolumeRender' => '?',
  5743.             'Knitink\\UniverseBundle\\Controller\\TableController::delete' => '?',
  5744.             'Knitink\\UniverseBundle\\Controller\\TableController::removeEvent' => '?',
  5745.             'Knitink\\UniverseBundle\\Controller\\TableController::tableExport' => '?',
  5746.             'Knitink\\UniverseBundle\\Controller\\TableController::tableRender' => '?',
  5747.             'Knitink\\UniverseBundle\\Controller\\TankController::cedit' => '?',
  5748.             'Knitink\\UniverseBundle\\Controller\\TankPreparationController::calculate' => '?',
  5749.             'Knitink\\UniverseBundle\\Controller\\UserController::emailTest' => '?',
  5750.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController:cgetAction' => '?',
  5751.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController:postDatagramAction' => '?',
  5752.             'Knitink\\ControlBundle\\Controller\\Api\\GatewayController:setViewHandler' => '?',
  5753.             'Knitink\\ControlBundle\\Controller\\DefaultController:remoteControl' => '?',
  5754.             'Knitink\\CoreBundle\\Controller\\DefaultController:dashboard' => '?',
  5755.             'Knitink\\CoreBundle\\Controller\\DefaultController:login' => '?',
  5756.             'Knitink\\CoreBundle\\Controller\\TestController:test' => '?',
  5757.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController:getsAction' => '?',
  5758.             'Knitink\\ManagementBundle\\Controller\\Api\\DealerController:setViewHandler' => '?',
  5759.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController:activationAction' => '?',
  5760.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController:postRegisterAction' => '?',
  5761.             'Knitink\\ManagementBundle\\Controller\\Api\\GatewayController:setViewHandler' => '?',
  5762.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController:activationAction' => '?',
  5763.             'Knitink\\ManagementBundle\\Controller\\Api\\ModuleController:setViewHandler' => '?',
  5764.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:countBackupsAction' => '?',
  5765.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:deleteBackupAction' => '?',
  5766.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:getBackupAction' => '?',
  5767.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:getBackupsAction' => '?',
  5768.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:getUpdatesAction' => '?',
  5769.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:postBackupAction' => '?',
  5770.             'Knitink\\ManagementBundle\\Controller\\Api\\TeamController:setViewHandler' => '?',
  5771.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:activationAction' => '?',
  5772.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:cpostAction' => '?',
  5773.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:getsAction' => '?',
  5774.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:patchAction' => '?',
  5775.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:serialnumberAction' => '?',
  5776.             'Knitink\\ManagementBundle\\Controller\\Api\\UnitController:setViewHandler' => '?',
  5777.             'Knitink\\ManagementBundle\\Controller\\BackupController:delete' => '?',
  5778.             'Knitink\\ManagementBundle\\Controller\\BackupController:download' => '?',
  5779.             'Knitink\\ManagementBundle\\Controller\\BackupController:observable' => '?',
  5780.             'Knitink\\ManagementBundle\\Controller\\ClientController:create' => '?',
  5781.             'Knitink\\ManagementBundle\\Controller\\ClientController:generateToken' => '?',
  5782.             'Knitink\\ManagementBundle\\Controller\\ClientController:list' => '?',
  5783.             'Knitink\\ManagementBundle\\Controller\\DealerController:create' => '?',
  5784.             'Knitink\\ManagementBundle\\Controller\\DealerController:delete' => '?',
  5785.             'Knitink\\ManagementBundle\\Controller\\DealerController:edit' => '?',
  5786.             'Knitink\\ManagementBundle\\Controller\\DealerController:observable' => '?',
  5787.             'Knitink\\ManagementBundle\\Controller\\DealerController:subscribeAdmin' => '?',
  5788.             'Knitink\\ManagementBundle\\Controller\\DealerController:subscribeInstaller' => '?',
  5789.             'Knitink\\ManagementBundle\\Controller\\DealerController:subscribeSupport' => '?',
  5790.             'Knitink\\ManagementBundle\\Controller\\DealerController:unsubscribeInstaller' => '?',
  5791.             'Knitink\\ManagementBundle\\Controller\\DealerController:unsubscribeSupport' => '?',
  5792.             'Knitink\\ManagementBundle\\Controller\\DefaultController:indexAction' => '?',
  5793.             'Knitink\\ManagementBundle\\Controller\\GatewayController:activate' => '?',
  5794.             'Knitink\\ManagementBundle\\Controller\\GatewayController:assignDealer' => '?',
  5795.             'Knitink\\ManagementBundle\\Controller\\GatewayController:create' => '?',
  5796.             'Knitink\\ManagementBundle\\Controller\\GatewayController:delete' => '?',
  5797.             'Knitink\\ManagementBundle\\Controller\\GatewayController:edit' => '?',
  5798.             'Knitink\\ManagementBundle\\Controller\\GatewayController:observable' => '?',
  5799.             'Knitink\\ManagementBundle\\Controller\\GatewayController:show' => '?',
  5800.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:create' => '?',
  5801.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:delete' => '?',
  5802.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:edit' => '?',
  5803.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:observable' => '?',
  5804.             'Knitink\\ManagementBundle\\Controller\\LicenseModuleController:show' => '?',
  5805.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:create' => '?',
  5806.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:delete' => '?',
  5807.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:edit' => '?',
  5808.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:observable' => '?',
  5809.             'Knitink\\ManagementBundle\\Controller\\LicenseUnitController:show' => '?',
  5810.             'Knitink\\ManagementBundle\\Controller\\LicenseUniverseController:list' => '?',
  5811.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:create' => '?',
  5812.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:delete' => '?',
  5813.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:edit' => '?',
  5814.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:observable' => '?',
  5815.             'Knitink\\ManagementBundle\\Controller\\ManufacturerController:show' => '?',
  5816.             'Knitink\\ManagementBundle\\Controller\\ModuleController:create' => '?',
  5817.             'Knitink\\ManagementBundle\\Controller\\ModuleController:delete' => '?',
  5818.             'Knitink\\ManagementBundle\\Controller\\ModuleController:edit' => '?',
  5819.             'Knitink\\ManagementBundle\\Controller\\ModuleController:report' => '?',
  5820.             'Knitink\\ManagementBundle\\Controller\\ModuleController:reportUniverse' => '?',
  5821.             'Knitink\\ManagementBundle\\Controller\\OrderController:calculateAmount' => '?',
  5822.             'Knitink\\ManagementBundle\\Controller\\OrderController:createEquipment' => '?',
  5823.             'Knitink\\ManagementBundle\\Controller\\OrderController:edit' => '?',
  5824.             'Knitink\\ManagementBundle\\Controller\\OrderController:list' => '?',
  5825.             'Knitink\\ManagementBundle\\Controller\\PackageController:create' => '?',
  5826.             'Knitink\\ManagementBundle\\Controller\\PackageController:delete' => '?',
  5827.             'Knitink\\ManagementBundle\\Controller\\PackageController:edit' => '?',
  5828.             'Knitink\\ManagementBundle\\Controller\\PackageController:info' => '?',
  5829.             'Knitink\\ManagementBundle\\Controller\\PackageController:observable' => '?',
  5830.             'Knitink\\ManagementBundle\\Controller\\PackageController:show' => '?',
  5831.             'Knitink\\ManagementBundle\\Controller\\SupportController:create' => '?',
  5832.             'Knitink\\ManagementBundle\\Controller\\SupportController:delete' => '?',
  5833.             'Knitink\\ManagementBundle\\Controller\\SupportController:edit' => '?',
  5834.             'Knitink\\ManagementBundle\\Controller\\SupportController:observable' => '?',
  5835.             'Knitink\\ManagementBundle\\Controller\\SupportController:show' => '?',
  5836.             'Knitink\\ManagementBundle\\Controller\\TeamController:create' => '?',
  5837.             'Knitink\\ManagementBundle\\Controller\\TeamController:delete' => '?',
  5838.             'Knitink\\ManagementBundle\\Controller\\TeamController:edit' => '?',
  5839.             'Knitink\\ManagementBundle\\Controller\\TeamController:list' => '?',
  5840.             'Knitink\\ManagementBundle\\Controller\\TeamController:transferClient' => '?',
  5841.             'Knitink\\ManagementBundle\\Controller\\UnitController:activate' => '?',
  5842.             'Knitink\\ManagementBundle\\Controller\\UnitController:assignDealer' => '?',
  5843.             'Knitink\\ManagementBundle\\Controller\\UnitController:create' => '?',
  5844.             'Knitink\\ManagementBundle\\Controller\\UnitController:delete' => '?',
  5845.             'Knitink\\ManagementBundle\\Controller\\UnitController:edit' => '?',
  5846.             'Knitink\\ManagementBundle\\Controller\\UnitController:observable' => '?',
  5847.             'Knitink\\ManagementBundle\\Controller\\UpdateController:create' => '?',
  5848.             'Knitink\\ManagementBundle\\Controller\\UpdateController:delete' => '?',
  5849.             'Knitink\\ManagementBundle\\Controller\\UpdateController:download' => '?',
  5850.             'Knitink\\ManagementBundle\\Controller\\UpdateController:edit' => '?',
  5851.             'Knitink\\ManagementBundle\\Controller\\UpdateController:observable' => '?',
  5852.             'Knitink\\ManagementBundle\\Controller\\UserController:createClient' => '?',
  5853.             'Knitink\\ManagementBundle\\Controller\\UserController:createDealer' => '?',
  5854.             'Knitink\\ManagementBundle\\Controller\\UserController:delete' => '?',
  5855.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:create' => '?',
  5856.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:delete' => '?',
  5857.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:edit' => '?',
  5858.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:list' => '?',
  5859.             'Knitink\\UniverseBundle\\Controller\\AlertConfigController:show' => '?',
  5860.             'Knitink\\UniverseBundle\\Controller\\AlertLoggingController:observable' => '?',
  5861.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:cgetAction' => '?',
  5862.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:getAbstractAction' => '?',
  5863.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:getDataAction' => '?',
  5864.             'Knitink\\UniverseBundle\\Controller\\Api\\DrainCheckController:setViewHandler' => '?',
  5865.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:cgetAction' => '?',
  5866.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:getDataAction' => '?',
  5867.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:getDataBackAction' => '?',
  5868.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:getReportAction' => '?',
  5869.             'Knitink\\UniverseBundle\\Controller\\Api\\FlowMeterController:setViewHandler' => '?',
  5870.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController:postIpsAction' => '?',
  5871.             'Knitink\\UniverseBundle\\Controller\\Api\\GatewayController:setViewHandler' => '?',
  5872.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:cgetAction' => '?',
  5873.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:getPairingAction' => '?',
  5874.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:getReportAction' => '?',
  5875.             'Knitink\\UniverseBundle\\Controller\\Api\\IrrigationUnitController:setViewHandler' => '?',
  5876.             'Knitink\\UniverseBundle\\Controller\\Api\\OpenDataController:setViewHandler' => '?',
  5877.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController:cgetAction' => '?',
  5878.             'Knitink\\UniverseBundle\\Controller\\Api\\PlotController:setViewHandler' => '?',
  5879.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController:cgetAction' => '?',
  5880.             'Knitink\\UniverseBundle\\Controller\\Api\\SectorController:setViewHandler' => '?',
  5881.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController:cgetAction' => '?',
  5882.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController:getDataAction' => '?',
  5883.             'Knitink\\UniverseBundle\\Controller\\Api\\SensorController:setViewHandler' => '?',
  5884.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController:cpostAction' => '?',
  5885.             'Knitink\\UniverseBundle\\Controller\\Api\\StateLoggingController:setViewHandler' => '?',
  5886.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:cgetAction' => '?',
  5887.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:cpostAction' => '?',
  5888.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:postResponseDatagramAction' => '?',
  5889.             'Knitink\\UniverseBundle\\Controller\\Api\\TeamController:setViewHandler' => '?',
  5890.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController:cgetAction' => '?',
  5891.             'Knitink\\UniverseBundle\\Controller\\Api\\ValveController:setViewHandler' => '?',
  5892.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController:reportVolume' => '?',
  5893.             'Knitink\\UniverseBundle\\Controller\\DailyLoggingController:reportVolumeExport' => '?',
  5894.             'Knitink\\UniverseBundle\\Controller\\DosingController:popover' => '?',
  5895.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:create' => '?',
  5896.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:delete' => '?',
  5897.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:edit' => '?',
  5898.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:list' => '?',
  5899.             'Knitink\\UniverseBundle\\Controller\\FertilizationFormulaController:show' => '?',
  5900.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:create' => '?',
  5901.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:delete' => '?',
  5902.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:edit' => '?',
  5903.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:observable' => '?',
  5904.             'Knitink\\UniverseBundle\\Controller\\FertilizationPlanController:show' => '?',
  5905.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:create' => '?',
  5906.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:delete' => '?',
  5907.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:edit' => '?',
  5908.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:list' => '?',
  5909.             'Knitink\\UniverseBundle\\Controller\\FertilizerController:show' => '?',
  5910.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:calculate' => '?',
  5911.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:create' => '?',
  5912.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:delete' => '?',
  5913.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:edit' => '?',
  5914.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:list' => '?',
  5915.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:observable' => '?',
  5916.             'Knitink\\UniverseBundle\\Controller\\IrrigationAnalysisController:show' => '?',
  5917.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:calculate' => '?',
  5918.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:create' => '?',
  5919.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:edit' => '?',
  5920.             'Knitink\\UniverseBundle\\Controller\\IrrigationPlanController:requestIrristrat' => '?',
  5921.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:dashboard' => '?',
  5922.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:list' => '?',
  5923.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:selectIrristrat' => '?',
  5924.             'Knitink\\UniverseBundle\\Controller\\IrrigationUnitController:updateProgram' => '?',
  5925.             'Knitink\\UniverseBundle\\Controller\\PlayerController:list' => '?',
  5926.             'Knitink\\UniverseBundle\\Controller\\PlotController:createFile' => '?',
  5927.             'Knitink\\UniverseBundle\\Controller\\PlotController:list' => '?',
  5928.             'Knitink\\UniverseBundle\\Controller\\ProgramController:sendDatagram' => '?',
  5929.             'Knitink\\UniverseBundle\\Controller\\SeasonController:create' => '?',
  5930.             'Knitink\\UniverseBundle\\Controller\\SeasonController:edit' => '?',
  5931.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:chart' => '?',
  5932.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:create' => '?',
  5933.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:edit' => '?',
  5934.             'Knitink\\UniverseBundle\\Controller\\SeasonLoggingController:index' => '?',
  5935.             'Knitink\\UniverseBundle\\Controller\\SectorController:popover' => '?',
  5936.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chart' => '?',
  5937.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartCharacteristicCurveRender' => '?',
  5938.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartExport' => '?',
  5939.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartPredefined' => '?',
  5940.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartRender' => '?',
  5941.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartVolume' => '?',
  5942.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:chartVolumeRender' => '?',
  5943.             'Knitink\\UniverseBundle\\Controller\\StateLoggingController:reportVolumeRender' => '?',
  5944.             'Knitink\\UniverseBundle\\Controller\\TableController:delete' => '?',
  5945.             'Knitink\\UniverseBundle\\Controller\\TableController:removeEvent' => '?',
  5946.             'Knitink\\UniverseBundle\\Controller\\TableController:tableExport' => '?',
  5947.             'Knitink\\UniverseBundle\\Controller\\TableController:tableRender' => '?',
  5948.             'Knitink\\UniverseBundle\\Controller\\TankController:cedit' => '?',
  5949.             'Knitink\\UniverseBundle\\Controller\\TankPreparationController:calculate' => '?',
  5950.             'Knitink\\UniverseBundle\\Controller\\UserController:emailTest' => '?',
  5951.         ]);
  5952.     }
  5953.     /**
  5954.      * Gets the private '.service_locator.7YzoMi_' shared service.
  5955.      *
  5956.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5957.      */
  5958.     protected function get_ServiceLocator_7YzoMiService()
  5959.     {
  5960.         return $this->privates['.service_locator.7YzoMi_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5961.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\PlayerManager''getPlayerManagerService'false],
  5962.             'playerService' => ['services''Knitink\\UniverseBundle\\Service\\PlayerService''getPlayerServiceService'false],
  5963.         ], [
  5964.             'manager' => 'Knitink\\UniverseBundle\\Domain\\PlayerManager',
  5965.             'playerService' => 'Knitink\\UniverseBundle\\Service\\PlayerService',
  5966.         ]);
  5967.     }
  5968.     /**
  5969.      * Gets the private '.service_locator.7yH55ce' shared service.
  5970.      *
  5971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5972.      */
  5973.     protected function get_ServiceLocator_7yH55ceService()
  5974.     {
  5975.         return $this->privates['.service_locator.7yH55ce'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5976.             'packageManager' => ['privates''Knitink\\ManagementBundle\\Domain\\PackageManager''getPackageManagerService'false],
  5977.         ], [
  5978.             'packageManager' => 'Knitink\\ManagementBundle\\Domain\\PackageManager',
  5979.         ]);
  5980.     }
  5981.     /**
  5982.      * Gets the private '.service_locator.AQJR7He' shared service.
  5983.      *
  5984.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5985.      */
  5986.     protected function get_ServiceLocator_AQJR7HeService()
  5987.     {
  5988.         return $this->privates['.service_locator.AQJR7He'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5989.             'dealerManager' => ['privates''Knitink\\ManagementBundle\\Domain\\DealerManager''getDealerManagerService'false],
  5990.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  5991.         ], [
  5992.             'dealerManager' => 'Knitink\\ManagementBundle\\Domain\\DealerManager',
  5993.             'paramFetcher' => '?',
  5994.         ]);
  5995.     }
  5996.     /**
  5997.      * Gets the private '.service_locator.AaY_txO' shared service.
  5998.      *
  5999.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6000.      */
  6001.     protected function get_ServiceLocator_AaYTxOService()
  6002.     {
  6003.         return $this->privates['.service_locator.AaY_txO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6004.             'chartService' => ['services''Knitink\\UniverseBundle\\Service\\ChartService''getChartServiceService'false],
  6005.         ], [
  6006.             'chartService' => 'Knitink\\UniverseBundle\\Service\\ChartService',
  6007.         ]);
  6008.     }
  6009.     /**
  6010.      * Gets the private '.service_locator.AqzpV.Z' shared service.
  6011.      *
  6012.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6013.      */
  6014.     protected function get_ServiceLocator_AqzpV_ZService()
  6015.     {
  6016.         return $this->privates['.service_locator.AqzpV.Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6017.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6018.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\ModuleManager''getModuleManagerService'false],
  6019.         ], [
  6020.             'eventDispatcher' => '?',
  6021.             'manager' => 'Knitink\\ManagementBundle\\Domain\\ModuleManager',
  6022.         ]);
  6023.     }
  6024.     /**
  6025.      * Gets the private '.service_locator.BfWoQdw' shared service.
  6026.      *
  6027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6028.      */
  6029.     protected function get_ServiceLocator_BfWoQdwService()
  6030.     {
  6031.         return $this->privates['.service_locator.BfWoQdw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6032.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\LicenseUnitManager''getLicenseUnitManagerService'false],
  6033.         ], [
  6034.             'manager' => 'Knitink\\ManagementBundle\\Domain\\LicenseUnitManager',
  6035.         ]);
  6036.     }
  6037.     /**
  6038.      * Gets the private '.service_locator.C31FD0f' shared service.
  6039.      *
  6040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6041.      */
  6042.     protected function get_ServiceLocator_C31FD0fService()
  6043.     {
  6044.         return $this->privates['.service_locator.C31FD0f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6045.             'mailerProvider' => ['privates''Knitink\\CoreBundle\\Provider\\MailerProvider''getMailerProviderService'false],
  6046.             'templating' => ['services''twig''getTwigService'false],
  6047.         ], [
  6048.             'mailerProvider' => 'Knitink\\CoreBundle\\Provider\\MailerProvider',
  6049.             'templating' => '?',
  6050.         ]);
  6051.     }
  6052.     /**
  6053.      * Gets the private '.service_locator.Ccu3hvU' shared service.
  6054.      *
  6055.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6056.      */
  6057.     protected function get_ServiceLocator_Ccu3hvUService()
  6058.     {
  6059.         return $this->privates['.service_locator.Ccu3hvU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6060.             'translator' => ['services''translator''getTranslatorService'false],
  6061.         ], [
  6062.             'translator' => '?',
  6063.         ]);
  6064.     }
  6065.     /**
  6066.      * Gets the private '.service_locator.Cxwep_X' shared service.
  6067.      *
  6068.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6069.      */
  6070.     protected function get_ServiceLocator_CxwepXService()
  6071.     {
  6072.         return $this->privates['.service_locator.Cxwep_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6073.             'controlManager' => ['privates''Knitink\\UniverseBundle\\Domain\\ControlManager''getControlManagerService'false],
  6074.             'seasonLoggingManager' => ['privates''Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager''getSeasonLoggingManagerService'false],
  6075.         ], [
  6076.             'controlManager' => 'Knitink\\UniverseBundle\\Domain\\ControlManager',
  6077.             'seasonLoggingManager' => 'Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager',
  6078.         ]);
  6079.     }
  6080.     /**
  6081.      * Gets the private '.service_locator.DyvVk3Z' shared service.
  6082.      *
  6083.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6084.      */
  6085.     protected function get_ServiceLocator_DyvVk3ZService()
  6086.     {
  6087.         return $this->privates['.service_locator.DyvVk3Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6088.             'licenseUniverseManager' => ['privates''Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager''getLicenseUniverseManagerService'false],
  6089.         ], [
  6090.             'licenseUniverseManager' => 'Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager',
  6091.         ]);
  6092.     }
  6093.     /**
  6094.      * Gets the private '.service_locator.F_Z1enm' shared service.
  6095.      *
  6096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6097.      */
  6098.     protected function get_ServiceLocator_FZ1enmService()
  6099.     {
  6100.         return $this->privates['.service_locator.F_Z1enm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6101.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\LicenseModuleManager''getLicenseModuleManagerService'false],
  6102.         ], [
  6103.             'manager' => 'Knitink\\ManagementBundle\\Domain\\LicenseModuleManager',
  6104.         ]);
  6105.     }
  6106.     /**
  6107.      * Gets the private '.service_locator.Fq96X7O' shared service.
  6108.      *
  6109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6110.      */
  6111.     protected function get_ServiceLocator_Fq96X7OService()
  6112.     {
  6113.         return $this->privates['.service_locator.Fq96X7O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6114.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\StateLoggingManager''getStateLoggingManagerService'false],
  6115.         ], [
  6116.             'manager' => 'Knitink\\UniverseBundle\\Domain\\StateLoggingManager',
  6117.         ]);
  6118.     }
  6119.     /**
  6120.      * Gets the private '.service_locator.Goulu8U' shared service.
  6121.      *
  6122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6123.      */
  6124.     protected function get_ServiceLocator_Goulu8UService()
  6125.     {
  6126.         return $this->privates['.service_locator.Goulu8U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6127.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\GatewayManager''getGatewayManagerService'false],
  6128.         ], [
  6129.             'manager' => 'Knitink\\ManagementBundle\\Domain\\GatewayManager',
  6130.         ]);
  6131.     }
  6132.     /**
  6133.      * Gets the private '.service_locator.I1eaUyF' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6136.      */
  6137.     protected function get_ServiceLocator_I1eaUyFService()
  6138.     {
  6139.         return $this->privates['.service_locator.I1eaUyF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6140.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6141.         ], [
  6142.             'eventDispatcher' => '?',
  6143.         ]);
  6144.     }
  6145.     /**
  6146.      * Gets the private '.service_locator.KG1PmUS' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6149.      */
  6150.     protected function get_ServiceLocator_KG1PmUSService()
  6151.     {
  6152.         return $this->privates['.service_locator.KG1PmUS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6153.             'backupManager' => ['privates''Knitink\\ManagementBundle\\Domain\\BackupManager''getBackupManagerService'false],
  6154.         ], [
  6155.             'backupManager' => 'Knitink\\ManagementBundle\\Domain\\BackupManager',
  6156.         ]);
  6157.     }
  6158.     /**
  6159.      * Gets the private '.service_locator.L9Kc.4q' shared service.
  6160.      *
  6161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6162.      */
  6163.     protected function get_ServiceLocator_L9Kc_4qService()
  6164.     {
  6165.         return $this->privates['.service_locator.L9Kc.4q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6166.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6167.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\UnitManager''getUnitManagerService'false],
  6168.         ], [
  6169.             'dispatcher' => '?',
  6170.             'manager' => 'Knitink\\ManagementBundle\\Domain\\UnitManager',
  6171.         ]);
  6172.     }
  6173.     /**
  6174.      * Gets the private '.service_locator.LiY5uSB' shared service.
  6175.      *
  6176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6177.      */
  6178.     protected function get_ServiceLocator_LiY5uSBService()
  6179.     {
  6180.         return $this->privates['.service_locator.LiY5uSB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6181.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\TankManager''getTankManagerService'false],
  6182.         ], [
  6183.             'manager' => 'Knitink\\UniverseBundle\\Domain\\TankManager',
  6184.         ]);
  6185.     }
  6186.     /**
  6187.      * Gets the private '.service_locator.MKFAyhK' shared service.
  6188.      *
  6189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6190.      */
  6191.     protected function get_ServiceLocator_MKFAyhKService()
  6192.     {
  6193.         return $this->privates['.service_locator.MKFAyhK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6194.             'backupManager' => ['privates''Knitink\\ManagementBundle\\Domain\\BackupManager''getBackupManagerService'false],
  6195.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  6196.         ], [
  6197.             'backupManager' => 'Knitink\\ManagementBundle\\Domain\\BackupManager',
  6198.             'paramFetcher' => '?',
  6199.         ]);
  6200.     }
  6201.     /**
  6202.      * Gets the private '.service_locator.Mi9jCvj' shared service.
  6203.      *
  6204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6205.      */
  6206.     protected function get_ServiceLocator_Mi9jCvjService()
  6207.     {
  6208.         return $this->privates['.service_locator.Mi9jCvj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6209.             'gatewayManager' => ['privates''Knitink\\ManagementBundle\\Domain\\GatewayManager''getGatewayManagerService'false],
  6210.             'moduleManager' => ['privates''Knitink\\ManagementBundle\\Domain\\ModuleManager''getModuleManagerService'false],
  6211.             'unitManager' => ['privates''Knitink\\ManagementBundle\\Domain\\UnitManager''getUnitManagerService'false],
  6212.         ], [
  6213.             'gatewayManager' => 'Knitink\\ManagementBundle\\Domain\\GatewayManager',
  6214.             'moduleManager' => 'Knitink\\ManagementBundle\\Domain\\ModuleManager',
  6215.             'unitManager' => 'Knitink\\ManagementBundle\\Domain\\UnitManager',
  6216.         ]);
  6217.     }
  6218.     /**
  6219.      * Gets the private '.service_locator.NijYnFk' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6222.      */
  6223.     protected function get_ServiceLocator_NijYnFkService()
  6224.     {
  6225.         return $this->privates['.service_locator.NijYnFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6226.             'dealerManager' => ['privates''Knitink\\ManagementBundle\\Domain\\DealerManager''getDealerManagerService'false],
  6227.         ], [
  6228.             'dealerManager' => 'Knitink\\ManagementBundle\\Domain\\DealerManager',
  6229.         ]);
  6230.     }
  6231.     /**
  6232.      * Gets the private '.service_locator.OQQSkYd' shared service.
  6233.      *
  6234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6235.      */
  6236.     protected function get_ServiceLocator_OQQSkYdService()
  6237.     {
  6238.         return $this->privates['.service_locator.OQQSkYd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6239.             'irrigationUnitService' => ['services''Knitink\\UniverseBundle\\Service\\IrrigationUnitService''getIrrigationUnitServiceService'false],
  6240.         ], [
  6241.             'irrigationUnitService' => 'Knitink\\UniverseBundle\\Service\\IrrigationUnitService',
  6242.         ]);
  6243.     }
  6244.     /**
  6245.      * Gets the private '.service_locator.PFwQjnW' shared service.
  6246.      *
  6247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6248.      */
  6249.     protected function get_ServiceLocator_PFwQjnWService()
  6250.     {
  6251.         return $this->privates['.service_locator.PFwQjnW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6252.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\SupportManager''getSupportManagerService'false],
  6253.         ], [
  6254.             'manager' => 'Knitink\\ManagementBundle\\Domain\\SupportManager',
  6255.         ]);
  6256.     }
  6257.     /**
  6258.      * Gets the private '.service_locator.PlEIx4c' shared service.
  6259.      *
  6260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6261.      */
  6262.     protected function get_ServiceLocator_PlEIx4cService()
  6263.     {
  6264.         return $this->privates['.service_locator.PlEIx4c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6265.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\DealerManager''getDealerManagerService'false],
  6266.             'userManager' => ['privates''Knitink\\CoreBundle\\Domain\\UserManager''getUserManagerService'false],
  6267.         ], [
  6268.             'manager' => 'Knitink\\ManagementBundle\\Domain\\DealerManager',
  6269.             'userManager' => 'Knitink\\CoreBundle\\Domain\\UserManager',
  6270.         ]);
  6271.     }
  6272.     /**
  6273.      * Gets the private '.service_locator.QcpZ45c' shared service.
  6274.      *
  6275.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6276.      */
  6277.     protected function get_ServiceLocator_QcpZ45cService()
  6278.     {
  6279.         return $this->privates['.service_locator.QcpZ45c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6280.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6281.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\FertilizationPlanManager''getFertilizationPlanManagerService'false],
  6282.         ], [
  6283.             'dispatcher' => '?',
  6284.             'manager' => 'Knitink\\UniverseBundle\\Domain\\FertilizationPlanManager',
  6285.         ]);
  6286.     }
  6287.     /**
  6288.      * Gets the private '.service_locator.RGIiAl4' shared service.
  6289.      *
  6290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6291.      */
  6292.     protected function get_ServiceLocator_RGIiAl4Service()
  6293.     {
  6294.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6295.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  6296.         ], [
  6297.             'viewhandler' => '?',
  6298.         ]);
  6299.     }
  6300.     /**
  6301.      * Gets the private '.service_locator.RvrCpNA' shared service.
  6302.      *
  6303.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6304.      */
  6305.     protected function get_ServiceLocator_RvrCpNAService()
  6306.     {
  6307.         return $this->privates['.service_locator.RvrCpNA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6308.             'irristratProvider' => ['privates''Knitink\\UniverseBundle\\Provider\\IrristratProvider''getIrristratProviderService'false],
  6309.             'notificationService' => ['services''Knitink\\UniverseBundle\\Service\\NotificationService''getNotificationServiceService'false],
  6310.             'seasonLoggingManager' => ['privates''Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager''getSeasonLoggingManagerService'false],
  6311.         ], [
  6312.             'irristratProvider' => 'Knitink\\UniverseBundle\\Provider\\IrristratProvider',
  6313.             'notificationService' => 'Knitink\\UniverseBundle\\Service\\NotificationService',
  6314.             'seasonLoggingManager' => 'Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager',
  6315.         ]);
  6316.     }
  6317.     /**
  6318.      * Gets the private '.service_locator.TcunFcW' shared service.
  6319.      *
  6320.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6321.      */
  6322.     protected function get_ServiceLocator_TcunFcWService()
  6323.     {
  6324.         return $this->privates['.service_locator.TcunFcW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6325.             'bus' => ['services''message_bus''getMessageBusService'false],
  6326.         ], [
  6327.             'bus' => '?',
  6328.         ]);
  6329.     }
  6330.     /**
  6331.      * Gets the private '.service_locator.U5jtqRV' shared service.
  6332.      *
  6333.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6334.      */
  6335.     protected function get_ServiceLocator_U5jtqRVService()
  6336.     {
  6337.         return $this->privates['.service_locator.U5jtqRV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6338.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\PackageManager''getPackageManagerService'false],
  6339.         ], [
  6340.             'manager' => 'Knitink\\ManagementBundle\\Domain\\PackageManager',
  6341.         ]);
  6342.     }
  6343.     /**
  6344.      * Gets the private '.service_locator.UEJAp7w' shared service.
  6345.      *
  6346.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6347.      */
  6348.     protected function get_ServiceLocator_UEJAp7wService()
  6349.     {
  6350.         return $this->privates['.service_locator.UEJAp7w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6351.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\FertilizationPlanManager''getFertilizationPlanManagerService'false],
  6352.         ], [
  6353.             'manager' => 'Knitink\\UniverseBundle\\Domain\\FertilizationPlanManager',
  6354.         ]);
  6355.     }
  6356.     /**
  6357.      * Gets the private '.service_locator.WBFyaqc' shared service.
  6358.      *
  6359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6360.      */
  6361.     protected function get_ServiceLocator_WBFyaqcService()
  6362.     {
  6363.         return $this->privates['.service_locator.WBFyaqc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6364.             'irristratProvider' => ['privates''Knitink\\UniverseBundle\\Provider\\IrristratProvider''getIrristratProviderService'false],
  6365.         ], [
  6366.             'irristratProvider' => 'Knitink\\UniverseBundle\\Provider\\IrristratProvider',
  6367.         ]);
  6368.     }
  6369.     /**
  6370.      * Gets the private '.service_locator.WJdj3Ir' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6373.      */
  6374.     protected function get_ServiceLocator_WJdj3IrService()
  6375.     {
  6376.         return $this->privates['.service_locator.WJdj3Ir'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6377.             'chartService' => ['services''Knitink\\UniverseBundle\\Service\\ChartService''getChartServiceService'false],
  6378.             'translator' => ['services''translator''getTranslatorService'false],
  6379.         ], [
  6380.             'chartService' => 'Knitink\\UniverseBundle\\Service\\ChartService',
  6381.             'translator' => '?',
  6382.         ]);
  6383.     }
  6384.     /**
  6385.      * Gets the private '.service_locator.WorYF6I' shared service.
  6386.      *
  6387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6388.      */
  6389.     protected function get_ServiceLocator_WorYF6IService()
  6390.     {
  6391.         return $this->privates['.service_locator.WorYF6I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6392.             'userManager' => ['privates''Knitink\\CoreBundle\\Domain\\UserManager''getUserManagerService'false],
  6393.         ], [
  6394.             'userManager' => 'Knitink\\CoreBundle\\Domain\\UserManager',
  6395.         ]);
  6396.     }
  6397.     /**
  6398.      * Gets the private '.service_locator.WyPKXjX' shared service.
  6399.      *
  6400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6401.      */
  6402.     protected function get_ServiceLocator_WyPKXjXService()
  6403.     {
  6404.         return $this->privates['.service_locator.WyPKXjX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6405.             'remoteControlService' => ['privates''Knitink\\ControlBundle\\Service\\RemoteControlService''getRemoteControlServiceService'false],
  6406.         ], [
  6407.             'remoteControlService' => 'Knitink\\ControlBundle\\Service\\RemoteControlService',
  6408.         ]);
  6409.     }
  6410.     /**
  6411.      * Gets the private '.service_locator.X_f7ZYn' shared service.
  6412.      *
  6413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6414.      */
  6415.     protected function get_ServiceLocator_XF7ZYnService()
  6416.     {
  6417.         return $this->privates['.service_locator.X_f7ZYn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6418.             'unitSystemService' => ['services''Knitink\\UniverseBundle\\Service\\UnitSystemService''getUnitSystemServiceService'false],
  6419.         ], [
  6420.             'unitSystemService' => 'Knitink\\UniverseBundle\\Service\\UnitSystemService',
  6421.         ]);
  6422.     }
  6423.     /**
  6424.      * Gets the private '.service_locator.YM5kIfM' shared service.
  6425.      *
  6426.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6427.      */
  6428.     protected function get_ServiceLocator_YM5kIfMService()
  6429.     {
  6430.         return $this->privates['.service_locator.YM5kIfM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6431.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\UnitManager''getUnitManagerService'false],
  6432.         ], [
  6433.             'manager' => 'Knitink\\ManagementBundle\\Domain\\UnitManager',
  6434.         ]);
  6435.     }
  6436.     /**
  6437.      * Gets the private '.service_locator.YSTTR3z' shared service.
  6438.      *
  6439.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6440.      */
  6441.     protected function get_ServiceLocator_YSTTR3zService()
  6442.     {
  6443.         return $this->privates['.service_locator.YSTTR3z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6444.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6445.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager''getIrrigationAnalysisManagerService'false],
  6446.             'teamManager' => ['privates''Knitink\\UniverseBundle\\Domain\\TeamManager''getTeamManagerService'false],
  6447.         ], [
  6448.             'dispatcher' => '?',
  6449.             'manager' => 'Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager',
  6450.             'teamManager' => 'Knitink\\UniverseBundle\\Domain\\TeamManager',
  6451.         ]);
  6452.     }
  6453.     /**
  6454.      * Gets the private '.service_locator._N77Mgq' shared service.
  6455.      *
  6456.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6457.      */
  6458.     protected function get_ServiceLocator_N77MgqService()
  6459.     {
  6460.         return $this->privates['.service_locator._N77Mgq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6461.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\DealerManager''getDealerManagerService'false],
  6462.         ], [
  6463.             'manager' => 'Knitink\\ManagementBundle\\Domain\\DealerManager',
  6464.         ]);
  6465.     }
  6466.     /**
  6467.      * Gets the private '.service_locator._m81wgV' shared service.
  6468.      *
  6469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6470.      */
  6471.     protected function get_ServiceLocator_M81wgVService()
  6472.     {
  6473.         return $this->privates['.service_locator._m81wgV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6474.             'configManager' => ['privates''Knitink\\ManagementBundle\\Domain\\ConfigManager''getConfigManagerService'false],
  6475.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  6476.         ], [
  6477.             'configManager' => 'Knitink\\ManagementBundle\\Domain\\ConfigManager',
  6478.             'paramFetcher' => '?',
  6479.         ]);
  6480.     }
  6481.     /**
  6482.      * Gets the private '.service_locator.aXYMKqQ' shared service.
  6483.      *
  6484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6485.      */
  6486.     protected function get_ServiceLocator_AXYMKqQService()
  6487.     {
  6488.         return $this->privates['.service_locator.aXYMKqQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6489.             'seasonLoggingManager' => ['privates''Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager''getSeasonLoggingManagerService'false],
  6490.         ], [
  6491.             'seasonLoggingManager' => 'Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager',
  6492.         ]);
  6493.     }
  6494.     /**
  6495.      * Gets the private '.service_locator.aiu47gS' shared service.
  6496.      *
  6497.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6498.      */
  6499.     protected function get_ServiceLocator_Aiu47gSService()
  6500.     {
  6501.         return $this->privates['.service_locator.aiu47gS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6502.             'chartService' => ['services''Knitink\\UniverseBundle\\Service\\ChartService''getChartServiceService'false],
  6503.             'unitSystemService' => ['services''Knitink\\UniverseBundle\\Service\\UnitSystemService''getUnitSystemServiceService'false],
  6504.         ], [
  6505.             'chartService' => 'Knitink\\UniverseBundle\\Service\\ChartService',
  6506.             'unitSystemService' => 'Knitink\\UniverseBundle\\Service\\UnitSystemService',
  6507.         ]);
  6508.     }
  6509.     /**
  6510.      * Gets the private '.service_locator.bDn7gGc' shared service.
  6511.      *
  6512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6513.      */
  6514.     protected function get_ServiceLocator_BDn7gGcService()
  6515.     {
  6516.         return $this->privates['.service_locator.bDn7gGc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6517.             'bus' => ['services''message_bus''getMessageBusService'false],
  6518.             'service' => ['privates''Knitink\\UniverseBundle\\MessageService\\StateLoggingsMessageService''getStateLoggingsMessageServiceService'false],
  6519.             'universeApiLogger' => ['services''monolog.logger.universe_api''getMonolog_Logger_UniverseApiService'false],
  6520.         ], [
  6521.             'bus' => '?',
  6522.             'service' => 'Knitink\\UniverseBundle\\MessageService\\StateLoggingsMessageService',
  6523.             'universeApiLogger' => '?',
  6524.         ]);
  6525.     }
  6526.     /**
  6527.      * Gets the private '.service_locator.b_TYqvO' shared service.
  6528.      *
  6529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6530.      */
  6531.     protected function get_ServiceLocator_BTYqvOService()
  6532.     {
  6533.         return $this->privates['.service_locator.b_TYqvO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6534.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\ModuleManager''getModuleManagerService'false],
  6535.         ], [
  6536.             'manager' => 'Knitink\\ManagementBundle\\Domain\\ModuleManager',
  6537.         ]);
  6538.     }
  6539.     /**
  6540.      * Gets the private '.service_locator.czbtFAZ' shared service.
  6541.      *
  6542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6543.      */
  6544.     protected function get_ServiceLocator_CzbtFAZService()
  6545.     {
  6546.         return $this->privates['.service_locator.czbtFAZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6547.             'plotService' => ['services''Knitink\\UniverseBundle\\Service\\PlotService''getPlotServiceService'false],
  6548.         ], [
  6549.             'plotService' => 'Knitink\\UniverseBundle\\Service\\PlotService',
  6550.         ]);
  6551.     }
  6552.     /**
  6553.      * Gets the private '.service_locator.f9c1Biw' shared service.
  6554.      *
  6555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6556.      */
  6557.     protected function get_ServiceLocator_F9c1BiwService()
  6558.     {
  6559.         return $this->privates['.service_locator.f9c1Biw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6560.             'coreService' => ['privates''Knitink\\CoreBundle\\Service\\CoreService''getCoreServiceService'false],
  6561.         ], [
  6562.             'coreService' => 'Knitink\\CoreBundle\\Service\\CoreService',
  6563.         ]);
  6564.     }
  6565.     /**
  6566.      * Gets the private '.service_locator.fEHbOZ6' shared service.
  6567.      *
  6568.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6569.      */
  6570.     protected function get_ServiceLocator_FEHbOZ6Service()
  6571.     {
  6572.         return $this->privates['.service_locator.fEHbOZ6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6573.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6574.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\GatewayManager''getGatewayManagerService'false],
  6575.         ], [
  6576.             'dispatcher' => '?',
  6577.             'manager' => 'Knitink\\ManagementBundle\\Domain\\GatewayManager',
  6578.         ]);
  6579.     }
  6580.     /**
  6581.      * Gets the private '.service_locator.fKBNQSm' shared service.
  6582.      *
  6583.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6584.      */
  6585.     protected function get_ServiceLocator_FKBNQSmService()
  6586.     {
  6587.         return $this->privates['.service_locator.fKBNQSm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6588.             'dataFluxProvider' => ['privates''Knitink\\UniverseBundle\\Provider\\DataFluxProvider''getDataFluxProviderService'false],
  6589.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  6590.         ], [
  6591.             'dataFluxProvider' => 'Knitink\\UniverseBundle\\Provider\\DataFluxProvider',
  6592.             'paramFetcher' => '?',
  6593.         ]);
  6594.     }
  6595.     /**
  6596.      * Gets the private '.service_locator.fLvjR0V' shared service.
  6597.      *
  6598.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6599.      */
  6600.     protected function get_ServiceLocator_FLvjR0VService()
  6601.     {
  6602.         return $this->privates['.service_locator.fLvjR0V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6603.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\ManufacturerManager''getManufacturerManagerService'false],
  6604.         ], [
  6605.             'manager' => 'Knitink\\ManagementBundle\\Domain\\ManufacturerManager',
  6606.         ]);
  6607.     }
  6608.     /**
  6609.      * Gets the private '.service_locator.g7hR5X6' shared service.
  6610.      *
  6611.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6612.      */
  6613.     protected function get_ServiceLocator_G7hR5X6Service()
  6614.     {
  6615.         return $this->privates['.service_locator.g7hR5X6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6616.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6617.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\ModuleManager''getModuleManagerService'false],
  6618.         ], [
  6619.             'dispatcher' => '?',
  6620.             'manager' => 'Knitink\\ManagementBundle\\Domain\\ModuleManager',
  6621.         ]);
  6622.     }
  6623.     /**
  6624.      * Gets the private '.service_locator.gwh3_Rw' shared service.
  6625.      *
  6626.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6627.      */
  6628.     protected function get_ServiceLocator_Gwh3RwService()
  6629.     {
  6630.         return $this->privates['.service_locator.gwh3_Rw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6631.             'controlManager' => ['privates''Knitink\\UniverseBundle\\Domain\\ControlManager''getControlManagerService'false],
  6632.         ], [
  6633.             'controlManager' => 'Knitink\\UniverseBundle\\Domain\\ControlManager',
  6634.         ]);
  6635.     }
  6636.     /**
  6637.      * Gets the private '.service_locator.hNV12RP' shared service.
  6638.      *
  6639.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6640.      */
  6641.     protected function get_ServiceLocator_HNV12RPService()
  6642.     {
  6643.         return $this->privates['.service_locator.hNV12RP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6644.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6645.         ], [
  6646.             'dispatcher' => '?',
  6647.         ]);
  6648.     }
  6649.     /**
  6650.      * Gets the private '.service_locator.h_q2g6t' shared service.
  6651.      *
  6652.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6653.      */
  6654.     protected function get_ServiceLocator_HQ2g6tService()
  6655.     {
  6656.         return $this->privates['.service_locator.h_q2g6t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6657.             'managementLogger' => ['services''monolog.logger.management''getMonolog_Logger_ManagementService'false],
  6658.         ], [
  6659.             'managementLogger' => '?',
  6660.         ]);
  6661.     }
  6662.     /**
  6663.      * Gets the private '.service_locator.iAYlnm8' shared service.
  6664.      *
  6665.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6666.      */
  6667.     protected function get_ServiceLocator_IAYlnm8Service()
  6668.     {
  6669.         return $this->privates['.service_locator.iAYlnm8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6670.             'teamManager' => ['privates''Knitink\\UniverseBundle\\Domain\\TeamManager''getTeamManagerService'false],
  6671.         ], [
  6672.             'teamManager' => 'Knitink\\UniverseBundle\\Domain\\TeamManager',
  6673.         ]);
  6674.     }
  6675.     /**
  6676.      * Gets the private '.service_locator.kWt9_Ub' shared service.
  6677.      *
  6678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6679.      */
  6680.     protected function get_ServiceLocator_KWt9UbService()
  6681.     {
  6682.         return $this->privates['.service_locator.kWt9_Ub'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6683.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\TeamManager''getTeamManagerService'false],
  6684.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  6685.         ], [
  6686.             'manager' => 'Knitink\\UniverseBundle\\Domain\\TeamManager',
  6687.             'paramFetcher' => '?',
  6688.         ]);
  6689.     }
  6690.     /**
  6691.      * Gets the private '.service_locator.m7dLVST' shared service.
  6692.      *
  6693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6694.      */
  6695.     protected function get_ServiceLocator_M7dLVSTService()
  6696.     {
  6697.         return $this->privates['.service_locator.m7dLVST'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6698.             'universeApiLogger' => ['services''monolog.logger.universe_api''getMonolog_Logger_UniverseApiService'false],
  6699.         ], [
  6700.             'universeApiLogger' => '?',
  6701.         ]);
  6702.     }
  6703.     /**
  6704.      * Gets the private '.service_locator.mP6AN.l' shared service.
  6705.      *
  6706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6707.      */
  6708.     protected function get_ServiceLocator_MP6AN_LService()
  6709.     {
  6710.         return $this->privates['.service_locator.mP6AN.l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6711.             'manager' => ['privates''Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager''getIrrigationAnalysisManagerService'false],
  6712.             'teamManager' => ['privates''Knitink\\UniverseBundle\\Domain\\TeamManager''getTeamManagerService'false],
  6713.         ], [
  6714.             'manager' => 'Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager',
  6715.             'teamManager' => 'Knitink\\UniverseBundle\\Domain\\TeamManager',
  6716.         ]);
  6717.     }
  6718.     /**
  6719.      * Gets the private '.service_locator.m_yEkr3' shared service.
  6720.      *
  6721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6722.      */
  6723.     protected function get_ServiceLocator_MYEkr3Service()
  6724.     {
  6725.         return $this->privates['.service_locator.m_yEkr3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6726.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  6727.             'stateLoggingManager' => ['privates''Knitink\\UniverseBundle\\Domain\\StateLoggingManager''getStateLoggingManagerService'false],
  6728.         ], [
  6729.             'paramFetcher' => '?',
  6730.             'stateLoggingManager' => 'Knitink\\UniverseBundle\\Domain\\StateLoggingManager',
  6731.         ]);
  6732.     }
  6733.     /**
  6734.      * Gets the private '.service_locator.meBEydu' shared service.
  6735.      *
  6736.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6737.      */
  6738.     protected function get_ServiceLocator_MeBEyduService()
  6739.     {
  6740.         return $this->privates['.service_locator.meBEydu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6741.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\UpdateManager''getUpdateManagerService'false],
  6742.         ], [
  6743.             'manager' => 'Knitink\\ManagementBundle\\Domain\\UpdateManager',
  6744.         ]);
  6745.     }
  6746.     /**
  6747.      * Gets the private '.service_locator.nLNH9Mx' shared service.
  6748.      *
  6749.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6750.      */
  6751.     protected function get_ServiceLocator_NLNH9MxService()
  6752.     {
  6753.         return $this->privates['.service_locator.nLNH9Mx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6754.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  6755.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  6756.         ], [
  6757.             'async' => '?',
  6758.             'messenger.transport.async' => '?',
  6759.         ]);
  6760.     }
  6761.     /**
  6762.      * Gets the private '.service_locator.o9nGMXB' shared service.
  6763.      *
  6764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6765.      */
  6766.     protected function get_ServiceLocator_O9nGMXBService()
  6767.     {
  6768.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6769.             'twig' => ['services''twig''getTwigService'false],
  6770.         ], [
  6771.             'twig' => 'Twig\\Environment',
  6772.         ]);
  6773.     }
  6774.     /**
  6775.      * Gets the private '.service_locator.qRtYMVI' shared service.
  6776.      *
  6777.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6778.      */
  6779.     protected function get_ServiceLocator_QRtYMVIService()
  6780.     {
  6781.         return $this->privates['.service_locator.qRtYMVI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6782.             'clientManager' => ['privates''Knitink\\ManagementBundle\\Domain\\ClientManager''getClientManagerService'false],
  6783.         ], [
  6784.             'clientManager' => 'Knitink\\ManagementBundle\\Domain\\ClientManager',
  6785.         ]);
  6786.     }
  6787.     /**
  6788.      * Gets the private '.service_locator.qpltqLM' shared service.
  6789.      *
  6790.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6791.      */
  6792.     protected function get_ServiceLocator_QpltqLMService()
  6793.     {
  6794.         return $this->privates['.service_locator.qpltqLM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6795.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6796.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\ModuleManager''getModuleManagerService'false],
  6797.             'teamManager' => ['privates''Knitink\\ManagementBundle\\Domain\\TeamManager''getTeamManager2Service'false],
  6798.         ], [
  6799.             'dispatcher' => '?',
  6800.             'manager' => 'Knitink\\ManagementBundle\\Domain\\ModuleManager',
  6801.             'teamManager' => 'Knitink\\ManagementBundle\\Domain\\TeamManager',
  6802.         ]);
  6803.     }
  6804.     /**
  6805.      * Gets the private '.service_locator.rfdGy4r' shared service.
  6806.      *
  6807.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6808.      */
  6809.     protected function get_ServiceLocator_RfdGy4rService()
  6810.     {
  6811.         return $this->privates['.service_locator.rfdGy4r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6812.             'alertLoggingService' => ['services''Knitink\\UniverseBundle\\Service\\AlertLoggingService''getAlertLoggingServiceService'false],
  6813.         ], [
  6814.             'alertLoggingService' => 'Knitink\\UniverseBundle\\Service\\AlertLoggingService',
  6815.         ]);
  6816.     }
  6817.     /**
  6818.      * Gets the private '.service_locator.sDBgQva' shared service.
  6819.      *
  6820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6821.      */
  6822.     protected function get_ServiceLocator_SDBgQvaService()
  6823.     {
  6824.         return $this->privates['.service_locator.sDBgQva'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6825.             'kmzProvider' => ['privates''Knitink\\UniverseBundle\\Provider\\KmzProvider''getKmzProviderService'false],
  6826.         ], [
  6827.             'kmzProvider' => 'Knitink\\UniverseBundle\\Provider\\KmzProvider',
  6828.         ]);
  6829.     }
  6830.     /**
  6831.      * Gets the private '.service_locator.swumMYD' shared service.
  6832.      *
  6833.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6834.      */
  6835.     protected function get_ServiceLocator_SwumMYDService()
  6836.     {
  6837.         return $this->privates['.service_locator.swumMYD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6838.             'dosingManager' => ['privates''Knitink\\UniverseBundle\\Domain\\DosingManager''getDosingManagerService'false],
  6839.         ], [
  6840.             'dosingManager' => 'Knitink\\UniverseBundle\\Domain\\DosingManager',
  6841.         ]);
  6842.     }
  6843.     /**
  6844.      * Gets the private '.service_locator.tL82_8E' shared service.
  6845.      *
  6846.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6847.      */
  6848.     protected function get_ServiceLocator_TL828EService()
  6849.     {
  6850.         return $this->privates['.service_locator.tL82_8E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6851.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6852.             'teamManager' => ['privates''Knitink\\UniverseBundle\\Domain\\TeamManager''getTeamManagerService'false],
  6853.         ], [
  6854.             'dispatcher' => '?',
  6855.             'teamManager' => 'Knitink\\UniverseBundle\\Domain\\TeamManager',
  6856.         ]);
  6857.     }
  6858.     /**
  6859.      * Gets the private '.service_locator.tQrjTRx' shared service.
  6860.      *
  6861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6862.      */
  6863.     protected function get_ServiceLocator_TQrjTRxService()
  6864.     {
  6865.         return $this->privates['.service_locator.tQrjTRx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6866.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  6867.         ], [
  6868.             'paramFetcher' => '?',
  6869.         ]);
  6870.     }
  6871.     /**
  6872.      * Gets the private '.service_locator.tqmEV8f' shared service.
  6873.      *
  6874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6875.      */
  6876.     protected function get_ServiceLocator_TqmEV8fService()
  6877.     {
  6878.         return $this->privates['.service_locator.tqmEV8f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6879.             'bus' => ['services''message_bus''getMessageBusService'false],
  6880.             'service' => ['privates''Knitink\\UniverseBundle\\MessageService\\TeamMessageService''getTeamMessageServiceService'false],
  6881.             'universeApiLogger' => ['services''monolog.logger.universe_api''getMonolog_Logger_UniverseApiService'false],
  6882.         ], [
  6883.             'bus' => '?',
  6884.             'service' => 'Knitink\\UniverseBundle\\MessageService\\TeamMessageService',
  6885.             'universeApiLogger' => '?',
  6886.         ]);
  6887.     }
  6888.     /**
  6889.      * Gets the private '.service_locator.tr0suoM' shared service.
  6890.      *
  6891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6892.      */
  6893.     protected function get_ServiceLocator_Tr0suoMService()
  6894.     {
  6895.         return $this->privates['.service_locator.tr0suoM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6896.             'dailyLoggingManager' => ['privates''Knitink\\UniverseBundle\\Domain\\DailyLoggingManager''getDailyLoggingManagerService'false],
  6897.         ], [
  6898.             'dailyLoggingManager' => 'Knitink\\UniverseBundle\\Domain\\DailyLoggingManager',
  6899.         ]);
  6900.     }
  6901.     /**
  6902.      * Gets the private '.service_locator.utj3sXW' shared service.
  6903.      *
  6904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6905.      */
  6906.     protected function get_ServiceLocator_Utj3sXWService()
  6907.     {
  6908.         return $this->privates['.service_locator.utj3sXW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6909.             'configManager' => ['privates''Knitink\\ManagementBundle\\Domain\\ConfigManager''getConfigManagerService'false],
  6910.         ], [
  6911.             'configManager' => 'Knitink\\ManagementBundle\\Domain\\ConfigManager',
  6912.         ]);
  6913.     }
  6914.     /**
  6915.      * Gets the private '.service_locator.xEl3KYr' shared service.
  6916.      *
  6917.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6918.      */
  6919.     protected function get_ServiceLocator_XEl3KYrService()
  6920.     {
  6921.         return $this->privates['.service_locator.xEl3KYr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6922.             'sectorManager' => ['privates''Knitink\\UniverseBundle\\Domain\\SectorManager''getSectorManagerService'false],
  6923.         ], [
  6924.             'sectorManager' => 'Knitink\\UniverseBundle\\Domain\\SectorManager',
  6925.         ]);
  6926.     }
  6927.     /**
  6928.      * Gets the private '.service_locator.xZlso1y' shared service.
  6929.      *
  6930.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6931.      */
  6932.     protected function get_ServiceLocator_XZlso1yService()
  6933.     {
  6934.         return $this->privates['.service_locator.xZlso1y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6935.             'manager' => ['privates''Knitink\\ManagementBundle\\Domain\\BackupManager''getBackupManagerService'false],
  6936.         ], [
  6937.             'manager' => 'Knitink\\ManagementBundle\\Domain\\BackupManager',
  6938.         ]);
  6939.     }
  6940.     /**
  6941.      * Gets the private 'Globunet\UserBundle\Command\CreateClientCommand' shared service.
  6942.      *
  6943.      * @return \Globunet\UserBundle\Command\CreateClientCommand
  6944.      */
  6945.     protected function getCreateClientCommandService()
  6946.     {
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Command/CreateClientCommand.php';
  6949.         $this->privates['Globunet\\UserBundle\\Command\\CreateClientCommand'] = $instance = new \Globunet\UserBundle\Command\CreateClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  6950.         $instance->setName('globunet:oauth-server:client:create');
  6951.         return $instance;
  6952.     }
  6953.     /**
  6954.      * Gets the private 'Globunet\UserBundle\EventListener\EmailUserCreatedListener' shared autowired service.
  6955.      *
  6956.      * @return \Globunet\UserBundle\EventListener\EmailUserCreatedListener
  6957.      */
  6958.     protected function getEmailUserCreatedListenerService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/EventListener/EmailUserCreatedListener.php';
  6961.         return $this->privates['Globunet\\UserBundle\\EventListener\\EmailUserCreatedListener'] = new \Globunet\UserBundle\EventListener\EmailUserCreatedListener(($this->services['globunet_user.mailer'] ?? $this->getGlobunetUser_MailerService()));
  6962.     }
  6963.     /**
  6964.      * Gets the private 'Globunet\UserBundle\EventListener\LastLoginListener' shared autowired service.
  6965.      *
  6966.      * @return \Globunet\UserBundle\EventListener\LastLoginListener
  6967.      */
  6968.     protected function getLastLoginListenerService()
  6969.     {
  6970.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/EventListener/LastLoginListener.php';
  6971.         return $this->privates['Globunet\\UserBundle\\EventListener\\LastLoginListener'] = new \Globunet\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6972.     }
  6973.     /**
  6974.      * Gets the private 'Globunet\UserBundle\Form\Type\RegistrationType' shared service.
  6975.      *
  6976.      * @return \Globunet\UserBundle\Form\Type\RegistrationType
  6977.      */
  6978.     protected function getRegistrationTypeService()
  6979.     {
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Form/Type/RegistrationType.php';
  6984.         return $this->privates['Globunet\\UserBundle\\Form\\Type\\RegistrationType'] = new \Globunet\UserBundle\Form\Type\RegistrationType('Knitink\\CoreBundle\\Entity\\User');
  6985.     }
  6986.     /**
  6987.      * Gets the private 'Globunet\UserBundle\Form\Type\UserType' shared autowired service.
  6988.      *
  6989.      * @return \Globunet\UserBundle\Form\Type\UserType
  6990.      */
  6991.     protected function getUserTypeService()
  6992.     {
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Form/Type/UserType.php';
  6997.         return $this->privates['Globunet\\UserBundle\\Form\\Type\\UserType'] = new \Globunet\UserBundle\Form\Type\UserType('Knitink\\CoreBundle\\Entity\\User');
  6998.     }
  6999.     /**
  7000.      * Gets the private 'Knitink\ControlBundle\Command\ClientCommand' shared autowired service.
  7001.      *
  7002.      * @return \Knitink\ControlBundle\Command\ClientCommand
  7003.      */
  7004.     protected function getClientCommandService()
  7005.     {
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7007.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Command/ClientCommand.php';
  7008.         $this->privates['Knitink\\ControlBundle\\Command\\ClientCommand'] = $instance = new \Knitink\ControlBundle\Command\ClientCommand(($this->privates['Knitink\\ControlBundle\\Service\\WebSocketClient'] ?? $this->getWebSocketClientService()));
  7009.         $instance->setName('knitink:control:client');
  7010.         return $instance;
  7011.     }
  7012.     /**
  7013.      * Gets the private 'Knitink\ControlBundle\Command\KeepAliveCommand' shared autowired service.
  7014.      *
  7015.      * @return \Knitink\ControlBundle\Command\KeepAliveCommand
  7016.      */
  7017.     protected function getKeepAliveCommandService()
  7018.     {
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7020.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Command/KeepAliveCommand.php';
  7021.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Service/KeepAliveService.php';
  7022.         $this->privates['Knitink\\ControlBundle\\Command\\KeepAliveCommand'] = $instance = new \Knitink\ControlBundle\Command\KeepAliveCommand(new \Knitink\ControlBundle\Service\KeepAliveService($this->getEnv('KNITINK_CONTROL_IP'), $this->getEnv('KNITINK_CONTROL_PORT'), ($this->services['monolog.logger.keep_alive'] ?? $this->getMonolog_Logger_KeepAliveService())));
  7023.         $instance->setName('knitink:control:keepalive');
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the private 'Knitink\ControlBundle\Command\ServerCommand' shared autowired service.
  7028.      *
  7029.      * @return \Knitink\ControlBundle\Command\ServerCommand
  7030.      */
  7031.     protected function getServerCommandService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7034.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Command/ServerCommand.php';
  7035.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Service/SocketServer.php';
  7036.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Domain/BrowserManager.php';
  7037.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Domain/UniverseManager.php';
  7038.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7039.         $b = ($this->services['form.factory'] ?? $this->getForm_FactoryService());
  7040.         $this->privates['Knitink\\ControlBundle\\Command\\ServerCommand'] = $instance = new \Knitink\ControlBundle\Command\ServerCommand(new \Knitink\ControlBundle\Service\SocketServer($this->getEnv('KNITINK_CONTROL_IP'), $this->getEnv('KNITINK_CONTROL_PORT'), (\dirname(__DIR__3).'/ssl/Lets_Encrypt_universe.knitink.com.pem'), ($this->services['monolog.logger.control'] ?? $this->getMonolog_Logger_ControlService()), ($this->services['monolog.logger.control_test'] ?? $this->getMonolog_Logger_ControlTestService()), ($this->services['Knitink\\CoreBundle\\Service\\OAuht2Service'] ?? $this->getOAuht2ServiceService()), ($this->privates['Knitink\\ControlBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager2Service()), new \Knitink\ControlBundle\Domain\BrowserManager($a$b'Knitink\\ControlBundle\\Form\\Type\\BrowserFormType''Knitink\\ControlBundle\\Entity\\Browser'), new \Knitink\ControlBundle\Domain\UniverseManager($a$b'Knitink\\ControlBundle\\Form\\Type\\UniverseFormType''Knitink\\ControlBundle\\Entity\\Universe')));
  7041.         $instance->setName('knitink:control:server');
  7042.         return $instance;
  7043.     }
  7044.     /**
  7045.      * Gets the private 'Knitink\ControlBundle\Domain\GatewayManager' shared autowired service.
  7046.      *
  7047.      * @return \Knitink\ControlBundle\Domain\GatewayManager
  7048.      */
  7049.     protected function getGatewayManager2Service()
  7050.     {
  7051.         $this->privates['Knitink\\ControlBundle\\Domain\\GatewayManager'] = $instance = new \Knitink\ControlBundle\Domain\GatewayManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ControlBundle\\Form\\Type\\GatewayFormType''Knitink\\ControlBundle\\Entity\\Gateway');
  7052.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7053.         return $instance;
  7054.     }
  7055.     /**
  7056.      * Gets the private 'Knitink\ControlBundle\Service\RemoteControlService' shared autowired service.
  7057.      *
  7058.      * @return \Knitink\ControlBundle\Service\RemoteControlService
  7059.      */
  7060.     protected function getRemoteControlServiceService()
  7061.     {
  7062.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Service/RemoteControlService.php';
  7063.         return $this->privates['Knitink\\ControlBundle\\Service\\RemoteControlService'] = new \Knitink\ControlBundle\Service\RemoteControlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Knitink\\CoreBundle\\Service\\OAuht2Service'] ?? $this->getOAuht2ServiceService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  7064.     }
  7065.     /**
  7066.      * Gets the private 'Knitink\ControlBundle\Service\WebSocketClient' shared autowired service.
  7067.      *
  7068.      * @return \Knitink\ControlBundle\Service\WebSocketClient
  7069.      */
  7070.     protected function getWebSocketClientService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Service/WebSocketClient.php';
  7073.         include_once \dirname(__DIR__4).'/src/Knitink/ControlBundle/Provider/KnkUniverseProvider.php';
  7074.         return $this->privates['Knitink\\ControlBundle\\Service\\WebSocketClient'] = new \Knitink\ControlBundle\Service\WebSocketClient($this->getEnv('KNITINK_CONTROL_URL'), $this->getEnv('KNITINK_CONTROL_PORT'), (\dirname(__DIR__3).'/executable/getDatagram.sh'), ($this->services['monolog.logger.control_client'] ?? $this->getMonolog_Logger_ControlClientService()), new \Knitink\ControlBundle\Provider\KnkUniverseProvider());
  7075.     }
  7076.     /**
  7077.      * Gets the private 'Knitink\CoreBundle\Domain\UserManager' shared autowired service.
  7078.      *
  7079.      * @return \Knitink\CoreBundle\Domain\UserManager
  7080.      */
  7081.     protected function getUserManagerService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Domain/UserManager.php';
  7084.         $this->privates['Knitink\\CoreBundle\\Domain\\UserManager'] = $instance = new \Knitink\CoreBundle\Domain\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\CoreBundle\\Form\\Type\\UserType''Knitink\\CoreBundle\\Entity\\User');
  7085.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7086.         return $instance;
  7087.     }
  7088.     /**
  7089.      * Gets the private 'Knitink\CoreBundle\Provider\MailerProvider' shared autowired service.
  7090.      *
  7091.      * @return \Knitink\CoreBundle\Provider\MailerProvider
  7092.      */
  7093.     protected function getMailerProviderService()
  7094.     {
  7095.         return $this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] = new \Knitink\CoreBundle\Provider\MailerProvider(($this->services['old_sound_rabbit_mq.py_default_producer'] ?? $this->getOldSoundRabbitMq_PyDefaultProducerService()));
  7096.     }
  7097.     /**
  7098.      * Gets the private 'Knitink\CoreBundle\Service\CoreService' shared autowired service.
  7099.      *
  7100.      * @return \Knitink\CoreBundle\Service\CoreService
  7101.      */
  7102.     protected function getCoreServiceService()
  7103.     {
  7104.         return $this->privates['Knitink\\CoreBundle\\Service\\CoreService'] = new \Knitink\CoreBundle\Service\CoreService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()));
  7105.     }
  7106.     /**
  7107.      * Gets the private 'Knitink\ManagementBundle\Command\DailyCommand' shared autowired service.
  7108.      *
  7109.      * @return \Knitink\ManagementBundle\Command\DailyCommand
  7110.      */
  7111.     protected function getDailyCommandService()
  7112.     {
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7114.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Command/DailyCommand.php';
  7115.         $this->privates['Knitink\\ManagementBundle\\Command\\DailyCommand'] = $instance = new \Knitink\ManagementBundle\Command\DailyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseModuleManager'] ?? $this->getLicenseModuleManagerService()));
  7116.         $instance->setName('knitink:management:daily');
  7117.         return $instance;
  7118.     }
  7119.     /**
  7120.      * Gets the private 'Knitink\ManagementBundle\Command\PasswordKnitinkCommand' shared autowired service.
  7121.      *
  7122.      * @return \Knitink\ManagementBundle\Command\PasswordKnitinkCommand
  7123.      */
  7124.     protected function getPasswordKnitinkCommandService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7127.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Command/PasswordKnitinkCommand.php';
  7128.         $this->privates['Knitink\\ManagementBundle\\Command\\PasswordKnitinkCommand'] = $instance = new \Knitink\ManagementBundle\Command\PasswordKnitinkCommand(($this->services['Knitink\\ManagementBundle\\Domain\\PasswordManager'] ?? $this->getPasswordManagerService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['monolog.logger.management'] ?? $this->getMonolog_Logger_ManagementService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\DealerManager'] ?? $this->getDealerManagerService()));
  7129.         $instance->setName('knitink:management:password:create');
  7130.         return $instance;
  7131.     }
  7132.     /**
  7133.      * Gets the private 'Knitink\ManagementBundle\Command\RepareCommand' shared autowired service.
  7134.      *
  7135.      * @return \Knitink\ManagementBundle\Command\RepareCommand
  7136.      */
  7137.     protected function getRepareCommandService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7140.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Command/RepareCommand.php';
  7141.         $this->privates['Knitink\\ManagementBundle\\Command\\RepareCommand'] = $instance = new \Knitink\ManagementBundle\Command\RepareCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Knitink\\CoreBundle\\Domain\\UserManager'] ?? $this->getUserManagerService()));
  7142.         $instance->setName('knk:mngt:repare');
  7143.         return $instance;
  7144.     }
  7145.     /**
  7146.      * Gets the private 'Knitink\ManagementBundle\Domain\BackupManager' shared autowired service.
  7147.      *
  7148.      * @return \Knitink\ManagementBundle\Domain\BackupManager
  7149.      */
  7150.     protected function getBackupManagerService()
  7151.     {
  7152.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/BackupManager.php';
  7153.         $this->privates['Knitink\\ManagementBundle\\Domain\\BackupManager'] = $instance = new \Knitink\ManagementBundle\Domain\BackupManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\BackupFormType''Knitink\\ManagementBundle\\Entity\\Backup');
  7154.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7155.         return $instance;
  7156.     }
  7157.     /**
  7158.      * Gets the private 'Knitink\ManagementBundle\Domain\ClientManager' shared autowired service.
  7159.      *
  7160.      * @return \Knitink\ManagementBundle\Domain\ClientManager
  7161.      */
  7162.     protected function getClientManagerService()
  7163.     {
  7164.         $this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] = $instance = new \Knitink\ManagementBundle\Domain\ClientManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ClientFormType''Knitink\\ManagementBundle\\Entity\\Client', ($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()));
  7165.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7166.         return $instance;
  7167.     }
  7168.     /**
  7169.      * Gets the private 'Knitink\ManagementBundle\Domain\ConfigManager' shared autowired service.
  7170.      *
  7171.      * @return \Knitink\ManagementBundle\Domain\ConfigManager
  7172.      */
  7173.     protected function getConfigManagerService()
  7174.     {
  7175.         return $this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] = new \Knitink\ManagementBundle\Domain\ConfigManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ConfigFormType''Knitink\\ManagementBundle\\Entity\\Config');
  7176.     }
  7177.     /**
  7178.      * Gets the private 'Knitink\ManagementBundle\Domain\DealerManager' shared autowired service.
  7179.      *
  7180.      * @return \Knitink\ManagementBundle\Domain\DealerManager
  7181.      */
  7182.     protected function getDealerManagerService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/DealerManager.php';
  7185.         $this->privates['Knitink\\ManagementBundle\\Domain\\DealerManager'] = $instance = new \Knitink\ManagementBundle\Domain\DealerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\DealerFormType''Knitink\\ManagementBundle\\Entity\\Dealer', ($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()));
  7186.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7187.         return $instance;
  7188.     }
  7189.     /**
  7190.      * Gets the private 'Knitink\ManagementBundle\Domain\GatewayManager' shared autowired service.
  7191.      *
  7192.      * @return \Knitink\ManagementBundle\Domain\GatewayManager
  7193.      */
  7194.     protected function getGatewayManagerService()
  7195.     {
  7196.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/GatewayManager.php';
  7197.         $this->privates['Knitink\\ManagementBundle\\Domain\\GatewayManager'] = $instance = new \Knitink\ManagementBundle\Domain\GatewayManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\GatewayFormType''Knitink\\ManagementBundle\\Entity\\Gateway', ($this->services['monolog.logger.management'] ?? $this->getMonolog_Logger_ManagementService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()));
  7198.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7199.         return $instance;
  7200.     }
  7201.     /**
  7202.      * Gets the private 'Knitink\ManagementBundle\Domain\LicenseModuleManager' shared autowired service.
  7203.      *
  7204.      * @return \Knitink\ManagementBundle\Domain\LicenseModuleManager
  7205.      */
  7206.     protected function getLicenseModuleManagerService()
  7207.     {
  7208.         $this->privates['Knitink\\ManagementBundle\\Domain\\LicenseModuleManager'] = $instance = new \Knitink\ManagementBundle\Domain\LicenseModuleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\LicenseModuleFormType''Knitink\\ManagementBundle\\Entity\\LicenseModule');
  7209.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7210.         return $instance;
  7211.     }
  7212.     /**
  7213.      * Gets the private 'Knitink\ManagementBundle\Domain\LicenseUnitManager' shared autowired service.
  7214.      *
  7215.      * @return \Knitink\ManagementBundle\Domain\LicenseUnitManager
  7216.      */
  7217.     protected function getLicenseUnitManagerService()
  7218.     {
  7219.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/LicenseUnitManager.php';
  7220.         $this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUnitManager'] = $instance = new \Knitink\ManagementBundle\Domain\LicenseUnitManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\LicenseUnitFormType''Knitink\\ManagementBundle\\Entity\\LicenseUnit');
  7221.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7222.         return $instance;
  7223.     }
  7224.     /**
  7225.      * Gets the private 'Knitink\ManagementBundle\Domain\LicenseUniverseManager' shared autowired service.
  7226.      *
  7227.      * @return \Knitink\ManagementBundle\Domain\LicenseUniverseManager
  7228.      */
  7229.     protected function getLicenseUniverseManagerService()
  7230.     {
  7231.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/LicenseUniverseManager.php';
  7232.         $this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] = $instance = new \Knitink\ManagementBundle\Domain\LicenseUniverseManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\LicenseUniverseFormType''Knitink\\ManagementBundle\\Entity\\LicenseUniverse');
  7233.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7234.         return $instance;
  7235.     }
  7236.     /**
  7237.      * Gets the private 'Knitink\ManagementBundle\Domain\ManufacturerManager' shared autowired service.
  7238.      *
  7239.      * @return \Knitink\ManagementBundle\Domain\ManufacturerManager
  7240.      */
  7241.     protected function getManufacturerManagerService()
  7242.     {
  7243.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/ManufacturerManager.php';
  7244.         $this->privates['Knitink\\ManagementBundle\\Domain\\ManufacturerManager'] = $instance = new \Knitink\ManagementBundle\Domain\ManufacturerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ManufacturerFormType''Knitink\\ManagementBundle\\Entity\\Manufacturer', ($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()));
  7245.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7246.         return $instance;
  7247.     }
  7248.     /**
  7249.      * Gets the private 'Knitink\ManagementBundle\Domain\ModuleManager' shared autowired service.
  7250.      *
  7251.      * @return \Knitink\ManagementBundle\Domain\ModuleManager
  7252.      */
  7253.     protected function getModuleManagerService()
  7254.     {
  7255.         $this->privates['Knitink\\ManagementBundle\\Domain\\ModuleManager'] = $instance = new \Knitink\ManagementBundle\Domain\ModuleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\ModuleFormType''Knitink\\ManagementBundle\\Entity\\Module', ($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['globunet_dinamic_database.database_create'] ?? ($this->services['globunet_dinamic_database.database_create'] = new \Globunet\DinamicDatabaseBundle\Services\DatabaseCreate(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseModuleManager'] ?? $this->getLicenseModuleManagerService()));
  7256.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7257.         return $instance;
  7258.     }
  7259.     /**
  7260.      * Gets the private 'Knitink\ManagementBundle\Domain\PackageManager' shared autowired service.
  7261.      *
  7262.      * @return \Knitink\ManagementBundle\Domain\PackageManager
  7263.      */
  7264.     protected function getPackageManagerService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/PackageManager.php';
  7267.         $this->privates['Knitink\\ManagementBundle\\Domain\\PackageManager'] = $instance = new \Knitink\ManagementBundle\Domain\PackageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\PackageFormType''Knitink\\ManagementBundle\\Entity\\Package');
  7268.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7269.         return $instance;
  7270.     }
  7271.     /**
  7272.      * Gets the private 'Knitink\ManagementBundle\Domain\SupportManager' shared autowired service.
  7273.      *
  7274.      * @return \Knitink\ManagementBundle\Domain\SupportManager
  7275.      */
  7276.     protected function getSupportManagerService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/SupportManager.php';
  7279.         $this->privates['Knitink\\ManagementBundle\\Domain\\SupportManager'] = $instance = new \Knitink\ManagementBundle\Domain\SupportManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\SupportFormType''Knitink\\ManagementBundle\\Entity\\Support', ($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()));
  7280.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7281.         return $instance;
  7282.     }
  7283.     /**
  7284.      * Gets the private 'Knitink\ManagementBundle\Domain\TeamManager' shared autowired service.
  7285.      *
  7286.      * @return \Knitink\ManagementBundle\Domain\TeamManager
  7287.      */
  7288.     protected function getTeamManager2Service()
  7289.     {
  7290.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/TeamManager.php';
  7291.         $this->privates['Knitink\\ManagementBundle\\Domain\\TeamManager'] = $instance = new \Knitink\ManagementBundle\Domain\TeamManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\TeamFormType''Knitink\\ManagementBundle\\Entity\\Team', ($this->privates['Knitink\\ManagementBundle\\Domain\\ConfigManager'] ?? $this->getConfigManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\UnitManager'] ?? $this->getUnitManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUnitManager'] ?? $this->getLicenseUnitManagerService()));
  7292.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7293.         return $instance;
  7294.     }
  7295.     /**
  7296.      * Gets the private 'Knitink\ManagementBundle\Domain\UnitManager' shared autowired service.
  7297.      *
  7298.      * @return \Knitink\ManagementBundle\Domain\UnitManager
  7299.      */
  7300.     protected function getUnitManagerService()
  7301.     {
  7302.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/UnitManager.php';
  7303.         $this->privates['Knitink\\ManagementBundle\\Domain\\UnitManager'] = $instance = new \Knitink\ManagementBundle\Domain\UnitManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\UnitFormType''Knitink\\ManagementBundle\\Entity\\Unit');
  7304.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7305.         return $instance;
  7306.     }
  7307.     /**
  7308.      * Gets the private 'Knitink\ManagementBundle\Domain\UpdateManager' shared autowired service.
  7309.      *
  7310.      * @return \Knitink\ManagementBundle\Domain\UpdateManager
  7311.      */
  7312.     protected function getUpdateManagerService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Domain/UpdateManager.php';
  7315.         $this->privates['Knitink\\ManagementBundle\\Domain\\UpdateManager'] = $instance = new \Knitink\ManagementBundle\Domain\UpdateManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\ManagementBundle\\Form\\Type\\UpdateFormType''Knitink\\ManagementBundle\\Entity\\Update');
  7316.         $instance->setSecurity(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  7317.         return $instance;
  7318.     }
  7319.     /**
  7320.      * Gets the private 'Knitink\ManagementBundle\EventListener\FileUploadListener' shared autowired service.
  7321.      *
  7322.      * @return \Knitink\ManagementBundle\EventListener\FileUploadListener
  7323.      */
  7324.     protected function getFileUploadListenerService()
  7325.     {
  7326.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/EventListener/FileUploadListener.php';
  7327.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Service/FileUploader.php';
  7328.         return $this->privates['Knitink\\ManagementBundle\\EventListener\\FileUploadListener'] = new \Knitink\ManagementBundle\EventListener\FileUploadListener(new \Knitink\ManagementBundle\Service\FileUploader((\dirname(__DIR__3).'/updates/')));
  7329.     }
  7330.     /**
  7331.      * Gets the private 'Knitink\ManagementBundle\Form\Type\ItemEquipmentFormType' shared autowired service.
  7332.      *
  7333.      * @return \Knitink\ManagementBundle\Form\Type\ItemEquipmentFormType
  7334.      */
  7335.     protected function getItemEquipmentFormTypeService()
  7336.     {
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7339.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Form/Type/ItemEquipmentFormType.php';
  7340.         return $this->privates['Knitink\\ManagementBundle\\Form\\Type\\ItemEquipmentFormType'] = new \Knitink\ManagementBundle\Form\Type\ItemEquipmentFormType(($this->privates['Knitink\\ManagementBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\UnitManager'] ?? $this->getUnitManagerService()));
  7341.     }
  7342.     /**
  7343.      * Gets the private 'Knitink\ManagementBundle\Listener\ModuleSubscriber' shared autowired service.
  7344.      *
  7345.      * @return \Knitink\ManagementBundle\Listener\ModuleSubscriber
  7346.      */
  7347.     protected function getModuleSubscriberService()
  7348.     {
  7349.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Listener/ModuleSubscriber.php';
  7350.         return $this->privates['Knitink\\ManagementBundle\\Listener\\ModuleSubscriber'] = new \Knitink\ManagementBundle\Listener\ModuleSubscriber(($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseUniverseManager'] ?? $this->getLicenseUniverseManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\LicenseModuleManager'] ?? $this->getLicenseModuleManagerService()));
  7351.     }
  7352.     /**
  7353.      * Gets the private 'Knitink\UniverseBundle\Command\CronCommand' shared autowired service.
  7354.      *
  7355.      * @return \Knitink\UniverseBundle\Command\CronCommand
  7356.      */
  7357.     protected function getCronCommandService()
  7358.     {
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7360.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Command/CronCommand.php';
  7361.         $this->privates['Knitink\\UniverseBundle\\Command\\CronCommand'] = $instance = new \Knitink\UniverseBundle\Command\CronCommand((\dirname(__DIR__3).'/data_errors/'), ($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['monolog.logger.universe_cron'] ?? $this->getMonolog_Logger_UniverseCronService()));
  7362.         $instance->setName('knitink:universe:cron');
  7363.         return $instance;
  7364.     }
  7365.     /**
  7366.      * Gets the private 'Knitink\UniverseBundle\Command\DailyCommand' shared autowired service.
  7367.      *
  7368.      * @return \Knitink\UniverseBundle\Command\DailyCommand
  7369.      */
  7370.     protected function getDailyCommand2Service()
  7371.     {
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7373.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Command/DailyCommand.php';
  7374.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/IrristratProvider.php';
  7375.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/DataFluxProvider.php';
  7376.         $this->privates['Knitink\\UniverseBundle\\Command\\DailyCommand'] = $instance = new \Knitink\UniverseBundle\Command\DailyCommand(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['Knitink\\UniverseBundle\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationPlanManager'] ?? $this->getIrrigationPlanManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] ?? $this->getStateLoggingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\DailyLoggingManager'] ?? $this->getDailyLoggingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager'] ?? $this->getSeasonLoggingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Provider\\IrristratProvider'] ?? ($this->privates['Knitink\\UniverseBundle\\Provider\\IrristratProvider'] = new \Knitink\UniverseBundle\Provider\IrristratProvider($this->getEnv('IRRISTRAT_URL_WS')))), ($this->privates['Knitink\\UniverseBundle\\Provider\\DataFluxProvider'] ?? ($this->privates['Knitink\\UniverseBundle\\Provider\\DataFluxProvider'] = new \Knitink\UniverseBundle\Provider\DataFluxProvider($this->getEnv('DATAFLUX_URL')))), ($this->services['monolog.logger.universe_daily'] ?? $this->getMonolog_Logger_UniverseDailyService()));
  7377.         $instance->setName('knitink:universe:daily:report');
  7378.         return $instance;
  7379.     }
  7380.     /**
  7381.      * Gets the private 'Knitink\UniverseBundle\Command\RepareDataBaseCommand' shared autowired service.
  7382.      *
  7383.      * @return \Knitink\UniverseBundle\Command\RepareDataBaseCommand
  7384.      */
  7385.     protected function getRepareDataBaseCommandService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7388.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Command/RepareDataBaseCommand.php';
  7389.         $this->privates['Knitink\\UniverseBundle\\Command\\RepareDataBaseCommand'] = $instance = new \Knitink\UniverseBundle\Command\RepareDataBaseCommand(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()), ($this->services['monolog.logger.universe_database'] ?? $this->getMonolog_Logger_UniverseDatabaseService()));
  7390.         $instance->setName('knk:u:db:rep');
  7391.         return $instance;
  7392.     }
  7393.     /**
  7394.      * Gets the private 'Knitink\UniverseBundle\Command\TestCommand' shared autowired service.
  7395.      *
  7396.      * @return \Knitink\UniverseBundle\Command\TestCommand
  7397.      */
  7398.     protected function getTestCommandService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7401.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Command/TestCommand.php';
  7402.         $this->privates['Knitink\\UniverseBundle\\Command\\TestCommand'] = $instance = new \Knitink\UniverseBundle\Command\TestCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['monolog.logger.universe_cron'] ?? $this->getMonolog_Logger_UniverseCronService()));
  7403.         $instance->setName('knk:u:test');
  7404.         return $instance;
  7405.     }
  7406.     /**
  7407.      * Gets the private 'Knitink\UniverseBundle\Command\UpdateDataBaseCommand' shared autowired service.
  7408.      *
  7409.      * @return \Knitink\UniverseBundle\Command\UpdateDataBaseCommand
  7410.      */
  7411.     protected function getUpdateDataBaseCommandService()
  7412.     {
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7414.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Command/UpdateDataBaseCommand.php';
  7415.         $this->privates['Knitink\\UniverseBundle\\Command\\UpdateDataBaseCommand'] = $instance = new \Knitink\UniverseBundle\Command\UpdateDataBaseCommand(($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['monolog.logger.universe_database'] ?? $this->getMonolog_Logger_UniverseDatabaseService()), ($this->privates['Knitink\\UniverseBundle\\MessageService\\UpdateDatabaseMessageService'] ?? $this->getUpdateDatabaseMessageServiceService()));
  7416.         $instance->setName('knk:u:db:up');
  7417.         return $instance;
  7418.     }
  7419.     /**
  7420.      * Gets the private 'Knitink\UniverseBundle\Domain\ControlManager' shared autowired service.
  7421.      *
  7422.      * @return \Knitink\UniverseBundle\Domain\ControlManager
  7423.      */
  7424.     protected function getControlManagerService()
  7425.     {
  7426.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7427.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7428.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/ControlManager.php';
  7429.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/KnkControlProvider.php';
  7430.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/KnkManagementProvider.php';
  7431.         return $this->privates['Knitink\\UniverseBundle\\Domain\\ControlManager'] = new \Knitink\UniverseBundle\Domain\ControlManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\ControlFormType''Knitink\\UniverseBundle\\Entity\\Control', new \Knitink\UniverseBundle\Provider\KnkControlProvider($this->getEnv('KNITINK_CONTROL_URL_WS')), new \Knitink\UniverseBundle\Provider\KnkManagementProvider($this->getEnv('KNITINK_MANAGEMENT_URL_WS')), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('KNITINK_URL_BASE'));
  7432.     }
  7433.     /**
  7434.      * Gets the private 'Knitink\UniverseBundle\Domain\DailyLoggingManager' shared autowired service.
  7435.      *
  7436.      * @return \Knitink\UniverseBundle\Domain\DailyLoggingManager
  7437.      */
  7438.     protected function getDailyLoggingManagerService()
  7439.     {
  7440.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7441.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7442.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/DailyLoggingManager.php';
  7443.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/DataFluxProvider.php';
  7444.         return $this->privates['Knitink\\UniverseBundle\\Domain\\DailyLoggingManager'] = new \Knitink\UniverseBundle\Domain\DailyLoggingManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\DailyLoggingFormType''Knitink\\UniverseBundle\\Entity\\DailyLogging', ($this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] ?? $this->getStateLoggingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Provider\\DataFluxProvider'] ?? ($this->privates['Knitink\\UniverseBundle\\Provider\\DataFluxProvider'] = new \Knitink\UniverseBundle\Provider\DataFluxProvider($this->getEnv('DATAFLUX_URL')))), ($this->services['session'] ?? $this->getSessionService()));
  7445.     }
  7446.     /**
  7447.      * Gets the private 'Knitink\UniverseBundle\Domain\DosingManager' shared autowired service.
  7448.      *
  7449.      * @return \Knitink\UniverseBundle\Domain\DosingManager
  7450.      */
  7451.     protected function getDosingManagerService()
  7452.     {
  7453.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7454.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7455.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/DosingManager.php';
  7456.         return $this->privates['Knitink\\UniverseBundle\\Domain\\DosingManager'] = new \Knitink\UniverseBundle\Domain\DosingManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\DosingFormType''Knitink\\UniverseBundle\\Entity\\Dosing');
  7457.     }
  7458.     /**
  7459.      * Gets the private 'Knitink\UniverseBundle\Domain\DrainCheckManager' shared autowired service.
  7460.      *
  7461.      * @return \Knitink\UniverseBundle\Domain\DrainCheckManager
  7462.      */
  7463.     protected function getDrainCheckManagerService()
  7464.     {
  7465.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7466.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7467.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/DrainCheckManager.php';
  7468.         return $this->privates['Knitink\\UniverseBundle\\Domain\\DrainCheckManager'] = new \Knitink\UniverseBundle\Domain\DrainCheckManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\DrainCheckFormType''Knitink\\UniverseBundle\\Entity\\DrainCheck');
  7469.     }
  7470.     /**
  7471.      * Gets the private 'Knitink\UniverseBundle\Domain\FertilizationPlanManager' shared autowired service.
  7472.      *
  7473.      * @return \Knitink\UniverseBundle\Domain\FertilizationPlanManager
  7474.      */
  7475.     protected function getFertilizationPlanManagerService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7478.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7479.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/FertilizationPlanManager.php';
  7480.         return $this->privates['Knitink\\UniverseBundle\\Domain\\FertilizationPlanManager'] = new \Knitink\UniverseBundle\Domain\FertilizationPlanManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\FertilizationPlanFormType''Knitink\\UniverseBundle\\Entity\\FertilizationPlan');
  7481.     }
  7482.     /**
  7483.      * Gets the private 'Knitink\UniverseBundle\Domain\FlowMeterManager' shared autowired service.
  7484.      *
  7485.      * @return \Knitink\UniverseBundle\Domain\FlowMeterManager
  7486.      */
  7487.     protected function getFlowMeterManagerService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7490.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7491.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/FlowMeterManager.php';
  7492.         return $this->privates['Knitink\\UniverseBundle\\Domain\\FlowMeterManager'] = new \Knitink\UniverseBundle\Domain\FlowMeterManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\FlowMeterType''Knitink\\UniverseBundle\\Entity\\FlowMeter');
  7493.     }
  7494.     /**
  7495.      * Gets the private 'Knitink\UniverseBundle\Domain\GatewayManager' shared autowired service.
  7496.      *
  7497.      * @return \Knitink\UniverseBundle\Domain\GatewayManager
  7498.      */
  7499.     protected function getGatewayManager3Service()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7502.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7503.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/GatewayManager.php';
  7504.         return $this->privates['Knitink\\UniverseBundle\\Domain\\GatewayManager'] = new \Knitink\UniverseBundle\Domain\GatewayManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\GatewayType''Knitink\\UniverseBundle\\Entity\\Gateway');
  7505.     }
  7506.     /**
  7507.      * Gets the private 'Knitink\UniverseBundle\Domain\IrrigationAnalysisManager' shared autowired service.
  7508.      *
  7509.      * @return \Knitink\UniverseBundle\Domain\IrrigationAnalysisManager
  7510.      */
  7511.     protected function getIrrigationAnalysisManagerService()
  7512.     {
  7513.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7514.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7515.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/IrrigationAnalysisManager.php';
  7516.         return $this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationAnalysisManager'] = new \Knitink\UniverseBundle\Domain\IrrigationAnalysisManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\IrrigationAnalysisFormType''Knitink\\UniverseBundle\\Entity\\IrrigationAnalysis');
  7517.     }
  7518.     /**
  7519.      * Gets the private 'Knitink\UniverseBundle\Domain\IrrigationPlanManager' shared autowired service.
  7520.      *
  7521.      * @return \Knitink\UniverseBundle\Domain\IrrigationPlanManager
  7522.      */
  7523.     protected function getIrrigationPlanManagerService()
  7524.     {
  7525.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7526.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7527.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/IrrigationPlanManager.php';
  7528.         return $this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationPlanManager'] = new \Knitink\UniverseBundle\Domain\IrrigationPlanManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\IrrigationPlanFormType''Knitink\\UniverseBundle\\Entity\\IrrigationPlan');
  7529.     }
  7530.     /**
  7531.      * Gets the private 'Knitink\UniverseBundle\Domain\IrrigationUnitManager' shared autowired service.
  7532.      *
  7533.      * @return \Knitink\UniverseBundle\Domain\IrrigationUnitManager
  7534.      */
  7535.     protected function getIrrigationUnitManagerService()
  7536.     {
  7537.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7538.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7539.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/IrrigationUnitManager.php';
  7540.         return $this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationUnitManager'] = new \Knitink\UniverseBundle\Domain\IrrigationUnitManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\IrrigationUnitFormType''Knitink\\UniverseBundle\\Entity\\IrrigationUnit');
  7541.     }
  7542.     /**
  7543.      * Gets the private 'Knitink\UniverseBundle\Domain\PlayerManager' shared autowired service.
  7544.      *
  7545.      * @return \Knitink\UniverseBundle\Domain\PlayerManager
  7546.      */
  7547.     protected function getPlayerManagerService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7550.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7551.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/PlayerManager.php';
  7552.         return $this->privates['Knitink\\UniverseBundle\\Domain\\PlayerManager'] = new \Knitink\UniverseBundle\Domain\PlayerManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\PlayerType''Knitink\\UniverseBundle\\Entity\\Player');
  7553.     }
  7554.     /**
  7555.      * Gets the private 'Knitink\UniverseBundle\Domain\PlotManager' shared autowired service.
  7556.      *
  7557.      * @return \Knitink\UniverseBundle\Domain\PlotManager
  7558.      */
  7559.     protected function getPlotManagerService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7562.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7563.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/PlotManager.php';
  7564.         return $this->privates['Knitink\\UniverseBundle\\Domain\\PlotManager'] = new \Knitink\UniverseBundle\Domain\PlotManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\PlotFormType''Knitink\\UniverseBundle\\Entity\\Plot');
  7565.     }
  7566.     /**
  7567.      * Gets the private 'Knitink\UniverseBundle\Domain\ProgramManager' shared autowired service.
  7568.      *
  7569.      * @return \Knitink\UniverseBundle\Domain\ProgramManager
  7570.      */
  7571.     protected function getProgramManagerService()
  7572.     {
  7573.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7574.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7575.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/ProgramManager.php';
  7576.         return $this->privates['Knitink\\UniverseBundle\\Domain\\ProgramManager'] = new \Knitink\UniverseBundle\Domain\ProgramManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\ProgramFormType''Knitink\\UniverseBundle\\Entity\\Program');
  7577.     }
  7578.     /**
  7579.      * Gets the private 'Knitink\UniverseBundle\Domain\SeasonLoggingManager' shared autowired service.
  7580.      *
  7581.      * @return \Knitink\UniverseBundle\Domain\SeasonLoggingManager
  7582.      */
  7583.     protected function getSeasonLoggingManagerService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7586.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7587.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/SeasonLoggingManager.php';
  7588.         return $this->privates['Knitink\\UniverseBundle\\Domain\\SeasonLoggingManager'] = new \Knitink\UniverseBundle\Domain\SeasonLoggingManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\SeasonLoggingFormType''Knitink\\UniverseBundle\\Entity\\SeasonLogging', ($this->privates['Knitink\\UniverseBundle\\Domain\\IrrigationPlanManager'] ?? $this->getIrrigationPlanManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] ?? $this->getStateLoggingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\ControlManager'] ?? $this->getControlManagerService()));
  7589.     }
  7590.     /**
  7591.      * Gets the private 'Knitink\UniverseBundle\Domain\SectorManager' shared autowired service.
  7592.      *
  7593.      * @return \Knitink\UniverseBundle\Domain\SectorManager
  7594.      */
  7595.     protected function getSectorManagerService()
  7596.     {
  7597.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7598.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7599.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/SectorManager.php';
  7600.         return $this->privates['Knitink\\UniverseBundle\\Domain\\SectorManager'] = new \Knitink\UniverseBundle\Domain\SectorManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\SectorFormType''Knitink\\UniverseBundle\\Entity\\Sector');
  7601.     }
  7602.     /**
  7603.      * Gets the private 'Knitink\UniverseBundle\Domain\SensorManager' shared autowired service.
  7604.      *
  7605.      * @return \Knitink\UniverseBundle\Domain\SensorManager
  7606.      */
  7607.     protected function getSensorManagerService()
  7608.     {
  7609.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7610.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7611.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/SensorManager.php';
  7612.         return $this->privates['Knitink\\UniverseBundle\\Domain\\SensorManager'] = new \Knitink\UniverseBundle\Domain\SensorManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\SensorFormType''Knitink\\UniverseBundle\\Entity\\Sensor');
  7613.     }
  7614.     /**
  7615.      * Gets the private 'Knitink\UniverseBundle\Domain\StateLoggingManager' shared autowired service.
  7616.      *
  7617.      * @return \Knitink\UniverseBundle\Domain\StateLoggingManager
  7618.      */
  7619.     protected function getStateLoggingManagerService()
  7620.     {
  7621.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7622.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7623.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/StateLoggingManager.php';
  7624.         $this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] = $instance = new \Knitink\UniverseBundle\Domain\StateLoggingManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\StateLoggingType''Knitink\\UniverseBundle\\Entity\\StateLogging');
  7625.         $instance->setChartService(($this->services['Knitink\\UniverseBundle\\Service\\ChartService'] ?? $this->getChartServiceService()));
  7626.         return $instance;
  7627.     }
  7628.     /**
  7629.      * Gets the private 'Knitink\UniverseBundle\Domain\TankManager' shared autowired service.
  7630.      *
  7631.      * @return \Knitink\UniverseBundle\Domain\TankManager
  7632.      */
  7633.     protected function getTankManagerService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7636.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7637.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/TankManager.php';
  7638.         return $this->privates['Knitink\\UniverseBundle\\Domain\\TankManager'] = new \Knitink\UniverseBundle\Domain\TankManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\TankFormType''Knitink\\UniverseBundle\\Entity\\Tank');
  7639.     }
  7640.     /**
  7641.      * Gets the private 'Knitink\UniverseBundle\Domain\TeamManager' shared autowired service.
  7642.      *
  7643.      * @return \Knitink\UniverseBundle\Domain\TeamManager
  7644.      */
  7645.     protected function getTeamManagerService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7648.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7649.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/TeamManager.php';
  7650.         return $this->privates['Knitink\\UniverseBundle\\Domain\\TeamManager'] = new \Knitink\UniverseBundle\Domain\TeamManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\TeamType''Knitink\\UniverseBundle\\Entity\\Team');
  7651.     }
  7652.     /**
  7653.      * Gets the private 'Knitink\UniverseBundle\Domain\ValveManager' shared autowired service.
  7654.      *
  7655.      * @return \Knitink\UniverseBundle\Domain\ValveManager
  7656.      */
  7657.     protected function getValveManagerService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7660.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7661.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/ValveManager.php';
  7662.         return $this->privates['Knitink\\UniverseBundle\\Domain\\ValveManager'] = new \Knitink\UniverseBundle\Domain\ValveManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\ValveType''Knitink\\UniverseBundle\\Entity\\Valve');
  7663.     }
  7664.     /**
  7665.      * Gets the private 'Knitink\UniverseBundle\Listener\ControllerListener' shared autowired service.
  7666.      *
  7667.      * @return \Knitink\UniverseBundle\Listener\ControllerListener
  7668.      */
  7669.     protected function getControllerListenerService()
  7670.     {
  7671.         return $this->privates['Knitink\\UniverseBundle\\Listener\\ControllerListener'] = new \Knitink\UniverseBundle\Listener\ControllerListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService()));
  7672.     }
  7673.     /**
  7674.      * Gets the private 'Knitink\UniverseBundle\MessageService\StateLoggingsMessageService' shared autowired service.
  7675.      *
  7676.      * @return \Knitink\UniverseBundle\MessageService\StateLoggingsMessageService
  7677.      */
  7678.     protected function getStateLoggingsMessageServiceService()
  7679.     {
  7680.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/BaseMessageService.php';
  7681.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/StateLoggingsMessageService.php';
  7682.         return $this->privates['Knitink\\UniverseBundle\\MessageService\\StateLoggingsMessageService'] = new \Knitink\UniverseBundle\MessageService\StateLoggingsMessageService(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\StateLoggingManager'] ?? $this->getStateLoggingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager3Service()), ($this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'] ?? $this->getAlertLoggingServiceService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManagerService()), ($this->services['monolog.logger.universe_api'] ?? $this->getMonolog_Logger_UniverseApiService()));
  7683.     }
  7684.     /**
  7685.      * Gets the private 'Knitink\UniverseBundle\MessageService\TeamMessageService' shared autowired service.
  7686.      *
  7687.      * @return \Knitink\UniverseBundle\MessageService\TeamMessageService
  7688.      */
  7689.     protected function getTeamMessageServiceService()
  7690.     {
  7691.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/BaseMessageService.php';
  7692.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/TeamMessageService.php';
  7693.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/UniverseManager.php';
  7694.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/BaseManager.php';
  7695.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Domain/DigitalInputManager.php';
  7696.         return $this->privates['Knitink\\UniverseBundle\\MessageService\\TeamMessageService'] = new \Knitink\UniverseBundle\MessageService\TeamMessageService(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->privates['Knitink\\CoreBundle\\Provider\\MailerProvider'] ?? $this->getMailerProviderService()), ($this->services['monolog.logger.universe_api'] ?? $this->getMonolog_Logger_UniverseApiService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\TeamManager'] ?? $this->getTeamManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManager3Service()), ($this->privates['Knitink\\UniverseBundle\\Domain\\PlayerManager'] ?? $this->getPlayerManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\SensorManager'] ?? $this->getSensorManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\FlowMeterManager'] ?? $this->getFlowMeterManagerService()), new \Knitink\UniverseBundle\Domain\DigitalInputManager(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Knitink\\UniverseBundle\\Form\\Type\\Api\\DigitalInputType''Knitink\\UniverseBundle\\Entity\\DigitalInput'), ($this->privates['Knitink\\UniverseBundle\\Domain\\ValveManager'] ?? $this->getValveManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\SectorManager'] ?? $this->getSectorManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\DosingManager'] ?? $this->getDosingManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\ProgramManager'] ?? $this->getProgramManagerService()), ($this->privates['Knitink\\UniverseBundle\\Domain\\DrainCheckManager'] ?? $this->getDrainCheckManagerService()), ($this->services['Knitink\\UniverseBundle\\Service\\AlertLoggingService'] ?? $this->getAlertLoggingServiceService()), ($this->privates['Knitink\\ManagementBundle\\Domain\\GatewayManager'] ?? $this->getGatewayManagerService()));
  7697.     }
  7698.     /**
  7699.      * Gets the private 'Knitink\UniverseBundle\MessageService\UpdateDatabaseMessageService' shared autowired service.
  7700.      *
  7701.      * @return \Knitink\UniverseBundle\MessageService\UpdateDatabaseMessageService
  7702.      */
  7703.     protected function getUpdateDatabaseMessageServiceService()
  7704.     {
  7705.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/MessageService/UpdateDatabaseMessageService.php';
  7706.         return $this->privates['Knitink\\UniverseBundle\\MessageService\\UpdateDatabaseMessageService'] = new \Knitink\UniverseBundle\MessageService\UpdateDatabaseMessageService(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['monolog.logger.universe_database'] ?? $this->getMonolog_Logger_UniverseDatabaseService()));
  7707.     }
  7708.     /**
  7709.      * Gets the private 'Knitink\UniverseBundle\Provider\DataFluxProvider' shared autowired service.
  7710.      *
  7711.      * @return \Knitink\UniverseBundle\Provider\DataFluxProvider
  7712.      */
  7713.     protected function getDataFluxProviderService()
  7714.     {
  7715.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/DataFluxProvider.php';
  7716.         return $this->privates['Knitink\\UniverseBundle\\Provider\\DataFluxProvider'] = new \Knitink\UniverseBundle\Provider\DataFluxProvider($this->getEnv('DATAFLUX_URL'));
  7717.     }
  7718.     /**
  7719.      * Gets the private 'Knitink\UniverseBundle\Provider\IrristratProvider' shared autowired service.
  7720.      *
  7721.      * @return \Knitink\UniverseBundle\Provider\IrristratProvider
  7722.      */
  7723.     protected function getIrristratProviderService()
  7724.     {
  7725.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/IrristratProvider.php';
  7726.         return $this->privates['Knitink\\UniverseBundle\\Provider\\IrristratProvider'] = new \Knitink\UniverseBundle\Provider\IrristratProvider($this->getEnv('IRRISTRAT_URL_WS'));
  7727.     }
  7728.     /**
  7729.      * Gets the private 'Knitink\UniverseBundle\Provider\KmzProvider' shared autowired service.
  7730.      *
  7731.      * @return \Knitink\UniverseBundle\Provider\KmzProvider
  7732.      */
  7733.     protected function getKmzProviderService()
  7734.     {
  7735.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Provider/KmzProvider.php';
  7736.         return $this->privates['Knitink\\UniverseBundle\\Provider\\KmzProvider'] = new \Knitink\UniverseBundle\Provider\KmzProvider((\dirname(__DIR__3).'/data_errors/'));
  7737.     }
  7738.     /**
  7739.      * Gets the private 'Knitink\UniverseBundle\Security\TeamVoter' shared autowired service.
  7740.      *
  7741.      * @return \Knitink\UniverseBundle\Security\TeamVoter
  7742.      */
  7743.     protected function getTeamVoterService()
  7744.     {
  7745.         return $this->privates['Knitink\\UniverseBundle\\Security\\TeamVoter'] = new \Knitink\UniverseBundle\Security\TeamVoter(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['session'] ?? $this->getSessionService()));
  7746.     }
  7747.     /**
  7748.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  7749.      *
  7750.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  7751.      */
  7752.     protected function getResetAssetsEventListenerService()
  7753.     {
  7754.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7755.     }
  7756.     /**
  7757.      * Gets the private 'annotations.cache_adapter' shared service.
  7758.      *
  7759.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  7760.      */
  7761.     protected function getAnnotations_CacheAdapterService()
  7762.     {
  7763.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  7764.     }
  7765.     /**
  7766.      * Gets the private 'annotations.cache_warmer' shared service.
  7767.      *
  7768.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  7769.      */
  7770.     protected function getAnnotations_CacheWarmerService()
  7771.     {
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  7774.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  7775.     }
  7776.     /**
  7777.      * Gets the private 'annotations.cached_reader' shared service.
  7778.      *
  7779.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  7780.      */
  7781.     protected function getAnnotations_CachedReaderService()
  7782.     {
  7783.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  7784.     }
  7785.     /**
  7786.      * Gets the private 'annotations.reader' shared service.
  7787.      *
  7788.      * @return \Doctrine\Common\Annotations\AnnotationReader
  7789.      */
  7790.     protected function getAnnotations_ReaderService()
  7791.     {
  7792.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  7793.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  7794.         $a->registerUniqueLoader('class_exists');
  7795.         $instance->addGlobalIgnoredName('required'$a);
  7796.         return $instance;
  7797.     }
  7798.     /**
  7799.      * Gets the private 'assets.packages' shared service.
  7800.      *
  7801.      * @return \Symfony\Component\Asset\Packages
  7802.      */
  7803.     protected function getAssets_PackagesService()
  7804.     {
  7805.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  7806.     }
  7807.     /**
  7808.      * Gets the private 'cache.annotations' shared service.
  7809.      *
  7810.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7811.      */
  7812.     protected function getCache_AnnotationsService()
  7813.     {
  7814.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Lzz8DLY2WZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7815.     }
  7816.     /**
  7817.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  7818.      *
  7819.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7820.      */
  7821.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  7822.     {
  7823.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7824.     }
  7825.     /**
  7826.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  7827.      *
  7828.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7829.      */
  7830.     protected function getCache_Doctrine_Orm_Default_QueryService()
  7831.     {
  7832.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7833.     }
  7834.     /**
  7835.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  7836.      *
  7837.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7838.      */
  7839.     protected function getCache_Doctrine_Orm_Default_ResultService()
  7840.     {
  7841.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7842.     }
  7843.     /**
  7844.      * Gets the private 'cache.doctrine.orm.slave.metadata' shared service.
  7845.      *
  7846.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7847.      */
  7848.     protected function getCache_Doctrine_Orm_Slave_MetadataService()
  7849.     {
  7850.         return $this->privates['cache.doctrine.orm.slave.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7851.     }
  7852.     /**
  7853.      * Gets the private 'cache.doctrine.orm.slave.query' shared service.
  7854.      *
  7855.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7856.      */
  7857.     protected function getCache_Doctrine_Orm_Slave_QueryService()
  7858.     {
  7859.         return $this->privates['cache.doctrine.orm.slave.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7860.     }
  7861.     /**
  7862.      * Gets the private 'cache.doctrine.orm.slave.result' shared service.
  7863.      *
  7864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7865.      */
  7866.     protected function getCache_Doctrine_Orm_Slave_ResultService()
  7867.     {
  7868.         return $this->privates['cache.doctrine.orm.slave.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7869.     }
  7870.     /**
  7871.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  7872.      *
  7873.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7874.      */
  7875.     protected function getCache_Messenger_RestartWorkersSignalService()
  7876.     {
  7877.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bPv-DqKBI7'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  7878.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7879.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  7880.     }
  7881.     /**
  7882.      * Gets the private 'cache.property_info' shared service.
  7883.      *
  7884.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7885.      */
  7886.     protected function getCache_PropertyInfoService()
  7887.     {
  7888.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YlkQ5wb4HU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7889.     }
  7890.     /**
  7891.      * Gets the private 'cache.security_expression_language' shared service.
  7892.      *
  7893.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7894.      */
  7895.     protected function getCache_SecurityExpressionLanguageService()
  7896.     {
  7897.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NjOz5qyKYi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7898.     }
  7899.     /**
  7900.      * Gets the private 'cache.serializer' shared service.
  7901.      *
  7902.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7903.      */
  7904.     protected function getCache_SerializerService()
  7905.     {
  7906.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qljLV6S23a'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7907.     }
  7908.     /**
  7909.      * Gets the private 'cache.validator' shared service.
  7910.      *
  7911.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7912.      */
  7913.     protected function getCache_ValidatorService()
  7914.     {
  7915.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AAzjfHO667'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7916.     }
  7917.     /**
  7918.      * Gets the private 'cache.webpack_encore' shared service.
  7919.      *
  7920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7921.      */
  7922.     protected function getCache_WebpackEncoreService()
  7923.     {
  7924.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MI8nHPtmdu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7925.     }
  7926.     /**
  7927.      * Gets the private 'config_cache_factory' shared service.
  7928.      *
  7929.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  7930.      */
  7931.     protected function getConfigCacheFactoryService()
  7932.     {
  7933.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  7934.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  7935.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  7936.         }, 2));
  7937.     }
  7938.     /**
  7939.      * Gets the private 'console.command.about' shared service.
  7940.      *
  7941.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  7942.      */
  7943.     protected function getConsole_Command_AboutService()
  7944.     {
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  7947.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  7948.         $instance->setName('about');
  7949.         return $instance;
  7950.     }
  7951.     /**
  7952.      * Gets the private 'console.command.assets_install' shared service.
  7953.      *
  7954.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  7955.      */
  7956.     protected function getConsole_Command_AssetsInstallService()
  7957.     {
  7958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7961.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  7962.         $instance->setName('assets:install');
  7963.         return $instance;
  7964.     }
  7965.     /**
  7966.      * Gets the private 'console.command.cache_clear' shared service.
  7967.      *
  7968.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  7969.      */
  7970.     protected function getConsole_Command_CacheClearService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7975.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  7976.         $instance->setName('cache:clear');
  7977.         return $instance;
  7978.     }
  7979.     /**
  7980.      * Gets the private 'console.command.cache_pool_clear' shared service.
  7981.      *
  7982.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  7983.      */
  7984.     protected function getConsole_Command_CachePoolClearService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  7988.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  7989.         $instance->setName('cache:pool:clear');
  7990.         return $instance;
  7991.     }
  7992.     /**
  7993.      * Gets the private 'console.command.cache_pool_delete' shared service.
  7994.      *
  7995.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  7996.      */
  7997.     protected function getConsole_Command_CachePoolDeleteService()
  7998.     {
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8001.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8002.         $instance->setName('cache:pool:delete');
  8003.         return $instance;
  8004.     }
  8005.     /**
  8006.      * Gets the private 'console.command.cache_pool_list' shared service.
  8007.      *
  8008.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8009.      */
  8010.     protected function getConsole_Command_CachePoolListService()
  8011.     {
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8014.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.security_expression_language'=> 'cache.webpack_encore'=> 'cache.doctrine.orm.default.metadata'10 => 'cache.doctrine.orm.default.result'11 => 'cache.doctrine.orm.default.query'12 => 'cache.doctrine.orm.slave.metadata'13 => 'cache.doctrine.orm.slave.result'14 => 'cache.doctrine.orm.slave.query']);
  8015.         $instance->setName('cache:pool:list');
  8016.         return $instance;
  8017.     }
  8018.     /**
  8019.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8020.      *
  8021.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8022.      */
  8023.     protected function getConsole_Command_CachePoolPruneService()
  8024.     {
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8027.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8028.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8029.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8030.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8031.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8032.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8033.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8034.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  8035.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8036.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  8037.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  8038.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8039.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8040.             yield 'cache.doctrine.orm.slave.metadata' => ($this->privates['cache.doctrine.orm.slave.metadata'] ?? $this->getCache_Doctrine_Orm_Slave_MetadataService());
  8041.             yield 'cache.doctrine.orm.slave.result' => ($this->privates['cache.doctrine.orm.slave.result'] ?? $this->getCache_Doctrine_Orm_Slave_ResultService());
  8042.             yield 'cache.doctrine.orm.slave.query' => ($this->privates['cache.doctrine.orm.slave.query'] ?? $this->getCache_Doctrine_Orm_Slave_QueryService());
  8043.         }, 15));
  8044.         $instance->setName('cache:pool:prune');
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the private 'console.command.cache_warmup' shared service.
  8049.      *
  8050.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8051.      */
  8052.     protected function getConsole_Command_CacheWarmupService()
  8053.     {
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8056.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8057.         $instance->setName('cache:warmup');
  8058.         return $instance;
  8059.     }
  8060.     /**
  8061.      * Gets the private 'console.command.config_debug' shared service.
  8062.      *
  8063.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8064.      */
  8065.     protected function getConsole_Command_ConfigDebugService()
  8066.     {
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8071.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8072.         $instance->setName('debug:config');
  8073.         return $instance;
  8074.     }
  8075.     /**
  8076.      * Gets the private 'console.command.config_dump_reference' shared service.
  8077.      *
  8078.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8079.      */
  8080.     protected function getConsole_Command_ConfigDumpReferenceService()
  8081.     {
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8086.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8087.         $instance->setName('config:dump-reference');
  8088.         return $instance;
  8089.     }
  8090.     /**
  8091.      * Gets the private 'console.command.container_debug' shared service.
  8092.      *
  8093.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8094.      */
  8095.     protected function getConsole_Command_ContainerDebugService()
  8096.     {
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8099.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8100.         $instance->setName('debug:container');
  8101.         return $instance;
  8102.     }
  8103.     /**
  8104.      * Gets the private 'console.command.container_lint' shared service.
  8105.      *
  8106.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8107.      */
  8108.     protected function getConsole_Command_ContainerLintService()
  8109.     {
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8112.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8113.         $instance->setName('lint:container');
  8114.         return $instance;
  8115.     }
  8116.     /**
  8117.      * Gets the private 'console.command.debug_autowiring' shared service.
  8118.      *
  8119.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8120.      */
  8121.     protected function getConsole_Command_DebugAutowiringService()
  8122.     {
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8126.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8127.         $instance->setName('debug:autowiring');
  8128.         return $instance;
  8129.     }
  8130.     /**
  8131.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8132.      *
  8133.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8134.      */
  8135.     protected function getConsole_Command_EventDispatcherDebugService()
  8136.     {
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8139.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8140.         $instance->setName('debug:event-dispatcher');
  8141.         return $instance;
  8142.     }
  8143.     /**
  8144.      * Gets the private 'console.command.form_debug' shared service.
  8145.      *
  8146.      * @return \Symfony\Component\Form\Command\DebugCommand
  8147.      */
  8148.     protected function getConsole_Command_FormDebugService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8152.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Knitink\\ManagementBundle\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'FOS\\OAuthServerBundle\\Form\\Type'=> 'Globunet\\UserBundle\\Form\\Type'=> ''=> 'Globunet\\AdminBundle\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Knitink\\ManagementBundle\\Form\\Type\\ItemEquipmentFormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'=> 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'=> 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'=> 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'=> 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'=> 'FOS\\UserBundle\\Form\\Type\\GroupFormType'10 => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'11 => 'Globunet\\UserBundle\\Form\\Type\\UserType'12 => 'Knitink\\CoreBundle\\Form\\Type\\Api\\UserType'13 => 'Globunet\\UserBundle\\Form\\Type\\Api\\GroupType'14 => 'Globunet\\UserBundle\\Form\\Type\\RegistrationType'15 => 'Globunet\\AdminBundle\\Form\\Type\\AutocompleteEntityType'16 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'=> 'FOS\\RestBundle\\Form\\Extension\\DisableCSRFExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8153.         $instance->setName('debug:form');
  8154.         return $instance;
  8155.     }
  8156.     /**
  8157.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  8158.      *
  8159.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  8160.      */
  8161.     protected function getConsole_Command_MessengerConsumeMessagesService()
  8162.     {
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  8165.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async']);
  8166.         $instance->setName('messenger:consume');
  8167.         $instance->setAliases([=> 'messenger:consume-messages']);
  8168.         return $instance;
  8169.     }
  8170.     /**
  8171.      * Gets the private 'console.command.messenger_debug' shared service.
  8172.      *
  8173.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  8174.      */
  8175.     protected function getConsole_Command_MessengerDebugService()
  8176.     {
  8177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  8179.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Knitink\\ControlBundle\\Message\\DatagramMessage' => [=> [=> 'Knitink\\ControlBundle\\MessageHandler\\DatagramMessageHandler'=> []]], 'Knitink\\UniverseBundle\\Message\\TestMessage' => [=> [=> 'Knitink\\UniverseBundle\\MessageHandler\\TestMessageHandler'=> []]], 'Knitink\\UniverseBundle\\Message\\TeamMessage' => [=> [=> 'Knitink\\UniverseBundle\\MessageHandler\\TeamMessageHandler'=> []]], 'Knitink\\UniverseBundle\\Message\\StateLoggingsMessage' => [=> [=> 'Knitink\\UniverseBundle\\MessageHandler\\StateLoggingsMessageHandler'=> []]], 'Knitink\\UniverseBundle\\Message\\CronMessage' => [=> [=> 'Knitink\\UniverseBundle\\MessageHandler\\CronMessageHandler'=> []]], 'Knitink\\UniverseBundle\\Message\\ControlMessage' => [=> [=> 'Knitink\\UniverseBundle\\MessageHandler\\ControlMessageHandler'=> []]], 'Knitink\\UniverseBundle\\Message\\UpdateDatabaseMessage' => [=> [=> 'Knitink\\UniverseBundle\\MessageHandler\\UpdateDatabaseMessageHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  8180.         $instance->setName('debug:messenger');
  8181.         return $instance;
  8182.     }
  8183.     /**
  8184.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  8185.      *
  8186.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  8187.      */
  8188.     protected function getConsole_Command_MessengerSetupTransportsService()
  8189.     {
  8190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  8192.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async']);
  8193.         $instance->setName('messenger:setup-transports');
  8194.         return $instance;
  8195.     }
  8196.     /**
  8197.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  8198.      *
  8199.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  8200.      */
  8201.     protected function getConsole_Command_MessengerStopWorkersService()
  8202.     {
  8203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8204.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  8205.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  8206.         $instance->setName('messenger:stop-workers');
  8207.         return $instance;
  8208.     }
  8209.     /**
  8210.      * Gets the private 'console.command.router_debug' shared service.
  8211.      *
  8212.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  8213.      */
  8214.     protected function getConsole_Command_RouterDebugService()
  8215.     {
  8216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  8218.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8219.         $instance->setName('debug:router');
  8220.         return $instance;
  8221.     }
  8222.     /**
  8223.      * Gets the private 'console.command.router_match' shared service.
  8224.      *
  8225.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  8226.      */
  8227.     protected function getConsole_Command_RouterMatchService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  8231.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  8232.         $instance->setName('router:match');
  8233.         return $instance;
  8234.     }
  8235.     /**
  8236.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  8237.      *
  8238.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  8239.      */
  8240.     protected function getConsole_Command_SecretsDecryptToLocalService()
  8241.     {
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8245.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8248.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  8249.         $instance->setName('secrets:decrypt-to-local');
  8250.         return $instance;
  8251.     }
  8252.     /**
  8253.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  8254.      *
  8255.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  8256.      */
  8257.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  8258.     {
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8265.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  8266.         $instance->setName('secrets:encrypt-from-local');
  8267.         return $instance;
  8268.     }
  8269.     /**
  8270.      * Gets the private 'console.command.secrets_generate_key' shared service.
  8271.      *
  8272.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  8273.      */
  8274.     protected function getConsole_Command_SecretsGenerateKeyService()
  8275.     {
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8282.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  8283.         $instance->setName('secrets:generate-keys');
  8284.         return $instance;
  8285.     }
  8286.     /**
  8287.      * Gets the private 'console.command.secrets_list' shared service.
  8288.      *
  8289.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  8290.      */
  8291.     protected function getConsole_Command_SecretsListService()
  8292.     {
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8299.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  8300.         $instance->setName('secrets:list');
  8301.         return $instance;
  8302.     }
  8303.     /**
  8304.      * Gets the private 'console.command.secrets_remove' shared service.
  8305.      *
  8306.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  8307.      */
  8308.     protected function getConsole_Command_SecretsRemoveService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8316.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  8317.         $instance->setName('secrets:remove');
  8318.         return $instance;
  8319.     }
  8320.     /**
  8321.      * Gets the private 'console.command.secrets_set' shared service.
  8322.      *
  8323.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  8324.      */
  8325.     protected function getConsole_Command_SecretsSetService()
  8326.     {
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8333.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  8334.         $instance->setName('secrets:set');
  8335.         return $instance;
  8336.     }
  8337.     /**
  8338.      * Gets the private 'console.command.translation_debug' shared service.
  8339.      *
  8340.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  8341.      */
  8342.     protected function getConsole_Command_TranslationDebugService()
  8343.     {
  8344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  8346.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/AlertLoggingService.php'), => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/ChartService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/globunet/core-bundle/Domain/DatesTransformer.php'), 15 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 16 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 17 => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/StateLoggingController.php'), 18 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  8347.         $instance->setName('debug:translation');
  8348.         return $instance;
  8349.     }
  8350.     /**
  8351.      * Gets the private 'console.command.translation_update' shared service.
  8352.      *
  8353.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  8354.      */
  8355.     protected function getConsole_Command_TranslationUpdateService()
  8356.     {
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8373.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8374.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8375.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8376.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8377.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8378.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8379.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8380.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8381.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8382.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8383.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8384.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8385.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), $this->getEnv('LOCALE'), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/AlertLoggingService.php'), => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Service/ChartService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/globunet/core-bundle/Domain/DatesTransformer.php'), 15 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 16 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 17 => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Controller/StateLoggingController.php'), 18 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  8386.         $instance->setName('translation:update');
  8387.         return $instance;
  8388.     }
  8389.     /**
  8390.      * Gets the private 'console.command.xliff_lint' shared service.
  8391.      *
  8392.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  8393.      */
  8394.     protected function getConsole_Command_XliffLintService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  8399.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  8400.         $instance->setName('lint:xliff');
  8401.         return $instance;
  8402.     }
  8403.     /**
  8404.      * Gets the private 'console.command.yaml_lint' shared service.
  8405.      *
  8406.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  8407.      */
  8408.     protected function getConsole_Command_YamlLintService()
  8409.     {
  8410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  8413.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  8414.         $instance->setName('lint:yaml');
  8415.         return $instance;
  8416.     }
  8417.     /**
  8418.      * Gets the private 'console.error_listener' shared service.
  8419.      *
  8420.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  8421.      */
  8422.     protected function getConsole_ErrorListenerService()
  8423.     {
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  8425.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  8426.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8427.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8428.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8429.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  8430.     }
  8431.     /**
  8432.      * Gets the private 'container.env_var_processor' shared service.
  8433.      *
  8434.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  8435.      */
  8436.     protected function getContainer_EnvVarProcessorService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  8440.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  8441.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  8442.         }, 1));
  8443.     }
  8444.     /**
  8445.      * Gets the private 'data_collector.form' shared service.
  8446.      *
  8447.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  8448.      */
  8449.     protected function getDataCollector_FormService()
  8450.     {
  8451.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  8452.     }
  8453.     /**
  8454.      * Gets the private 'debug.argument_resolver.default' shared service.
  8455.      *
  8456.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8457.      */
  8458.     protected function getDebug_ArgumentResolver_DefaultService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  8463.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8464.     }
  8465.     /**
  8466.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  8467.      *
  8468.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8469.      */
  8470.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  8471.     {
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  8475.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.4MENNBr'] ?? $this->get_ServiceLocator_4MENNBrService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8476.     }
  8477.     /**
  8478.      * Gets the private 'debug.argument_resolver.request' shared service.
  8479.      *
  8480.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8481.      */
  8482.     protected function getDebug_ArgumentResolver_RequestService()
  8483.     {
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  8487.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8488.     }
  8489.     /**
  8490.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  8491.      *
  8492.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8493.      */
  8494.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  8495.     {
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  8499.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8500.     }
  8501.     /**
  8502.      * Gets the private 'debug.argument_resolver.service' shared service.
  8503.      *
  8504.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8505.      */
  8506.     protected function getDebug_ArgumentResolver_ServiceService()
  8507.     {
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  8511.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.4MENNBr'] ?? $this->get_ServiceLocator_4MENNBrService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8512.     }
  8513.     /**
  8514.      * Gets the private 'debug.argument_resolver.session' shared service.
  8515.      *
  8516.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8517.      */
  8518.     protected function getDebug_ArgumentResolver_SessionService()
  8519.     {
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  8523.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8524.     }
  8525.     /**
  8526.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  8527.      *
  8528.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8529.      */
  8530.     protected function getDebug_ArgumentResolver_VariadicService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  8535.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8536.     }
  8537.     /**
  8538.      * Gets the private 'debug.debug_handlers_listener' shared service.
  8539.      *
  8540.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  8541.      */
  8542.     protected function getDebug_DebugHandlersListenerService()
  8543.     {
  8544.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  8545.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8546.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8547.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8548.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8549.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  8550.     }
  8551.     /**
  8552.      * Gets the private 'debug.file_link_formatter' shared service.
  8553.      *
  8554.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  8555.      */
  8556.     protected function getDebug_FileLinkFormatterService()
  8557.     {
  8558.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  8559.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  8560.         });
  8561.     }
  8562.     /**
  8563.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  8564.      *
  8565.      * @return \string
  8566.      */
  8567.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  8568.     {
  8569.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  8570.     }
  8571.     /**
  8572.      * Gets the private 'debug.log_processor' shared service.
  8573.      *
  8574.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  8575.      */
  8576.     protected function getDebug_LogProcessorService()
  8577.     {
  8578.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8579.     }
  8580.     /**
  8581.      * Gets the private 'debug.security.access.decision_manager' shared service.
  8582.      *
  8583.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  8584.      */
  8585.     protected function getDebug_Security_Access_DecisionManagerService()
  8586.     {
  8587.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  8588.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  8589.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  8590.             yield => ($this->privates['debug.security.voter.Knitink\\ManagementBundle\\Security\\ClientVoter'] ?? $this->getClientVoterService());
  8591.             yield => ($this->privates['debug.security.voter.Knitink\\ManagementBundle\\Security\\TeamVoter'] ?? $this->getTeamVoter2Service());
  8592.             yield => ($this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\LicenseVoter'] ?? $this->getLicenseVoterService());
  8593.             yield => ($this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\TeamVoter'] ?? $this->getTeamVoter3Service());
  8594.             yield => ($this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\SensorVoter'] ?? $this->getSensorVoterService());
  8595.             yield => ($this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\FlowMeterFlowVoter'] ?? $this->getFlowMeterFlowVoterService());
  8596.             yield => ($this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\FlowMeterVolumeVoter'] ?? $this->getFlowMeterVolumeVoterService());
  8597.             yield => ($this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\ValveVoter'] ?? $this->getValveVoterService());
  8598.         }, 10), 'affirmative'falsetrue));
  8599.     }
  8600.     /**
  8601.      * Gets the private 'debug.security.firewall' shared service.
  8602.      *
  8603.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  8604.      */
  8605.     protected function getDebug_Security_FirewallService()
  8606.     {
  8607.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  8608.     }
  8609.     /**
  8610.      * Gets the private 'debug.security.user_value_resolver' shared service.
  8611.      *
  8612.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8613.      */
  8614.     protected function getDebug_Security_UserValueResolverService()
  8615.     {
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  8619.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8620.     }
  8621.     /**
  8622.      * Gets the private 'debug.security.voter.Knitink\ManagementBundle\Security\ClientVoter' shared service.
  8623.      *
  8624.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8625.      */
  8626.     protected function getClientVoterService()
  8627.     {
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8629.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Security/ClientVoter.php';
  8630.         return $this->privates['debug.security.voter.Knitink\\ManagementBundle\\Security\\ClientVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\ManagementBundle\Security\ClientVoter(($this->privates['Knitink\\ManagementBundle\\Domain\\ClientManager'] ?? $this->getClientManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8631.     }
  8632.     /**
  8633.      * Gets the private 'debug.security.voter.Knitink\ManagementBundle\Security\TeamVoter' shared service.
  8634.      *
  8635.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8636.      */
  8637.     protected function getTeamVoter2Service()
  8638.     {
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8640.         include_once \dirname(__DIR__4).'/src/Knitink/ManagementBundle/Security/TeamVoter.php';
  8641.         return $this->privates['debug.security.voter.Knitink\\ManagementBundle\\Security\\TeamVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\ManagementBundle\Security\TeamVoter(($this->privates['Knitink\\ManagementBundle\\Domain\\TeamManager'] ?? $this->getTeamManager2Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8642.     }
  8643.     /**
  8644.      * Gets the private 'debug.security.voter.Knitink\UniverseBundle\Security\FlowMeterFlowVoter' shared service.
  8645.      *
  8646.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8647.      */
  8648.     protected function getFlowMeterFlowVoterService()
  8649.     {
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8651.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Security/FlowMeterFlowVoter.php';
  8652.         return $this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\FlowMeterFlowVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\UniverseBundle\Security\FlowMeterFlowVoter(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['session'] ?? $this->getSessionService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8653.     }
  8654.     /**
  8655.      * Gets the private 'debug.security.voter.Knitink\UniverseBundle\Security\FlowMeterVolumeVoter' shared service.
  8656.      *
  8657.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8658.      */
  8659.     protected function getFlowMeterVolumeVoterService()
  8660.     {
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8662.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Security/FlowMeterVolumeVoter.php';
  8663.         return $this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\FlowMeterVolumeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\UniverseBundle\Security\FlowMeterVolumeVoter(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['session'] ?? $this->getSessionService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8664.     }
  8665.     /**
  8666.      * Gets the private 'debug.security.voter.Knitink\UniverseBundle\Security\LicenseVoter' shared service.
  8667.      *
  8668.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8669.      */
  8670.     protected function getLicenseVoterService()
  8671.     {
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8673.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Security/LicenseVoter.php';
  8674.         return $this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\LicenseVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\UniverseBundle\Security\LicenseVoter(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['session'] ?? $this->getSessionService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8675.     }
  8676.     /**
  8677.      * Gets the private 'debug.security.voter.Knitink\UniverseBundle\Security\SensorVoter' shared service.
  8678.      *
  8679.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8680.      */
  8681.     protected function getSensorVoterService()
  8682.     {
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8684.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Security/SensorVoter.php';
  8685.         return $this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\SensorVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\UniverseBundle\Security\SensorVoter(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['session'] ?? $this->getSessionService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8686.     }
  8687.     /**
  8688.      * Gets the private 'debug.security.voter.Knitink\UniverseBundle\Security\TeamVoter' shared service.
  8689.      *
  8690.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8691.      */
  8692.     protected function getTeamVoter3Service()
  8693.     {
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8695.         return $this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\TeamVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['Knitink\\UniverseBundle\\Security\\TeamVoter'] ?? $this->getTeamVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8696.     }
  8697.     /**
  8698.      * Gets the private 'debug.security.voter.Knitink\UniverseBundle\Security\ValveVoter' shared service.
  8699.      *
  8700.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8701.      */
  8702.     protected function getValveVoterService()
  8703.     {
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8705.         include_once \dirname(__DIR__4).'/src/Knitink/UniverseBundle/Security/ValveVoter.php';
  8706.         return $this->privates['debug.security.voter.Knitink\\UniverseBundle\\Security\\ValveVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Knitink\UniverseBundle\Security\ValveVoter(($this->services['globunet_dinamic_database.database_connector'] ?? $this->getGlobunetDinamicDatabase_DatabaseConnectorService()), ($this->services['session'] ?? $this->getSessionService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8707.     }
  8708.     /**
  8709.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  8710.      *
  8711.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8712.      */
  8713.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  8717.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8718.     }
  8719.     /**
  8720.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  8721.      *
  8722.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8723.      */
  8724.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  8729.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8730.     }
  8731.     /**
  8732.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  8733.      *
  8734.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  8735.      */
  8736.     protected function getDebug_Security_Voter_VoteListenerService()
  8737.     {
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  8739.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  8740.     }
  8741.     /**
  8742.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  8743.      *
  8744.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  8745.      */
  8746.     protected function getDoctrine_CacheClearMetadataCommandService()
  8747.     {
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  8751.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  8752.         $instance->setName('doctrine:cache:clear-metadata');
  8753.         return $instance;
  8754.     }
  8755.     /**
  8756.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  8757.      *
  8758.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  8759.      */
  8760.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  8761.     {
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  8765.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  8766.         $instance->setName('doctrine:cache:clear-query');
  8767.         return $instance;
  8768.     }
  8769.     /**
  8770.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  8771.      *
  8772.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  8773.      */
  8774.     protected function getDoctrine_CacheClearResultCommandService()
  8775.     {
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  8779.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  8780.         $instance->setName('doctrine:cache:clear-result');
  8781.         return $instance;
  8782.     }
  8783.     /**
  8784.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  8785.      *
  8786.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  8787.      */
  8788.     protected function getDoctrine_CacheCollectionRegionCommandService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  8793.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  8794.         $instance->setName('doctrine:cache:clear-collection-region');
  8795.         return $instance;
  8796.     }
  8797.     /**
  8798.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8799.      *
  8800.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  8801.      */
  8802.     protected function getDoctrine_ClearEntityRegionCommandService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  8807.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  8808.         $instance->setName('doctrine:cache:clear-entity-region');
  8809.         return $instance;
  8810.     }
  8811.     /**
  8812.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8813.      *
  8814.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  8815.      */
  8816.     protected function getDoctrine_ClearQueryRegionCommandService()
  8817.     {
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  8821.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  8822.         $instance->setName('doctrine:cache:clear-query-region');
  8823.         return $instance;
  8824.     }
  8825.     /**
  8826.      * Gets the private 'doctrine.database_create_command' shared service.
  8827.      *
  8828.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8829.      */
  8830.     protected function getDoctrine_DatabaseCreateCommandService()
  8831.     {
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  8835.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8836.         $instance->setName('doctrine:database:create');
  8837.         return $instance;
  8838.     }
  8839.     /**
  8840.      * Gets the private 'doctrine.database_drop_command' shared service.
  8841.      *
  8842.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  8843.      */
  8844.     protected function getDoctrine_DatabaseDropCommandService()
  8845.     {
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  8849.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8850.         $instance->setName('doctrine:database:drop');
  8851.         return $instance;
  8852.     }
  8853.     /**
  8854.      * Gets the private 'doctrine.database_import_command' shared service.
  8855.      *
  8856.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  8857.      */
  8858.     protected function getDoctrine_DatabaseImportCommandService()
  8859.     {
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  8863.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  8864.         $instance->setName('doctrine:database:import');
  8865.         return $instance;
  8866.     }
  8867.     /**
  8868.      * Gets the private 'doctrine.dbal.logger' shared service.
  8869.      *
  8870.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  8871.      */
  8872.     protected function getDoctrine_Dbal_LoggerService()
  8873.     {
  8874.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  8875.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8876.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  8877.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8878.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8879.     }
  8880.     /**
  8881.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  8882.      *
  8883.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  8884.      */
  8885.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  8886.     {
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  8889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  8890.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  8891.         $instance->setName('doctrine:ensure-production-settings');
  8892.         return $instance;
  8893.     }
  8894.     /**
  8895.      * Gets the private 'doctrine.generate_entities_command' shared service.
  8896.      *
  8897.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  8898.      */
  8899.     protected function getDoctrine_GenerateEntitiesCommandService()
  8900.     {
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  8904.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8905.         $instance->setName('doctrine:generate:entities');
  8906.         return $instance;
  8907.     }
  8908.     /**
  8909.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  8910.      *
  8911.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  8912.      */
  8913.     protected function getDoctrine_MappingConvertCommandService()
  8914.     {
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  8918.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  8919.         $instance->setName('doctrine:mapping:convert');
  8920.         return $instance;
  8921.     }
  8922.     /**
  8923.      * Gets the private 'doctrine.mapping_import_command' shared service.
  8924.      *
  8925.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  8926.      */
  8927.     protected function getDoctrine_MappingImportCommandService()
  8928.     {
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  8932.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  8933.         $instance->setName('doctrine:mapping:import');
  8934.         return $instance;
  8935.     }
  8936.     /**
  8937.      * Gets the private 'doctrine.mapping_info_command' shared service.
  8938.      *
  8939.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  8940.      */
  8941.     protected function getDoctrine_MappingInfoCommandService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  8946.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  8947.         $instance->setName('doctrine:mapping:info');
  8948.         return $instance;
  8949.     }
  8950.     /**
  8951.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  8952.      *
  8953.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  8954.      */
  8955.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  8956.     {
  8957.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  8958.     }
  8959.     /**
  8960.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  8961.      *
  8962.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  8963.      */
  8964.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  8967.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8968.     }
  8969.     /**
  8970.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  8971.      *
  8972.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  8973.      */
  8974.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  8977.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  8978.     }
  8979.     /**
  8980.      * Gets the private 'doctrine.orm.listeners.resolve_target_entity' shared service.
  8981.      *
  8982.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  8983.      */
  8984.     protected function getDoctrine_Orm_Listeners_ResolveTargetEntityService()
  8985.     {
  8986.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  8988.         $this->privates['doctrine.orm.listeners.resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  8989.         $instance->addResolveTargetEntity('Globunet\\UserBundle\\Model\\GroupInterface''Knitink\\CoreBundle\\Entity\\Group', []);
  8990.         $instance->addResolveTargetEntity('Globunet\\UserBundle\\Model\\UserInterface''Knitink\\CoreBundle\\Entity\\User', []);
  8991.         return $instance;
  8992.     }
  8993.     /**
  8994.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  8995.      *
  8996.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  8997.      */
  8998.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  8999.     {
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  9001.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9002.     }
  9003.     /**
  9004.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  9005.      *
  9006.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  9007.      */
  9008.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  9009.     {
  9010.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  9011.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9012.     }
  9013.     /**
  9014.      * Gets the private 'doctrine.orm.slave_entity_manager.property_info_extractor' shared service.
  9015.      *
  9016.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  9017.      */
  9018.     protected function getDoctrine_Orm_SlaveEntityManager_PropertyInfoExtractorService()
  9019.     {
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  9021.         return $this->privates['doctrine.orm.slave_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()));
  9022.     }
  9023.     /**
  9024.      * Gets the private 'doctrine.orm.slave_listeners.attach_entity_listeners' shared service.
  9025.      *
  9026.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  9027.      */
  9028.     protected function getDoctrine_Orm_SlaveListeners_AttachEntityListenersService()
  9029.     {
  9030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  9031.         return $this->privates['doctrine.orm.slave_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  9032.     }
  9033.     /**
  9034.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  9035.      *
  9036.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  9037.      */
  9038.     protected function getDoctrine_Orm_Validator_UniqueService()
  9039.     {
  9040.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  9043.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9044.     }
  9045.     /**
  9046.      * Gets the private 'doctrine.query_dql_command' shared service.
  9047.      *
  9048.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  9049.      */
  9050.     protected function getDoctrine_QueryDqlCommandService()
  9051.     {
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  9054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  9055.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  9056.         $instance->setName('doctrine:query:dql');
  9057.         return $instance;
  9058.     }
  9059.     /**
  9060.      * Gets the private 'doctrine.query_sql_command' shared service.
  9061.      *
  9062.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  9063.      */
  9064.     protected function getDoctrine_QuerySqlCommandService()
  9065.     {
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  9069.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  9070.         $instance->setName('doctrine:query:sql');
  9071.         return $instance;
  9072.     }
  9073.     /**
  9074.      * Gets the private 'doctrine.schema_create_command' shared service.
  9075.      *
  9076.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  9077.      */
  9078.     protected function getDoctrine_SchemaCreateCommandService()
  9079.     {
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9082.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  9084.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  9085.         $instance->setName('doctrine:schema:create');
  9086.         return $instance;
  9087.     }
  9088.     /**
  9089.      * Gets the private 'doctrine.schema_drop_command' shared service.
  9090.      *
  9091.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  9092.      */
  9093.     protected function getDoctrine_SchemaDropCommandService()
  9094.     {
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  9099.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  9100.         $instance->setName('doctrine:schema:drop');
  9101.         return $instance;
  9102.     }
  9103.     /**
  9104.      * Gets the private 'doctrine.schema_update_command' shared service.
  9105.      *
  9106.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  9107.      */
  9108.     protected function getDoctrine_SchemaUpdateCommandService()
  9109.     {
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  9114.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  9115.         $instance->setName('doctrine:schema:update');
  9116.         return $instance;
  9117.     }
  9118.     /**
  9119.      * Gets the private 'doctrine.schema_validate_command' shared service.
  9120.      *
  9121.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  9122.      */
  9123.     protected function getDoctrine_SchemaValidateCommandService()
  9124.     {
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  9128.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  9129.         $instance->setName('doctrine:schema:validate');
  9130.         return $instance;
  9131.     }
  9132.     /**
  9133.      * Gets the private 'error_handler.error_renderer.html' shared service.
  9134.      *
  9135.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  9136.      */
  9137.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  9138.     {
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  9141.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9142.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9143.     }
  9144.     /**
  9145.      * Gets the private 'exception_listener' shared service.
  9146.      *
  9147.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  9148.      */
  9149.     protected function getExceptionListenerService()
  9150.     {
  9151.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  9152.     }
  9153.     /**
  9154.      * Gets the private 'file_locator' shared service.
  9155.      *
  9156.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  9157.      */
  9158.     protected function getFileLocatorService()
  9159.     {
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9163.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  9164.     }
  9165.     /**
  9166.      * Gets the private 'form.choice_list_factory.cached' shared service.
  9167.      *
  9168.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  9169.      */
  9170.     protected function getForm_ChoiceListFactory_CachedService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  9175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  9176.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  9177.     }
  9178.     /**
  9179.      * Gets the private 'form.registry' shared service.
  9180.      *
  9181.      * @return \Symfony\Component\Form\FormRegistry
  9182.      */
  9183.     protected function getForm_RegistryService()
  9184.     {
  9185.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9186.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  9187.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  9188.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  9189.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  9190.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  9191.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  9192.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  9193.             'Globunet\\AdminBundle\\Form\\Type\\AutocompleteEntityType' => ['services''Globunet\\AdminBundle\\Form\\Type\\AutocompleteEntityType''getAutocompleteEntityTypeService'false],
  9194.             'Globunet\\UserBundle\\Form\\Type\\Api\\GroupType' => ['privates''globunet_user.api_form_type_group''getGlobunetUser_ApiFormTypeGroupService'false],
  9195.             'Globunet\\UserBundle\\Form\\Type\\RegistrationType' => ['privates''Globunet\\UserBundle\\Form\\Type\\RegistrationType''getRegistrationTypeService'false],
  9196.             'Globunet\\UserBundle\\Form\\Type\\UserType' => ['privates''Globunet\\UserBundle\\Form\\Type\\UserType''getUserTypeService'false],
  9197.             'Knitink\\CoreBundle\\Form\\Type\\Api\\UserType' => ['privates''globunet_user.api_form_type_user''getGlobunetUser_ApiFormTypeUserService'false],
  9198.             'Knitink\\ManagementBundle\\Form\\Type\\ItemEquipmentFormType' => ['privates''Knitink\\ManagementBundle\\Form\\Type\\ItemEquipmentFormType''getItemEquipmentFormTypeService'false],
  9199.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  9200.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  9201.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  9202.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  9203.         ], [
  9204.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  9205.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  9206.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  9207.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  9208.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  9209.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  9210.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  9211.             'Globunet\\AdminBundle\\Form\\Type\\AutocompleteEntityType' => '?',
  9212.             'Globunet\\UserBundle\\Form\\Type\\Api\\GroupType' => '?',
  9213.             'Globunet\\UserBundle\\Form\\Type\\RegistrationType' => '?',
  9214.             'Globunet\\UserBundle\\Form\\Type\\UserType' => '?',
  9215.             'Knitink\\CoreBundle\\Form\\Type\\Api\\UserType' => '?',
  9216.             'Knitink\\ManagementBundle\\Form\\Type\\ItemEquipmentFormType' => '?',
  9217.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  9218.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  9219.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  9220.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  9221.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  9222.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  9223.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  9224.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  9225.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  9226.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  9227.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  9228.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  9229.             yield => ($this->privates['fos_rest.form.extension.csrf_disable'] ?? $this->getFosRest_Form_Extension_CsrfDisableService());
  9230.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  9231.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  9232.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  9233.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  9234.         }, 1)], new RewindableGenerator(function () {
  9235.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  9236.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  9237.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  9238.     }
  9239.     /**
  9240.      * Gets the private 'form.server_params' shared service.
  9241.      *
  9242.      * @return \Symfony\Component\Form\Util\ServerParams
  9243.      */
  9244.     protected function getForm_ServerParamsService()
  9245.     {
  9246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  9247.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9248.     }
  9249.     /**
  9250.      * Gets the private 'form.type.choice' shared service.
  9251.      *
  9252.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  9253.      */
  9254.     protected function getForm_Type_ChoiceService()
  9255.     {
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  9259.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9260.     }
  9261.     /**
  9262.      * Gets the private 'form.type.entity' shared service.
  9263.      *
  9264.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  9265.      */
  9266.     protected function getForm_Type_EntityService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  9272.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9273.     }
  9274.     /**
  9275.      * Gets the private 'form.type.form' shared service.
  9276.      *
  9277.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  9278.      */
  9279.     protected function getForm_Type_FormService()
  9280.     {
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  9285.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9286.     }
  9287.     /**
  9288.      * Gets the private 'form.type_extension.csrf' shared service.
  9289.      *
  9290.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  9291.      */
  9292.     protected function getForm_TypeExtension_CsrfService()
  9293.     {
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  9297.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  9298.     }
  9299.     /**
  9300.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  9301.      *
  9302.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  9303.      */
  9304.     protected function getForm_TypeExtension_Form_DataCollectorService()
  9305.     {
  9306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  9309.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  9310.     }
  9311.     /**
  9312.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  9313.      *
  9314.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  9315.      */
  9316.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  9317.     {
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  9323.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  9324.     }
  9325.     /**
  9326.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  9327.      *
  9328.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  9329.      */
  9330.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  9331.     {
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  9335.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  9336.     }
  9337.     /**
  9338.      * Gets the private 'form.type_extension.form.validator' shared service.
  9339.      *
  9340.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  9341.      */
  9342.     protected function getForm_TypeExtension_Form_ValidatorService()
  9343.     {
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  9348.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  9349.     }
  9350.     /**
  9351.      * Gets the private 'form.type_extension.upload.validator' shared service.
  9352.      *
  9353.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  9354.      */
  9355.     protected function getForm_TypeExtension_Upload_ValidatorService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  9360.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9361.     }
  9362.     /**
  9363.      * Gets the private 'form.type_guesser.doctrine' shared service.
  9364.      *
  9365.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  9366.      */
  9367.     protected function getForm_TypeGuesser_DoctrineService()
  9368.     {
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  9371.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9372.     }
  9373.     /**
  9374.      * Gets the private 'form.type_guesser.validator' shared service.
  9375.      *
  9376.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  9377.      */
  9378.     protected function getForm_TypeGuesser_ValidatorService()
  9379.     {
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  9382.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  9383.     }
  9384.     /**
  9385.      * Gets the private 'fos_js_routing.dump_command' shared service.
  9386.      *
  9387.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  9388.      */
  9389.     protected function getFosJsRouting_DumpCommandService()
  9390.     {
  9391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  9393.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  9394.         $instance->setName('fos:js-routing:dump');
  9395.         return $instance;
  9396.     }
  9397.     /**
  9398.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  9399.      *
  9400.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  9401.      */
  9402.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  9403.     {
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9405.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  9406.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  9407.         $instance->setName('fos:js-routing:debug');
  9408.         return $instance;
  9409.     }
  9410.     /**
  9411.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  9412.      *
  9413.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  9414.      */
  9415.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  9416.     {
  9417.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  9418.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  9421.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  9422.         return $this->privates['fos_oauth_server.access_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\AccessTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'Globunet\\UserBundle\\Entity\\AccessToken');
  9423.     }
  9424.     /**
  9425.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  9426.      *
  9427.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  9428.      */
  9429.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  9430.     {
  9431.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  9432.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  9433.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  9434.         return $this->privates['fos_oauth_server.auth_code_manager.default'] = new \FOS\OAuthServerBundle\Entity\AuthCodeManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'Globunet\\UserBundle\\Entity\\AuthCode');
  9435.     }
  9436.     /**
  9437.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  9438.      *
  9439.      * @return \Symfony\Component\Form\Form
  9440.      */
  9441.     protected function getFosOauthServer_Authorize_FormService()
  9442.     {
  9443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  9446.         return ($this->services['form.factory'] ?? $this->getForm_FactoryService())->createNamed('fos_oauth_server_authorize_form''FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'NULL, ['validation_groups' => $this->parameters['fos_oauth_server.authorize.form.validation_groups']]);
  9447.     }
  9448.     /**
  9449.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  9450.      *
  9451.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  9452.      */
  9453.     protected function getFosOauthServer_Authorize_Form_TypeService()
  9454.     {
  9455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9457.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  9458.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  9459.     }
  9460.     /**
  9461.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  9462.      *
  9463.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  9464.      */
  9465.     protected function getFosOauthServer_ClientManager_DefaultService()
  9466.     {
  9467.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  9469.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  9470.         return $this->privates['fos_oauth_server.client_manager.default'] = new \FOS\OAuthServerBundle\Entity\ClientManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'Globunet\\UserBundle\\Entity\\Client');
  9471.     }
  9472.     /**
  9473.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  9474.      *
  9475.      * @return \Doctrine\ORM\EntityManager
  9476.      */
  9477.     protected function getFosOauthServer_EntityManagerService()
  9478.     {
  9479.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  9480.     }
  9481.     /**
  9482.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  9483.      *
  9484.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  9485.      */
  9486.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  9487.     {
  9488.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  9490.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  9492.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  9493.         return $this->privates['fos_oauth_server.refresh_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\RefreshTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'Globunet\\UserBundle\\Entity\\RefreshToken');
  9494.     }
  9495.     /**
  9496.      * Gets the private 'fos_oauth_server.server' shared service.
  9497.      *
  9498.      * @return \OAuth2\OAuth2
  9499.      */
  9500.     protected function getFosOauthServer_ServerService()
  9501.     {
  9502.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  9503.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  9505.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  9507.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  9508.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  9509.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  9510.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Security/OAuth/Storage/OAuthStorage.php';
  9513.         return $this->privates['fos_oauth_server.server'] = new \OAuth2\OAuth2(new \Globunet\UserBundle\Security\OAuth\Storage\OAuthStorage(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()), ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService())), $this->parameters['fos_oauth_server.server.options']);
  9514.     }
  9515.     /**
  9516.      * Gets the private 'fos_rest.access_denied_listener' shared service.
  9517.      *
  9518.      * @return \FOS\RestBundle\EventListener\AccessDeniedListener
  9519.      *
  9520.      * @deprecated The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.
  9521.      */
  9522.     protected function getFosRest_AccessDeniedListenerService()
  9523.     {
  9524.         @trigger_error('The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  9525.         return $this->privates['fos_rest.access_denied_listener'] = new \FOS\RestBundle\EventListener\AccessDeniedListener(['json' => true], NULL);
  9526.     }
  9527.     /**
  9528.      * Gets the private 'fos_rest.allowed_methods_listener' shared service.
  9529.      *
  9530.      * @return \FOS\RestBundle\EventListener\AllowedMethodsListener
  9531.      */
  9532.     protected function getFosRest_AllowedMethodsListenerService()
  9533.     {
  9534.         return $this->privates['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService()));
  9535.     }
  9536.     /**
  9537.      * Gets the private 'fos_rest.allowed_methods_loader' shared service.
  9538.      *
  9539.      * @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
  9540.      */
  9541.     protected function getFosRest_AllowedMethodsLoaderService()
  9542.     {
  9543.         return $this->privates['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(($this->services['router'] ?? $this->getRouterService()), ($this->targetDir.''.'/fos_rest'), true);
  9544.     }
  9545.     /**
  9546.      * Gets the private 'fos_rest.body_listener' shared service.
  9547.      *
  9548.      * @return \FOS\RestBundle\EventListener\BodyListener
  9549.      */
  9550.     protected function getFosRest_BodyListenerService()
  9551.     {
  9552.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9553.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  9554.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  9555.         ], [
  9556.             'fos_rest.decoder.json' => '?',
  9557.             'fos_rest.decoder.xml' => '?',
  9558.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  9559.         $instance->setDefaultFormat(NULL);
  9560.         return $instance;
  9561.     }
  9562.     /**
  9563.      * Gets the private 'fos_rest.decoder.json' shared service.
  9564.      *
  9565.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  9566.      */
  9567.     protected function getFosRest_Decoder_JsonService()
  9568.     {
  9569.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  9571.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  9572.     }
  9573.     /**
  9574.      * Gets the private 'fos_rest.decoder.xml' shared service.
  9575.      *
  9576.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  9577.      */
  9578.     protected function getFosRest_Decoder_XmlService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  9582.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  9583.     }
  9584.     /**
  9585.      * Gets the private 'fos_rest.exception_listener' shared service.
  9586.      *
  9587.      * @return \FOS\RestBundle\EventListener\ExceptionListener
  9588.      *
  9589.      * @deprecated The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.
  9590.      */
  9591.     protected function getFosRest_ExceptionListenerService()
  9592.     {
  9593.         @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  9594.         return $this->privates['fos_rest.exception_listener'] = new \FOS\RestBundle\EventListener\ExceptionListener(new \Symfony\Component\HttpKernel\EventListener\ErrorListener('fos_rest.exception.twig_controller::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9595.     }
  9596.     /**
  9597.      * Gets the private 'fos_rest.form.extension.csrf_disable' shared service.
  9598.      *
  9599.      * @return \FOS\RestBundle\Form\Extension\DisableCSRFExtension
  9600.      */
  9601.     protected function getFosRest_Form_Extension_CsrfDisableService()
  9602.     {
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Form/Extension/DisableCSRFExtension.php';
  9606.         return $this->privates['fos_rest.form.extension.csrf_disable'] = new \FOS\RestBundle\Form\Extension\DisableCSRFExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 'ROLE_API', ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  9607.     }
  9608.     /**
  9609.      * Gets the private 'fos_rest.format_listener' shared service.
  9610.      *
  9611.      * @return \FOS\RestBundle\EventListener\FormatListener
  9612.      */
  9613.     protected function getFosRest_FormatListenerService()
  9614.     {
  9615.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9616.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  9617.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> 'json'=> 'xml'], 'fallback_format' => NULL'prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  9618.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  9619.     }
  9620.     /**
  9621.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  9622.      *
  9623.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  9624.      *
  9625.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  9626.      */
  9627.     protected function getFosRest_Inflector_DoctrineService()
  9628.     {
  9629.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  9630.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  9631.     }
  9632.     /**
  9633.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  9634.      *
  9635.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  9636.      */
  9637.     protected function getFosRest_ParamFetcherListenerService()
  9638.     {
  9639.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
  9640.     }
  9641.     /**
  9642.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  9643.      *
  9644.      * @return \FOS\RestBundle\Request\ParamFetcher
  9645.      */
  9646.     protected function getFosRest_Request_ParamFetcherService()
  9647.     {
  9648.         return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService()));
  9649.     }
  9650.     /**
  9651.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  9652.      *
  9653.      * @return \FOS\RestBundle\Request\ParamReader
  9654.      */
  9655.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  9656.     {
  9657.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9658.     }
  9659.     /**
  9660.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  9661.      *
  9662.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  9663.      *
  9664.      * @deprecated The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  9665.      */
  9666.     protected function getFosRest_Routing_Loader_ControllerService()
  9667.     {
  9668.         @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  9669.         return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), $this->getFosRest_Routing_Loader_Reader_ControllerService(), 'json');
  9670.     }
  9671.     /**
  9672.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  9673.      *
  9674.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  9675.      *
  9676.      * @deprecated The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  9677.      */
  9678.     protected function getFosRest_Routing_Loader_DirectoryService()
  9679.     {
  9680.         @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  9681.         return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  9682.     }
  9683.     /**
  9684.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  9685.      *
  9686.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  9687.      *
  9688.      * @deprecated The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  9689.      */
  9690.     protected function getFosRest_Routing_Loader_ProcessorService()
  9691.     {
  9692.         @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  9693.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  9694.     }
  9695.     /**
  9696.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  9697.      *
  9698.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  9699.      *
  9700.      * @deprecated The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  9701.      */
  9702.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  9703.     {
  9704.         @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  9705.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->getFosRest_Inflector_DoctrineService(), true, ['xml' => false'json' => false'html' => true], true);
  9706.     }
  9707.     /**
  9708.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  9709.      *
  9710.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  9711.      *
  9712.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  9713.      */
  9714.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  9715.     {
  9716.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  9717.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9718.     }
  9719.     /**
  9720.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  9721.      *
  9722.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  9723.      *
  9724.      * @deprecated The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  9725.      */
  9726.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  9727.     {
  9728.         @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  9729.         return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['xml' => false'json' => false'html' => true], 'json');
  9730.     }
  9731.     /**
  9732.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  9733.      *
  9734.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  9735.      *
  9736.      * @deprecated The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  9737.      */
  9738.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  9739.     {
  9740.         @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  9741.         return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['xml' => false'json' => false'html' => true], 'json');
  9742.     }
  9743.     /**
  9744.      * Gets the private 'fos_rest.serializer.exception_normalizer.jms' shared service.
  9745.      *
  9746.      * @return \FOS\RestBundle\Serializer\Normalizer\ExceptionHandler
  9747.      *
  9748.      * @deprecated The "fos_rest.serializer.exception_normalizer.jms" service is deprecated since FOSRestBundle 2.8.
  9749.      */
  9750.     protected function getFosRest_Serializer_ExceptionNormalizer_JmsService()
  9751.     {
  9752.         @trigger_error('The "fos_rest.serializer.exception_normalizer.jms" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  9753.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  9754.         return $this->privates['fos_rest.serializer.exception_normalizer.jms'] = new \FOS\RestBundle\Serializer\Normalizer\ExceptionHandler(($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => true]))), true);
  9755.     }
  9756.     /**
  9757.      * Gets the private 'fos_rest.serializer.exception_normalizer.symfony' shared service.
  9758.      *
  9759.      * @return \FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer
  9760.      *
  9761.      * @deprecated The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8.
  9762.      */
  9763.     protected function getFosRest_Serializer_ExceptionNormalizer_SymfonyService()
  9764.     {
  9765.         @trigger_error('The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  9766.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  9767.         return new \FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer(($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => true]))), true);
  9768.     }
  9769.     /**
  9770.      * Gets the private 'fos_rest.serializer.flatten_exception_handler' shared service.
  9771.      *
  9772.      * @return \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler
  9773.      */
  9774.     protected function getFosRest_Serializer_FlattenExceptionHandlerService()
  9775.     {
  9776.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionHandler.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  9779.         return $this->privates['fos_rest.serializer.flatten_exception_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404'Doctrine\\ORM\\OptimisticLockException' => 409]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => true]))), truefalse);
  9780.     }
  9781.     /**
  9782.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  9783.      *
  9784.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  9785.      */
  9786.     protected function getFosRest_Serializer_FormErrorHandlerService()
  9787.     {
  9788.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9789.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  9790.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  9791.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  9792.     }
  9793.     /**
  9794.      * Gets the private 'fos_rest.serializer.jms' shared service.
  9795.      *
  9796.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  9797.      */
  9798.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  9799.     {
  9800.         if ($lazyLoad) {
  9801.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  9802.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9803.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  9804.                     $proxy->setProxyInitializer(null);
  9805.                     return true;
  9806.                 });
  9807.             });
  9808.         }
  9809.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  9810.     }
  9811.     /**
  9812.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  9813.      *
  9814.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  9815.      */
  9816.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  9817.     {
  9818.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9819.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService'false],
  9820.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'false],
  9821.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  9822.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  9823.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  9824.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  9825.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  9826.         ], [
  9827.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  9828.             'fos_rest.serializer.flatten_exception_handler' => '?',
  9829.             'fos_rest.serializer.form_error_handler' => '?',
  9830.             'jms_serializer.array_collection_handler' => '?',
  9831.             'jms_serializer.constraint_violation_handler' => '?',
  9832.             'jms_serializer.datetime_handler' => '?',
  9833.             'jms_serializer.iterator_handler' => '?',
  9834.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], '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']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  9835.     }
  9836.     /**
  9837.      * Gets the private 'fos_rest.view_response_listener' shared service.
  9838.      *
  9839.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  9840.      */
  9841.     protected function getFosRest_ViewResponseListenerService()
  9842.     {
  9843.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  9844.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  9845.     }
  9846.     /**
  9847.      * Gets the private 'fos_user.change_password.form.type' shared service.
  9848.      *
  9849.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  9850.      */
  9851.     protected function getFosUser_ChangePassword_Form_TypeService()
  9852.     {
  9853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  9856.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('Knitink\\CoreBundle\\Entity\\User');
  9857.     }
  9858.     /**
  9859.      * Gets the private 'fos_user.command.activate_user' shared service.
  9860.      *
  9861.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  9862.      */
  9863.     protected function getFosUser_Command_ActivateUserService()
  9864.     {
  9865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  9867.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9868.         $instance->setName('fos:user:activate');
  9869.         return $instance;
  9870.     }
  9871.     /**
  9872.      * Gets the private 'fos_user.command.change_password' shared service.
  9873.      *
  9874.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  9875.      */
  9876.     protected function getFosUser_Command_ChangePasswordService()
  9877.     {
  9878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  9880.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9881.         $instance->setName('fos:user:change-password');
  9882.         return $instance;
  9883.     }
  9884.     /**
  9885.      * Gets the private 'fos_user.command.create_user' shared service.
  9886.      *
  9887.      * @return \FOS\UserBundle\Command\CreateUserCommand
  9888.      */
  9889.     protected function getFosUser_Command_CreateUserService()
  9890.     {
  9891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9892.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  9893.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9894.         $instance->setName('fos:user:create');
  9895.         return $instance;
  9896.     }
  9897.     /**
  9898.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  9899.      *
  9900.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  9901.      */
  9902.     protected function getFosUser_Command_DeactivateUserService()
  9903.     {
  9904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9905.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  9906.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9907.         $instance->setName('fos:user:deactivate');
  9908.         return $instance;
  9909.     }
  9910.     /**
  9911.      * Gets the private 'fos_user.command.demote_user' shared service.
  9912.      *
  9913.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  9914.      */
  9915.     protected function getFosUser_Command_DemoteUserService()
  9916.     {
  9917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9918.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  9919.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  9920.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9921.         $instance->setName('fos:user:demote');
  9922.         return $instance;
  9923.     }
  9924.     /**
  9925.      * Gets the private 'fos_user.command.promote_user' shared service.
  9926.      *
  9927.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  9928.      */
  9929.     protected function getFosUser_Command_PromoteUserService()
  9930.     {
  9931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  9933.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  9934.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9935.         $instance->setName('fos:user:promote');
  9936.         return $instance;
  9937.     }
  9938.     /**
  9939.      * Gets the private 'fos_user.group.form.type' shared service.
  9940.      *
  9941.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  9942.      */
  9943.     protected function getFosUser_Group_Form_TypeService()
  9944.     {
  9945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  9948.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('Knitink\\CoreBundle\\Entity\\Group');
  9949.     }
  9950.     /**
  9951.      * Gets the private 'fos_user.listener.authentication' shared service.
  9952.      *
  9953.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  9954.      */
  9955.     protected function getFosUser_Listener_AuthenticationService()
  9956.     {
  9957.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9962.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService())), 'main');
  9963.     }
  9964.     /**
  9965.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  9966.      *
  9967.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  9968.      */
  9969.     protected function getFosUser_Listener_EmailConfirmationService()
  9970.     {
  9971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  9974.         return $this->privates['fos_user.listener.email_confirmation'] = new \FOS\UserBundle\EventListener\EmailConfirmationListener(($this->services['globunet_user.mailer'] ?? $this->getGlobunetUser_MailerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
  9975.     }
  9976.     /**
  9977.      * Gets the private 'fos_user.listener.flash' shared service.
  9978.      *
  9979.      * @return \FOS\UserBundle\EventListener\FlashListener
  9980.      */
  9981.     protected function getFosUser_Listener_FlashService()
  9982.     {
  9983.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  9984.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9985.     }
  9986.     /**
  9987.      * Gets the private 'fos_user.listener.resetting' shared service.
  9988.      *
  9989.      * @return \FOS\UserBundle\EventListener\ResettingListener
  9990.      */
  9991.     protected function getFosUser_Listener_ResettingService()
  9992.     {
  9993.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  9994.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  9995.     }
  9996.     /**
  9997.      * Gets the private 'fos_user.object_manager' shared service.
  9998.      *
  9999.      * @return \Doctrine\Persistence\ObjectManager
  10000.      */
  10001.     protected function getFosUser_ObjectManagerService()
  10002.     {
  10003.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10004.     }
  10005.     /**
  10006.      * Gets the private 'fos_user.profile.form.type' shared service.
  10007.      *
  10008.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  10009.      */
  10010.     protected function getFosUser_Profile_Form_TypeService()
  10011.     {
  10012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10014.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  10015.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('Knitink\\CoreBundle\\Entity\\User');
  10016.     }
  10017.     /**
  10018.      * Gets the private 'fos_user.registration.form.factory' shared service.
  10019.      *
  10020.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10021.      */
  10022.     protected function getFosUser_Registration_Form_FactoryService()
  10023.     {
  10024.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10025.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10026.         return $this->privates['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''Globunet\\UserBundle\\Form\\Type\\RegistrationType'$this->parameters['fos_user.registration.form.validation_groups']);
  10027.     }
  10028.     /**
  10029.      * Gets the private 'fos_user.registration.form.type' shared service.
  10030.      *
  10031.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  10032.      */
  10033.     protected function getFosUser_Registration_Form_TypeService()
  10034.     {
  10035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  10038.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('Knitink\\CoreBundle\\Entity\\User');
  10039.     }
  10040.     /**
  10041.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  10042.      *
  10043.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10044.      */
  10045.     protected function getFosUser_Resetting_Form_FactoryService()
  10046.     {
  10047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10048.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10049.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  10050.     }
  10051.     /**
  10052.      * Gets the private 'fos_user.resetting.form.type' shared service.
  10053.      *
  10054.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  10055.      */
  10056.     protected function getFosUser_Resetting_Form_TypeService()
  10057.     {
  10058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  10061.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('Knitink\\CoreBundle\\Entity\\User');
  10062.     }
  10063.     /**
  10064.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  10065.      *
  10066.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  10067.      */
  10068.     protected function getFosUser_Security_InteractiveLoginListenerService()
  10069.     {
  10070.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  10071.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10072.     }
  10073.     /**
  10074.      * Gets the private 'fos_user.user_listener' shared service.
  10075.      *
  10076.      * @return \FOS\UserBundle\Doctrine\UserListener
  10077.      */
  10078.     protected function getFosUser_UserListenerService()
  10079.     {
  10080.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  10082.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  10083.     }
  10084.     /**
  10085.      * Gets the private 'fos_user.user_provider.username' shared service.
  10086.      *
  10087.      * @return \FOS\UserBundle\Security\UserProvider
  10088.      */
  10089.     protected function getFosUser_UserProvider_UsernameService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  10093.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10094.     }
  10095.     /**
  10096.      * Gets the private 'fos_user.username_form_type' shared service.
  10097.      *
  10098.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  10099.      */
  10100.     protected function getFosUser_UsernameFormTypeService()
  10101.     {
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  10107.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  10108.     }
  10109.     /**
  10110.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  10111.      *
  10112.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  10113.      */
  10114.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  10115.     {
  10116.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  10117.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  10118.     }
  10119.     /**
  10120.      * Gets the private 'fos_user.util.password_updater' shared service.
  10121.      *
  10122.      * @return \FOS\UserBundle\Util\PasswordUpdater
  10123.      */
  10124.     protected function getFosUser_Util_PasswordUpdaterService()
  10125.     {
  10126.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  10128.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  10129.     }
  10130.     /**
  10131.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  10132.      *
  10133.      * @return \FOS\UserBundle\Util\UserManipulator
  10134.      */
  10135.     protected function getFosUser_Util_UserManipulatorService()
  10136.     {
  10137.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  10138.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10139.     }
  10140.     /**
  10141.      * Gets the private 'fragment.renderer.inline' shared service.
  10142.      *
  10143.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  10144.      */
  10145.     protected function getFragment_Renderer_InlineService()
  10146.     {
  10147.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  10148.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  10149.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  10150.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10151.         $instance->setFragmentPath('/_fragment');
  10152.         return $instance;
  10153.     }
  10154.     /**
  10155.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  10156.      *
  10157.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  10158.      */
  10159.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  10160.     {
  10161.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  10162.     }
  10163.     /**
  10164.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  10165.      *
  10166.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  10167.      */
  10168.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  10169.     {
  10170.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  10171.     }
  10172.     /**
  10173.      * Gets the private 'globunet_api.command.doc_convert' shared service.
  10174.      *
  10175.      * @return \Globunet\ApiBundle\Command\SwaggerDocblockConvertCommand
  10176.      */
  10177.     protected function getGlobunetApi_Command_DocConvertService()
  10178.     {
  10179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  10181.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Command/SwaggerDocblockConvertCommand.php';
  10182.         $this->privates['globunet_api.command.doc_convert'] = $instance = new \Globunet\ApiBundle\Command\SwaggerDocblockConvertCommand();
  10183.         $instance->setName('globunet:api:doc:convert');
  10184.         return $instance;
  10185.     }
  10186.     /**
  10187.      * Gets the private 'globunet_user.api_form_type_group' shared service.
  10188.      *
  10189.      * @return \Globunet\UserBundle\Form\Type\Api\GroupType
  10190.      */
  10191.     protected function getGlobunetUser_ApiFormTypeGroupService()
  10192.     {
  10193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10195.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Form/Type/Api/GroupType.php';
  10196.         return $this->privates['globunet_user.api_form_type_group'] = new \Globunet\UserBundle\Form\Type\Api\GroupType('Knitink\\CoreBundle\\Entity\\Group'$this->parameters['security.role_hierarchy.roles']);
  10197.     }
  10198.     /**
  10199.      * Gets the private 'globunet_user.api_form_type_user' shared service.
  10200.      *
  10201.      * @return \Knitink\CoreBundle\Form\Type\Api\UserType
  10202.      */
  10203.     protected function getGlobunetUser_ApiFormTypeUserService()
  10204.     {
  10205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/globunet/user-bundle/Form/Type/Api/UserType.php';
  10208.         include_once \dirname(__DIR__4).'/src/Knitink/CoreBundle/Form/Type/Api/UserType.php';
  10209.         return $this->privates['globunet_user.api_form_type_user'] = new \Knitink\CoreBundle\Form\Type\Api\UserType('Knitink\\CoreBundle\\Entity\\User''Knitink\\CoreBundle\\Entity\\Group');
  10210.     }
  10211.     /**
  10212.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  10213.      *
  10214.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  10215.      */
  10216.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  10217.     {
  10218.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10219.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  10220.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  10221.     }
  10222.     /**
  10223.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  10224.      *
  10225.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  10226.      */
  10227.     protected function getJmsSerializer_Cache_CacheClearerService()
  10228.     {
  10229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10230.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  10231.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  10232.     }
  10233.     /**
  10234.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  10235.      *
  10236.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  10237.      */
  10238.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  10239.     {
  10240.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10241.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  10242.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  10243.     }
  10244.     /**
  10245.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  10246.      *
  10247.      * @return \JMS\Serializer\Handler\DateHandler
  10248.      */
  10249.     protected function getJmsSerializer_DatetimeHandlerService()
  10250.     {
  10251.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10252.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  10253.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:s''UTC'true);
  10254.     }
  10255.     /**
  10256.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  10257.      *
  10258.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  10259.      */
  10260.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  10261.     {
  10262.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  10264.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  10265.     }
  10266.     /**
  10267.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  10268.      *
  10269.      * @return \JMS\Serializer\Handler\IteratorHandler
  10270.      */
  10271.     protected function getJmsSerializer_IteratorHandlerService()
  10272.     {
  10273.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10274.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  10275.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  10276.     }
  10277.     /**
  10278.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  10279.      *
  10280.      * @return \Metadata\MetadataFactory
  10281.      */
  10282.     protected function getJmsSerializer_MetadataFactoryService()
  10283.     {
  10284.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10285.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  10286.         ], [
  10287.             'metadata_driver' => '?',
  10288.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  10289.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  10290.         $instance->setIncludeInterfaces(false);
  10291.         return $instance;
  10292.     }
  10293.     /**
  10294.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  10295.      *
  10296.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  10297.      */
  10298.     protected function getJmsSerializer_StopwatchSubscriberService()
  10299.     {
  10300.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  10302.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10303.     }
  10304.     /**
  10305.      * Gets the private 'locale_aware_listener' shared service.
  10306.      *
  10307.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  10308.      */
  10309.     protected function getLocaleAwareListenerService()
  10310.     {
  10311.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  10312.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  10313.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10314.     }
  10315.     /**
  10316.      * Gets the private 'locale_listener' shared service.
  10317.      *
  10318.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  10319.      */
  10320.     protected function getLocaleListener2Service()
  10321.     {
  10322.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('LOCALE'), ($this->services['router'] ?? $this->getRouterService()));
  10323.     }
  10324.     /**
  10325.      * Gets the private 'mailer.transport_factory.null' shared service.
  10326.      *
  10327.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  10328.      */
  10329.     protected function getMailer_TransportFactory_NullService()
  10330.     {
  10331.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  10334.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10335.     }
  10336.     /**
  10337.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  10338.      *
  10339.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  10340.      */
  10341.     protected function getMailer_TransportFactory_SendmailService()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  10346.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10347.     }
  10348.     /**
  10349.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  10350.      *
  10351.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  10352.      */
  10353.     protected function getMailer_TransportFactory_SmtpService()
  10354.     {
  10355.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10356.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10357.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  10358.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10359.     }
  10360.     /**
  10361.      * Gets the private 'maker.auto_command.make_auth' shared service.
  10362.      *
  10363.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10364.      */
  10365.     protected function getMaker_AutoCommand_MakeAuthService()
  10366.     {
  10367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  10372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  10374.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10375.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  10376.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  10377.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  10378.         $instance->setName('make:auth');
  10379.         return $instance;
  10380.     }
  10381.     /**
  10382.      * Gets the private 'maker.auto_command.make_command' shared service.
  10383.      *
  10384.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10385.      */
  10386.     protected function getMaker_AutoCommand_MakeCommandService()
  10387.     {
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  10393.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10394.         $instance->setDescription('Creates a new console command class');
  10395.         $instance->setName('make:command');
  10396.         return $instance;
  10397.     }
  10398.     /**
  10399.      * Gets the private 'maker.auto_command.make_controller' shared service.
  10400.      *
  10401.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10402.      */
  10403.     protected function getMaker_AutoCommand_MakeControllerService()
  10404.     {
  10405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  10410.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10411.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10412.         $instance->setDescription('Creates a new controller class');
  10413.         $instance->setName('make:controller');
  10414.         return $instance;
  10415.     }
  10416.     /**
  10417.      * Gets the private 'maker.auto_command.make_crud' shared service.
  10418.      *
  10419.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10420.      */
  10421.     protected function getMaker_AutoCommand_MakeCrudService()
  10422.     {
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  10428.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10429.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  10430.         $instance->setName('make:crud');
  10431.         return $instance;
  10432.     }
  10433.     /**
  10434.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  10435.      *
  10436.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10437.      */
  10438.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  10439.     {
  10440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  10445.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10446.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10447.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  10448.         $instance->setName('make:docker:database');
  10449.         return $instance;
  10450.     }
  10451.     /**
  10452.      * Gets the private 'maker.auto_command.make_entity' shared service.
  10453.      *
  10454.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10455.      */
  10456.     protected function getMaker_AutoCommand_MakeEntityService()
  10457.     {
  10458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  10464.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10465.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  10466.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  10467.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  10468.         $instance->setName('make:entity');
  10469.         return $instance;
  10470.     }
  10471.     /**
  10472.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  10473.      *
  10474.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10475.      */
  10476.     protected function getMaker_AutoCommand_MakeFixturesService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  10483.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10484.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  10485.         $instance->setName('make:fixtures');
  10486.         return $instance;
  10487.     }
  10488.     /**
  10489.      * Gets the private 'maker.auto_command.make_form' shared service.
  10490.      *
  10491.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10492.      */
  10493.     protected function getMaker_AutoCommand_MakeFormService()
  10494.     {
  10495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  10500.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10501.         $instance->setDescription('Creates a new form class');
  10502.         $instance->setName('make:form');
  10503.         return $instance;
  10504.     }
  10505.     /**
  10506.      * Gets the private 'maker.auto_command.make_globunet_admin' shared service.
  10507.      *
  10508.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10509.      */
  10510.     protected function getMaker_AutoCommand_MakeGlobunetAdminService()
  10511.     {
  10512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10516.         include_once \dirname(__DIR__4).'/vendor/globunet/admin-bundle/Maker/MakeAdmin.php';
  10517.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10518.         $this->privates['maker.auto_command.make_globunet_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Globunet\AdminBundle\Maker\MakeAdmin($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10519.         $instance->setName('make:globunet:admin');
  10520.         return $instance;
  10521.     }
  10522.     /**
  10523.      * Gets the private 'maker.auto_command.make_globunet_crud' shared service.
  10524.      *
  10525.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10526.      */
  10527.     protected function getMaker_AutoCommand_MakeGlobunetCrudService()
  10528.     {
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/globunet/admin-bundle/Maker/MakeCrud.php';
  10534.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10535.         $this->privates['maker.auto_command.make_globunet_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Globunet\AdminBundle\Maker\MakeCrud($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10536.         $instance->setName('make:globunet:crud');
  10537.         return $instance;
  10538.     }
  10539.     /**
  10540.      * Gets the private 'maker.auto_command.make_globunet_rest' shared service.
  10541.      *
  10542.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10543.      */
  10544.     protected function getMaker_AutoCommand_MakeGlobunetRestService()
  10545.     {
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/globunet/api-bundle/Maker/MakeRest.php';
  10551.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10552.         $this->privates['maker.auto_command.make_globunet_rest'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Globunet\ApiBundle\Maker\MakeRest($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10553.         $instance->setName('make:globunet:rest');
  10554.         return $instance;
  10555.     }
  10556.     /**
  10557.      * Gets the private 'maker.auto_command.make_message' shared service.
  10558.      *
  10559.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10560.      */
  10561.     protected function getMaker_AutoCommand_MakeMessageService()
  10562.     {
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  10568.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10569.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10570.         $instance->setDescription('Creates a new message and handler');
  10571.         $instance->setName('make:message');
  10572.         return $instance;
  10573.     }
  10574.     /**
  10575.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  10576.      *
  10577.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10578.      */
  10579.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  10580.     {
  10581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  10586.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10587.         $instance->setDescription('Creates a new messenger middleware');
  10588.         $instance->setName('make:messenger-middleware');
  10589.         return $instance;
  10590.     }
  10591.     /**
  10592.      * Gets the private 'maker.auto_command.make_migration' shared service.
  10593.      *
  10594.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10595.      */
  10596.     protected function getMaker_AutoCommand_MakeMigrationService()
  10597.     {
  10598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  10604.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10605.         $instance->setDescription('Creates a new migration based on database changes');
  10606.         $instance->setName('make:migration');
  10607.         return $instance;
  10608.     }
  10609.     /**
  10610.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  10611.      *
  10612.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10613.      */
  10614.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  10615.     {
  10616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  10621.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10622.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10623.         $instance->setDescription('Creates a new registration form system');
  10624.         $instance->setName('make:registration-form');
  10625.         return $instance;
  10626.     }
  10627.     /**
  10628.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  10629.      *
  10630.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10631.      */
  10632.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  10633.     {
  10634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  10639.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10640.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10641.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  10642.         $instance->setName('make:reset-password');
  10643.         return $instance;
  10644.     }
  10645.     /**
  10646.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  10647.      *
  10648.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10649.      */
  10650.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  10651.     {
  10652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  10657.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10658.         $instance->setDescription('Creates a new serializer encoder class');
  10659.         $instance->setName('make:serializer:encoder');
  10660.         return $instance;
  10661.     }
  10662.     /**
  10663.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  10664.      *
  10665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10666.      */
  10667.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  10668.     {
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  10674.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10675.         $instance->setDescription('Creates a new serializer normalizer class');
  10676.         $instance->setName('make:serializer:normalizer');
  10677.         return $instance;
  10678.     }
  10679.     /**
  10680.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  10681.      *
  10682.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10683.      */
  10684.     protected function getMaker_AutoCommand_MakeSubscriberService()
  10685.     {
  10686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  10691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  10692.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10693.         $instance->setDescription('Creates a new event subscriber class');
  10694.         $instance->setName('make:subscriber');
  10695.         return $instance;
  10696.     }
  10697.     /**
  10698.      * Gets the private 'maker.auto_command.make_test' shared service.
  10699.      *
  10700.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10701.      */
  10702.     protected function getMaker_AutoCommand_MakeTestService()
  10703.     {
  10704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  10709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  10710.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10711.         $instance->setDescription('Creates a new test class');
  10712.         $instance->setName('make:test');
  10713.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  10714.         return $instance;
  10715.     }
  10716.     /**
  10717.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  10718.      *
  10719.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10720.      */
  10721.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  10722.     {
  10723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  10728.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10729.         $instance->setDescription('Creates a new Twig extension class');
  10730.         $instance->setName('make:twig-extension');
  10731.         return $instance;
  10732.     }
  10733.     /**
  10734.      * Gets the private 'maker.auto_command.make_user' shared service.
  10735.      *
  10736.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10737.      */
  10738.     protected function getMaker_AutoCommand_MakeUserService()
  10739.     {
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  10747.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10748.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10749.         $instance->setDescription('Creates a new security user class');
  10750.         $instance->setName('make:user');
  10751.         return $instance;
  10752.     }
  10753.     /**
  10754.      * Gets the private 'maker.auto_command.make_validator' shared service.
  10755.      *
  10756.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10757.      */
  10758.     protected function getMaker_AutoCommand_MakeValidatorService()
  10759.     {
  10760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  10765.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10766.         $instance->setDescription('Creates a new validator and constraint class');
  10767.         $instance->setName('make:validator');
  10768.         return $instance;
  10769.     }
  10770.     /**
  10771.      * Gets the private 'maker.auto_command.make_voter' shared service.
  10772.      *
  10773.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10774.      */
  10775.     protected function getMaker_AutoCommand_MakeVoterService()
  10776.     {
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  10782.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10783.         $instance->setDescription('Creates a new security voter class');
  10784.         $instance->setName('make:voter');
  10785.         return $instance;
  10786.     }
  10787.     /**
  10788.      * Gets the private 'maker.doctrine_helper' shared service.
  10789.      *
  10790.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  10791.      */
  10792.     protected function getMaker_DoctrineHelperService()
  10793.     {
  10794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  10795.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('Knitink\\UniverseBundle\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false);
  10796.     }
  10797.     /**
  10798.      * Gets the private 'maker.entity_class_generator' shared service.
  10799.      *
  10800.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  10801.      */
  10802.     protected function getMaker_EntityClassGeneratorService()
  10803.     {
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  10805.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  10806.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  10807.         return $instance;
  10808.     }
  10809.     /**
  10810.      * Gets the private 'maker.file_manager' shared service.
  10811.      *
  10812.      * @return \Symfony\Bundle\MakerBundle\FileManager
  10813.      */
  10814.     protected function getMaker_FileManagerService()
  10815.     {
  10816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  10817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  10821.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('Knitink\\UniverseBundle')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  10822.     }
  10823.     /**
  10824.      * Gets the private 'maker.generator' shared service.
  10825.      *
  10826.      * @return \Symfony\Bundle\MakerBundle\Generator
  10827.      */
  10828.     protected function getMaker_GeneratorService()
  10829.     {
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  10832.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  10833.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'Knitink\\UniverseBundle'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  10834.     }
  10835.     /**
  10836.      * Gets the private 'maker.php_compat_util' shared service.
  10837.      *
  10838.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  10839.      */
  10840.     protected function getMaker_PhpCompatUtilService()
  10841.     {
  10842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  10843.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  10844.     }
  10845.     /**
  10846.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  10847.      *
  10848.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  10849.      */
  10850.     protected function getMaker_Renderer_FormTypeRendererService()
  10851.     {
  10852.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  10853.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  10854.     }
  10855.     /**
  10856.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  10857.      *
  10858.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  10859.      */
  10860.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  10861.     {
  10862.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  10863.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  10866.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Knitink\\ControlBundle\\Message\\DatagramMessage' => new RewindableGenerator(function () {
  10867.             yield => ($this->privates['.messenger.handler_descriptor.i_wx840'] ?? $this->get_Messenger_HandlerDescriptor_IWx840Service());
  10868.         }, 1), 'Knitink\\UniverseBundle\\Message\\TestMessage' => new RewindableGenerator(function () {
  10869.             yield => ($this->privates['.messenger.handler_descriptor.QrsARxq'] ?? $this->get_Messenger_HandlerDescriptor_QrsARxqService());
  10870.         }, 1), 'Knitink\\UniverseBundle\\Message\\TeamMessage' => new RewindableGenerator(function () {
  10871.             yield => ($this->privates['.messenger.handler_descriptor.7NXka8g'] ?? $this->get_Messenger_HandlerDescriptor_7NXka8gService());
  10872.         }, 1), 'Knitink\\UniverseBundle\\Message\\StateLoggingsMessage' => new RewindableGenerator(function () {
  10873.             yield => ($this->privates['.messenger.handler_descriptor.jwpft6A'] ?? $this->get_Messenger_HandlerDescriptor_Jwpft6AService());
  10874.         }, 1), 'Knitink\\UniverseBundle\\Message\\CronMessage' => new RewindableGenerator(function () {
  10875.             yield => ($this->privates['.messenger.handler_descriptor.eVukfbE'] ?? $this->get_Messenger_HandlerDescriptor_EVukfbEService());
  10876.         }, 1), 'Knitink\\UniverseBundle\\Message\\ControlMessage' => new RewindableGenerator(function () {
  10877.             yield => ($this->privates['.messenger.handler_descriptor.OnqjOqn'] ?? $this->get_Messenger_HandlerDescriptor_OnqjOqnService());
  10878.         }, 1), 'Knitink\\UniverseBundle\\Message\\UpdateDatabaseMessage' => new RewindableGenerator(function () {
  10879.             yield => ($this->privates['.messenger.handler_descriptor.Nc_1fLL'] ?? $this->get_Messenger_HandlerDescriptor_Nc1fLLService());
  10880.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  10881.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  10882.         }, 1)]));
  10883.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10884.         return $instance;
  10885.     }
  10886.     /**
  10887.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  10888.      *
  10889.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  10890.      */
  10891.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  10892.     {
  10893.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  10895.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  10896.     }
  10897.     /**
  10898.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  10899.      *
  10900.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  10901.      */
  10902.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  10903.     {
  10904.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  10905.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10906.     }
  10907.     /**
  10908.      * Gets the private 'messenger.middleware.send_message' shared service.
  10909.      *
  10910.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  10911.      */
  10912.     protected function getMessenger_Middleware_SendMessageService()
  10913.     {
  10914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  10915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  10916.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  10917.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  10918.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Knitink\\UniverseBundle\\Message\\TeamMessage' => [=> 'async'], 'Knitink\\UniverseBundle\\Message\\StateLoggingsMessage' => [=> 'async'], 'Knitink\\UniverseBundle\\Message\\CronMessage' => [=> 'async'], 'Knitink\\UniverseBundle\\Message\\ControlMessage' => [=> 'async'], 'Knitink\\ControlBundle\\Message\\DatagramMessage' => [=> 'async']], ($this->privates['.service_locator.nLNH9Mx'] ?? $this->get_ServiceLocator_NLNH9MxService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10919.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10920.         return $instance;
  10921.     }
  10922.     /**
  10923.      * Gets the private 'messenger.receiver_locator' shared service.
  10924.      *
  10925.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10926.      */
  10927.     protected function getMessenger_ReceiverLocatorService()
  10928.     {
  10929.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10930.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  10931.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  10932.         ], [
  10933.             'async' => '?',
  10934.             'messenger.transport.async' => '?',
  10935.         ]);
  10936.     }
  10937.     /**
  10938.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  10939.      *
  10940.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  10941.      */
  10942.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  10943.     {
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  10946.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  10947.     }
  10948.     /**
  10949.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  10950.      *
  10951.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  10952.      */
  10953.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  10954.     {
  10955.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  10956.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.nLNH9Mx'] ?? $this->get_ServiceLocator_NLNH9MxService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10957.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  10958.         ], [
  10959.             'async' => '?',
  10960.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10961.     }
  10962.     /**
  10963.      * Gets the private 'messenger.routable_message_bus' shared service.
  10964.      *
  10965.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  10966.      */
  10967.     protected function getMessenger_RoutableMessageBusService()
  10968.     {
  10969.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  10970.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10971.             'messenger.bus.default' => ['services''message_bus''getMessageBusService'false],
  10972.         ], [
  10973.             'messenger.bus.default' => '?',
  10974.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  10975.     }
  10976.     /**
  10977.      * Gets the private 'messenger.transport.async' shared service.
  10978.      *
  10979.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  10980.      */
  10981.     protected function getMessenger_Transport_AsyncService()
  10982.     {
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  10987.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  10988.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  10989.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Serializer.php';
  10990.         return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  10991.             yield => (new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory());
  10992.             yield => (new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory());
  10993.             yield => $this->getMessenger_Transport_Sync_FactoryService();
  10994.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  10995.             yield => $this->getMessenger_Transport_Doctrine_FactoryService();
  10996.         }, 5)))->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\Serializer(($this->services['serializer'] ?? $this->getSerializerService()), 'json', []));
  10997.     }
  10998.     /**
  10999.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  11000.      *
  11001.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  11002.      */
  11003.     protected function getMessenger_Transport_Doctrine_FactoryService()
  11004.     {
  11005.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  11006.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  11007.         return new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11008.     }
  11009.     /**
  11010.      * Gets the private 'messenger.transport.sync.factory' shared service.
  11011.      *
  11012.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  11013.      */
  11014.     protected function getMessenger_Transport_Sync_FactoryService()
  11015.     {
  11016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  11017.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  11018.         return new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  11019.     }
  11020.     /**
  11021.      * Gets the private 'mime_types' shared service.
  11022.      *
  11023.      * @return \Symfony\Component\Mime\MimeTypes
  11024.      */
  11025.     protected function getMimeTypesService()
  11026.     {
  11027.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  11030.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  11031.         $instance->setDefault($instance);
  11032.         return $instance;
  11033.     }
  11034.     /**
  11035.      * Gets the private 'monolog.handler.console' shared service.
  11036.      *
  11037.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  11038.      */
  11039.     protected function getMonolog_Handler_ConsoleService()
  11040.     {
  11041.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  11042.     }
  11043.     /**
  11044.      * Gets the private 'monolog.handler.control' shared service.
  11045.      *
  11046.      * @return \Monolog\Handler\RotatingFileHandler
  11047.      */
  11048.     protected function getMonolog_Handler_ControlService()
  11049.     {
  11050.         $this->privates['monolog.handler.control'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/control.log'), 14100trueNULLfalse);
  11051.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11052.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11053.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11054.         return $instance;
  11055.     }
  11056.     /**
  11057.      * Gets the private 'monolog.handler.control_client' shared service.
  11058.      *
  11059.      * @return \Monolog\Handler\RotatingFileHandler
  11060.      */
  11061.     protected function getMonolog_Handler_ControlClientService()
  11062.     {
  11063.         $this->privates['monolog.handler.control_client'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/control_client.log'), 14100trueNULLfalse);
  11064.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11065.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11066.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11067.         return $instance;
  11068.     }
  11069.     /**
  11070.      * Gets the private 'monolog.handler.control_test' shared service.
  11071.      *
  11072.      * @return \Monolog\Handler\RotatingFileHandler
  11073.      */
  11074.     protected function getMonolog_Handler_ControlTestService()
  11075.     {
  11076.         $this->privates['monolog.handler.control_test'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/control_test.log'), 14100trueNULLfalse);
  11077.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11078.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11079.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11080.         return $instance;
  11081.     }
  11082.     /**
  11083.      * Gets the private 'monolog.handler.keep_alive' shared service.
  11084.      *
  11085.      * @return \Monolog\Handler\RotatingFileHandler
  11086.      */
  11087.     protected function getMonolog_Handler_KeepAliveService()
  11088.     {
  11089.         $this->privates['monolog.handler.keep_alive'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/keep_alive.log'), 14100trueNULLfalse);
  11090.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11091.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11092.         return $instance;
  11093.     }
  11094.     /**
  11095.      * Gets the private 'monolog.handler.main' shared service.
  11096.      *
  11097.      * @return \Monolog\Handler\StreamHandler
  11098.      */
  11099.     protected function getMonolog_Handler_MainService()
  11100.     {
  11101.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  11102.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11103.         return $instance;
  11104.     }
  11105.     /**
  11106.      * Gets the private 'monolog.handler.management' shared service.
  11107.      *
  11108.      * @return \Monolog\Handler\RotatingFileHandler
  11109.      */
  11110.     protected function getMonolog_Handler_ManagementService()
  11111.     {
  11112.         $this->privates['monolog.handler.management'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/management.log'), 356100trueNULLfalse);
  11113.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11114.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11115.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11116.         return $instance;
  11117.     }
  11118.     /**
  11119.      * Gets the private 'monolog.handler.universe' shared service.
  11120.      *
  11121.      * @return \Monolog\Handler\RotatingFileHandler
  11122.      */
  11123.     protected function getMonolog_Handler_UniverseService()
  11124.     {
  11125.         $this->privates['monolog.handler.universe'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/globunet.log'), 14100trueNULLfalse);
  11126.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11127.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11128.         return $instance;
  11129.     }
  11130.     /**
  11131.      * Gets the private 'monolog.handler.universe_alert' shared service.
  11132.      *
  11133.      * @return \Monolog\Handler\RotatingFileHandler
  11134.      */
  11135.     protected function getMonolog_Handler_UniverseAlertService()
  11136.     {
  11137.         $this->privates['monolog.handler.universe_alert'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/universe_alert.log'), 14100trueNULLfalse);
  11138.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11139.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11140.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11141.         return $instance;
  11142.     }
  11143.     /**
  11144.      * Gets the private 'monolog.handler.universe_api' shared service.
  11145.      *
  11146.      * @return \Monolog\Handler\RotatingFileHandler
  11147.      */
  11148.     protected function getMonolog_Handler_UniverseApiService()
  11149.     {
  11150.         $this->privates['monolog.handler.universe_api'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/universe_api.log'), 14100trueNULLfalse);
  11151.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11152.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11153.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11154.         return $instance;
  11155.     }
  11156.     /**
  11157.      * Gets the private 'monolog.handler.universe_cron' shared service.
  11158.      *
  11159.      * @return \Monolog\Handler\RotatingFileHandler
  11160.      */
  11161.     protected function getMonolog_Handler_UniverseCronService()
  11162.     {
  11163.         $this->privates['monolog.handler.universe_cron'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/universe_cron.log'), 14100trueNULLfalse);
  11164.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11165.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11166.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11167.         return $instance;
  11168.     }
  11169.     /**
  11170.      * Gets the private 'monolog.handler.universe_daily' shared service.
  11171.      *
  11172.      * @return \Monolog\Handler\RotatingFileHandler
  11173.      */
  11174.     protected function getMonolog_Handler_UniverseDailyService()
  11175.     {
  11176.         $this->privates['monolog.handler.universe_daily'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/universe_daily.log'), 14100trueNULLfalse);
  11177.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11178.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11179.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11180.         return $instance;
  11181.     }
  11182.     /**
  11183.      * Gets the private 'monolog.handler.universe_database' shared service.
  11184.      *
  11185.      * @return \Monolog\Handler\RotatingFileHandler
  11186.      */
  11187.     protected function getMonolog_Handler_UniverseDatabaseService()
  11188.     {
  11189.         $this->privates['monolog.handler.universe_database'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/universe_database.log'), 14100trueNULLfalse);
  11190.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11191.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11192.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11193.         return $instance;
  11194.     }
  11195.     /**
  11196.      * Gets the private 'monolog.handler.universe_notification' shared service.
  11197.      *
  11198.      * @return \Monolog\Handler\RotatingFileHandler
  11199.      */
  11200.     protected function getMonolog_Handler_UniverseNotificationService()
  11201.     {
  11202.         $this->privates['monolog.handler.universe_notification'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/universe_notification.log'), 14100trueNULLfalse);
  11203.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  11204.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  11205.         $instance->setFormatter(($this->privates['monolog.formatter.multi_line'] ?? ($this->privates['monolog.formatter.multi_line'] = new \Monolog\Formatter\LineFormatter(NULLNULLtrue))));
  11206.         return $instance;
  11207.     }
  11208.     /**
  11209.      * Gets the private 'monolog.logger' shared service.
  11210.      *
  11211.      * @return \Symfony\Bridge\Monolog\Logger
  11212.      */
  11213.     protected function getMonolog_LoggerService()
  11214.     {
  11215.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11216.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11217.         $instance->useMicrosecondTimestamps(true);
  11218.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11219.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11220.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11221.         return $instance;
  11222.     }
  11223.     /**
  11224.      * Gets the private 'monolog.logger.cache' shared service.
  11225.      *
  11226.      * @return \Symfony\Bridge\Monolog\Logger
  11227.      */
  11228.     protected function getMonolog_Logger_CacheService()
  11229.     {
  11230.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  11231.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11232.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11233.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11234.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11235.         return $instance;
  11236.     }
  11237.     /**
  11238.      * Gets the private 'monolog.logger.messenger' shared service.
  11239.      *
  11240.      * @return \Symfony\Bridge\Monolog\Logger
  11241.      */
  11242.     protected function getMonolog_Logger_MessengerService()
  11243.     {
  11244.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  11245.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11246.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11247.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11248.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11249.         return $instance;
  11250.     }
  11251.     /**
  11252.      * Gets the private 'monolog.logger.request' shared service.
  11253.      *
  11254.      * @return \Symfony\Bridge\Monolog\Logger
  11255.      */
  11256.     protected function getMonolog_Logger_RequestService()
  11257.     {
  11258.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  11259.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11260.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11261.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11262.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11263.         return $instance;
  11264.     }
  11265.     /**
  11266.      * Gets the private 'monolog.logger.security' shared service.
  11267.      *
  11268.      * @return \Symfony\Bridge\Monolog\Logger
  11269.      */
  11270.     protected function getMonolog_Logger_SecurityService()
  11271.     {
  11272.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  11273.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11274.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11275.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11276.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11277.         return $instance;
  11278.     }
  11279.     /**
  11280.      * Gets the private 'monolog.logger.snappy' shared service.
  11281.      *
  11282.      * @return \Symfony\Bridge\Monolog\Logger
  11283.      */
  11284.     protected function getMonolog_Logger_SnappyService()
  11285.     {
  11286.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  11287.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11288.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11289.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11290.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11291.         return $instance;
  11292.     }
  11293.     /**
  11294.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  11295.      *
  11296.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  11297.      */
  11298.     protected function getNelmioApiDoc_Describers_ConfigService()
  11299.     {
  11300.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  11301.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  11302.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['schemes' => [=> 'http'=> 'https'], 'info' => ['title' => 'Knitink Web Service''description' => NULL'version' => '2.1.2'], 'securityDefinitions' => ['Bearer' => ['type' => 'apiKey''description' => 'Value: Bearer {token}''name' => 'Authorization''in' => 'header']], 'security' => [=> ['Bearer' => []]], 'areas' => ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [=> '^api\\.']]]);
  11303.     }
  11304.     /**
  11305.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  11306.      *
  11307.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  11308.      */
  11309.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  11310.     {
  11311.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  11312.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11313.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11314.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  11315.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11316.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  11317.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  11318.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  11319.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  11320.         }, 3));
  11321.     }
  11322.     /**
  11323.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  11324.      *
  11325.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  11326.      */
  11327.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  11328.     {
  11329.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11330.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11331.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  11332.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11333.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11334.     }
  11335.     /**
  11336.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  11337.      *
  11338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11339.      */
  11340.     protected function getNelmioApiDoc_GeneratorLocatorService()
  11341.     {
  11342.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11343.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  11344.         ], [
  11345.             'default' => '?',
  11346.         ]);
  11347.     }
  11348.     /**
  11349.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  11350.      *
  11351.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  11352.      */
  11353.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  11354.     {
  11355.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11358.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  11359.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  11360.     }
  11361.     /**
  11362.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  11363.      *
  11364.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  11365.      */
  11366.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  11367.     {
  11368.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11369.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11370.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  11372.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), NULL, ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  11373.     }
  11374.     /**
  11375.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  11376.      *
  11377.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  11378.      */
  11379.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  11380.     {
  11381.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11382.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11383.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11384.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  11385.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  11386.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11387.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  11388.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  11389.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  11390.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  11391.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  11392.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  11393.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  11394.     }
  11395.     /**
  11396.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  11397.      *
  11398.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  11399.      */
  11400.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  11401.     {
  11402.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  11403.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11404.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  11406.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  11407.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11408.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  11409.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  11410.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  11411.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  11412.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  11413.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  11414.         }, 7));
  11415.     }
  11416.     /**
  11417.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  11418.      *
  11419.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  11420.      */
  11421.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  11422.     {
  11423.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  11425.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  11426.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11427.     }
  11428.     /**
  11429.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  11430.      *
  11431.      * @return \Symfony\Component\Routing\RouteCollection
  11432.      */
  11433.     protected function getNelmioApiDoc_Routes_DefaultService()
  11434.     {
  11435.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11438.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  11439.     }
  11440.     /**
  11441.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  11442.      *
  11443.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  11444.      */
  11445.     protected function getNelmioCors_CorsListenerService()
  11446.     {
  11447.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  11448.     }
  11449.     /**
  11450.      * Gets the private 'old_sound_rabbit_mq.anon_consumer_command' shared service.
  11451.      *
  11452.      * @return \OldSound\RabbitMqBundle\Command\AnonConsumerCommand
  11453.      */
  11454.     protected function getOldSoundRabbitMq_AnonConsumerCommandService()
  11455.     {
  11456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11457.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11458.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  11459.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/AnonConsumerCommand.php';
  11460.         $this->privates['old_sound_rabbit_mq.anon_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\AnonConsumerCommand();
  11461.         $instance->setName('rabbitmq:anon-consumer');
  11462.         return $instance;
  11463.     }
  11464.     /**
  11465.      * Gets the private 'old_sound_rabbit_mq.batch_consumer_command' shared service.
  11466.      *
  11467.      * @return \OldSound\RabbitMqBundle\Command\BatchConsumerCommand
  11468.      */
  11469.     protected function getOldSoundRabbitMq_BatchConsumerCommandService()
  11470.     {
  11471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11472.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BatchConsumerCommand.php';
  11474.         $this->privates['old_sound_rabbit_mq.batch_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\BatchConsumerCommand();
  11475.         $instance->setName('rabbitmq:batch:consumer');
  11476.         return $instance;
  11477.     }
  11478.     /**
  11479.      * Gets the private 'old_sound_rabbit_mq.command.rpc_server_command' shared service.
  11480.      *
  11481.      * @return \OldSound\RabbitMqBundle\Command\RpcServerCommand
  11482.      */
  11483.     protected function getOldSoundRabbitMq_Command_RpcServerCommandService()
  11484.     {
  11485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11486.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11487.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/RpcServerCommand.php';
  11488.         $this->privates['old_sound_rabbit_mq.command.rpc_server_command'] = $instance = new \OldSound\RabbitMqBundle\Command\RpcServerCommand();
  11489.         $instance->setName('rabbitmq:rpc-server');
  11490.         return $instance;
  11491.     }
  11492.     /**
  11493.      * Gets the private 'old_sound_rabbit_mq.command.setup_fabric_command' shared service.
  11494.      *
  11495.      * @return \OldSound\RabbitMqBundle\Command\SetupFabricCommand
  11496.      */
  11497.     protected function getOldSoundRabbitMq_Command_SetupFabricCommandService()
  11498.     {
  11499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11500.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11501.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/SetupFabricCommand.php';
  11502.         $this->privates['old_sound_rabbit_mq.command.setup_fabric_command'] = $instance = new \OldSound\RabbitMqBundle\Command\SetupFabricCommand();
  11503.         $instance->setName('rabbitmq:setup-fabric');
  11504.         return $instance;
  11505.     }
  11506.     /**
  11507.      * Gets the private 'old_sound_rabbit_mq.command.std_in_producer_command' shared service.
  11508.      *
  11509.      * @return \OldSound\RabbitMqBundle\Command\StdInProducerCommand
  11510.      */
  11511.     protected function getOldSoundRabbitMq_Command_StdInProducerCommandService()
  11512.     {
  11513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11514.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11515.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/StdInProducerCommand.php';
  11516.         $this->privates['old_sound_rabbit_mq.command.std_in_producer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\StdInProducerCommand();
  11517.         $instance->setName('rabbitmq:stdin-producer');
  11518.         return $instance;
  11519.     }
  11520.     /**
  11521.      * Gets the private 'old_sound_rabbit_mq.consumer_command' shared service.
  11522.      *
  11523.      * @return \OldSound\RabbitMqBundle\Command\ConsumerCommand
  11524.      */
  11525.     protected function getOldSoundRabbitMq_ConsumerCommandService()
  11526.     {
  11527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11528.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11529.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  11531.         $this->privates['old_sound_rabbit_mq.consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\ConsumerCommand();
  11532.         $instance->setName('rabbitmq:consumer');
  11533.         return $instance;
  11534.     }
  11535.     /**
  11536.      * Gets the private 'old_sound_rabbit_mq.delete_command' shared service.
  11537.      *
  11538.      * @return \OldSound\RabbitMqBundle\Command\DeleteCommand
  11539.      */
  11540.     protected function getOldSoundRabbitMq_DeleteCommandService()
  11541.     {
  11542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11543.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11544.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  11545.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  11546.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DeleteCommand.php';
  11547.         $this->privates['old_sound_rabbit_mq.delete_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DeleteCommand();
  11548.         $instance->setName('rabbitmq:delete');
  11549.         return $instance;
  11550.     }
  11551.     /**
  11552.      * Gets the private 'old_sound_rabbit_mq.dynamic_consumer_command' shared service.
  11553.      *
  11554.      * @return \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand
  11555.      */
  11556.     protected function getOldSoundRabbitMq_DynamicConsumerCommandService()
  11557.     {
  11558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11559.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11560.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  11561.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DynamicConsumerCommand.php';
  11562.         $this->privates['old_sound_rabbit_mq.dynamic_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand();
  11563.         $instance->setName('rabbitmq:dynamic-consumer');
  11564.         return $instance;
  11565.     }
  11566.     /**
  11567.      * Gets the private 'old_sound_rabbit_mq.multiple_consumer_command' shared service.
  11568.      *
  11569.      * @return \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand
  11570.      */
  11571.     protected function getOldSoundRabbitMq_MultipleConsumerCommandService()
  11572.     {
  11573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11574.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11575.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  11576.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/MultipleConsumerCommand.php';
  11577.         $this->privates['old_sound_rabbit_mq.multiple_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand();
  11578.         $instance->setName('rabbitmq:multiple-consumer');
  11579.         return $instance;
  11580.     }
  11581.     /**
  11582.      * Gets the private 'old_sound_rabbit_mq.purge_consumer_command' shared service.
  11583.      *
  11584.      * @return \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand
  11585.      */
  11586.     protected function getOldSoundRabbitMq_PurgeConsumerCommandService()
  11587.     {
  11588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11589.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  11590.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  11591.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  11592.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/PurgeConsumerCommand.php';
  11593.         $this->privates['old_sound_rabbit_mq.purge_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand();
  11594.         $instance->setName('rabbitmq:purge');
  11595.         return $instance;
  11596.     }
  11597.     /**
  11598.      * Gets the private 'profiler_listener' shared service.
  11599.      *
  11600.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  11601.      */
  11602.     protected function getProfilerListenerService()
  11603.     {
  11604.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  11605.     }
  11606.     /**
  11607.      * Gets the private 'property_accessor' shared service.
  11608.      *
  11609.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  11610.      */
  11611.     protected function getPropertyAccessorService()
  11612.     {
  11613.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  11614.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  11615.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  11616.     }
  11617.     /**
  11618.      * Gets the private 'property_info' shared service.
  11619.      *
  11620.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  11621.      */
  11622.     protected function getPropertyInfoService()
  11623.     {
  11624.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  11625.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  11626.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11627.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11628.             yield => ($this->privates['doctrine.orm.slave_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_SlaveEntityManager_PropertyInfoExtractorService());
  11629.         }, 4), new RewindableGenerator(function () {
  11630.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11631.             yield => ($this->privates['doctrine.orm.slave_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_SlaveEntityManager_PropertyInfoExtractorService());
  11632.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11633.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11634.         }, 4), new RewindableGenerator(function () {
  11635.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11636.         }, 1), new RewindableGenerator(function () {
  11637.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11638.             yield => ($this->privates['doctrine.orm.slave_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_SlaveEntityManager_PropertyInfoExtractorService());
  11639.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11640.         }, 3), new RewindableGenerator(function () {
  11641.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11642.         }, 1));
  11643.     }
  11644.     /**
  11645.      * Gets the private 'property_info.serializer_extractor' shared service.
  11646.      *
  11647.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  11648.      */
  11649.     protected function getPropertyInfo_SerializerExtractorService()
  11650.     {
  11651.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  11652.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  11653.     }
  11654.     /**
  11655.      * Gets the private 'router.cache_warmer' shared service.
  11656.      *
  11657.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  11658.      */
  11659.     protected function getRouter_CacheWarmerService()
  11660.     {
  11661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  11662.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11663.             'router' => ['services''router''getRouterService'false],
  11664.         ], [
  11665.             'router' => '?',
  11666.         ]))->withContext('router.cache_warmer'$this));
  11667.     }
  11668.     /**
  11669.      * Gets the private 'router.request_context' shared service.
  11670.      *
  11671.      * @return \Symfony\Component\Routing\RequestContext
  11672.      */
  11673.     protected function getRouter_RequestContextService()
  11674.     {
  11675.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  11676.     }
  11677.     /**
  11678.      * Gets the private 'router_listener' shared service.
  11679.      *
  11680.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  11681.      */
  11682.     protected function getRouterListenerService()
  11683.     {
  11684.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  11685.     }
  11686.     /**
  11687.      * Gets the private 'security.access_listener' shared service.
  11688.      *
  11689.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  11690.      */
  11691.     protected function getSecurity_AccessListenerService()
  11692.     {
  11693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  11697.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  11698.     }
  11699.     /**
  11700.      * Gets the private 'security.access_map' shared service.
  11701.      *
  11702.      * @return \Symfony\Component\Security\Http\AccessMap
  11703.      */
  11704.     protected function getSecurity_AccessMapService()
  11705.     {
  11706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  11707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  11708.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  11709.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11710.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11711.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11712.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11713.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11714.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/auth_login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11715.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11716.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/management'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  11717.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/private'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  11718.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/universe'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11719.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/public'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11720.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  11721.         return $instance;
  11722.     }
  11723.     /**
  11724.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  11725.      *
  11726.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11727.      */
  11728.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  11729.     {
  11730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11734.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  11735.     }
  11736.     /**
  11737.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  11738.      *
  11739.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11740.      */
  11741.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  11742.     {
  11743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11747.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  11748.     }
  11749.     /**
  11750.      * Gets the private 'security.authentication.listener.anonymous.oauth_authorize' shared service.
  11751.      *
  11752.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11753.      */
  11754.     protected function getSecurity_Authentication_Listener_Anonymous_OauthAuthorizeService()
  11755.     {
  11756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11760.         return $this->privates['security.authentication.listener.anonymous.oauth_authorize'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  11761.     }
  11762.     /**
  11763.      * Gets the private 'security.authentication.listener.form.main' shared service.
  11764.      *
  11765.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11766.      */
  11767.     protected function getSecurity_Authentication_Listener_Form_MainService()
  11768.     {
  11769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11779.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11780.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11781.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  11782.         $b->setProviderKey('main');
  11783.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11784.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11785.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11786.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $a'main'$b$d, ['use_forward' => false'check_path' => '/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  11787.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  11788.         return $instance;
  11789.     }
  11790.     /**
  11791.      * Gets the private 'security.authentication.listener.form.oauth_authorize' shared service.
  11792.      *
  11793.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11794.      */
  11795.     protected function getSecurity_Authentication_Listener_Form_OauthAuthorizeService()
  11796.     {
  11797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11807.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11808.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11809.         $b->setOptions(['login_path' => 'globunet_user_auth_login''use_referer' => true'always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path']);
  11810.         $b->setProviderKey('oauth_authorize');
  11811.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11812.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11813.         $d->setOptions(['login_path' => 'globunet_user_auth_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11814.         return $this->privates['security.authentication.listener.form.oauth_authorize'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $a'oauth_authorize'$b$d, ['check_path' => 'globunet_user_auth_login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  11815.     }
  11816.     /**
  11817.      * Gets the private 'security.authentication.listener.fos_oauth_server.api_private' shared service.
  11818.      *
  11819.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  11820.      */
  11821.     protected function getSecurity_Authentication_Listener_FosOauthServer_ApiPrivateService()
  11822.     {
  11823.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  11825.         return $this->privates['security.authentication.listener.fos_oauth_server.api_private'] = new \FOS\OAuthServerBundle\Security\Firewall\OAuthListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  11826.     }
  11827.     /**
  11828.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  11829.      *
  11830.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  11831.      */
  11832.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  11833.     {
  11834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  11838.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  11839.     }
  11840.     /**
  11841.      * Gets the private 'security.authentication.manager' shared service.
  11842.      *
  11843.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  11844.      */
  11845.     protected function getSecurity_Authentication_ManagerService()
  11846.     {
  11847.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  11848.             yield => ($this->privates['security.authentication.provider.dao.oauth_authorize'] ?? $this->getSecurity_Authentication_Provider_Dao_OauthAuthorizeService());
  11849.             yield => ($this->privates['security.authentication.provider.anonymous.oauth_authorize'] ?? ($this->privates['security.authentication.provider.anonymous.oauth_authorize'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11850.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.api_private'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_ApiPrivateService());
  11851.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11852.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  11853.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  11854.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11855.         }, 7), true);
  11856.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11857.         return $instance;
  11858.     }
  11859.     /**
  11860.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  11861.      *
  11862.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  11863.      */
  11864.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  11865.     {
  11866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  11868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  11869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11871.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  11872.     }
  11873.     /**
  11874.      * Gets the private 'security.authentication.provider.dao.oauth_authorize' shared service.
  11875.      *
  11876.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  11877.      */
  11878.     protected function getSecurity_Authentication_Provider_Dao_OauthAuthorizeService()
  11879.     {
  11880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  11882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  11883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11885.         return $this->privates['security.authentication.provider.dao.oauth_authorize'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'oauth_authorize', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  11886.     }
  11887.     /**
  11888.      * Gets the private 'security.authentication.provider.fos_oauth_server.api_private' shared service.
  11889.      *
  11890.      * @return \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider
  11891.      */
  11892.     protected function getSecurity_Authentication_Provider_FosOauthServer_ApiPrivateService()
  11893.     {
  11894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  11896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11898.         return $this->privates['security.authentication.provider.fos_oauth_server.api_private'] = new \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())));
  11899.     }
  11900.     /**
  11901.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  11902.      *
  11903.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  11904.      */
  11905.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  11906.     {
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  11909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11911.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  11912.     }
  11913.     /**
  11914.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  11915.      *
  11916.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  11917.      */
  11918.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  11919.     {
  11920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  11921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  11922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  11923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  11924.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService())], $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 31536000'path' => '/''name' => 'REMEMBERME_KNITINK''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  11925.     }
  11926.     /**
  11927.      * Gets the private 'security.authentication.session_strategy' shared service.
  11928.      *
  11929.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  11930.      */
  11931.     protected function getSecurity_Authentication_SessionStrategyService()
  11932.     {
  11933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11935.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  11936.     }
  11937.     /**
  11938.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  11939.      *
  11940.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  11941.      */
  11942.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  11943.     {
  11944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11950.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_change_to''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  11951.     }
  11952.     /**
  11953.      * Gets the private 'security.channel_listener' shared service.
  11954.      *
  11955.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  11956.      */
  11957.     protected function getSecurity_ChannelListenerService()
  11958.     {
  11959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  11963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  11964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  11965.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  11966.     }
  11967.     /**
  11968.      * Gets the private 'security.command.user_password_encoder' shared service.
  11969.      *
  11970.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  11971.      */
  11972.     protected function getSecurity_Command_UserPasswordEncoderService()
  11973.     {
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  11976.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User'=> 'FOS\\UserBundle\\Model\\UserInterface']);
  11977.         $instance->setName('security:encode-password');
  11978.         return $instance;
  11979.     }
  11980.     /**
  11981.      * Gets the private 'security.context_listener.0' shared service.
  11982.      *
  11983.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  11984.      */
  11985.     protected function getSecurity_ContextListener_0Service()
  11986.     {
  11987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  11991.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  11992.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
  11993.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  11994.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  11995.         }, 3), 'oauth_authorize', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  11996.     }
  11997.     /**
  11998.      * Gets the private 'security.context_listener.1' shared service.
  11999.      *
  12000.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12001.      */
  12002.     protected function getSecurity_ContextListener_1Service()
  12003.     {
  12004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12008.         $this->privates['security.context_listener.1'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  12009.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
  12010.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  12011.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  12012.         }, 3), 'user', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  12013.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  12014.         return $instance;
  12015.     }
  12016.     /**
  12017.      * Gets the private 'security.csrf.token_storage' shared service.
  12018.      *
  12019.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  12020.      */
  12021.     protected function getSecurity_Csrf_TokenStorageService()
  12022.     {
  12023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  12024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  12025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  12026.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  12027.     }
  12028.     /**
  12029.      * Gets the private 'security.encoder_factory.generic' shared service.
  12030.      *
  12031.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  12032.      */
  12033.     protected function getSecurity_EncoderFactory_GenericService()
  12034.     {
  12035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  12037.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder''arguments' => [=> false]], 'FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  12038.     }
  12039.     /**
  12040.      * Gets the private 'security.firewall.map' shared service.
  12041.      *
  12042.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  12043.      */
  12044.     protected function getSecurity_Firewall_MapService()
  12045.     {
  12046.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12047.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  12048.             'security.firewall.map.context.api_private' => ['privates''security.firewall.map.context.api_private''getSecurity_Firewall_Map_Context_ApiPrivateService'false],
  12049.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  12050.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  12051.             'security.firewall.map.context.oauth_authorize' => ['privates''security.firewall.map.context.oauth_authorize''getSecurity_Firewall_Map_Context_OauthAuthorizeService'false],
  12052.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  12053.         ], [
  12054.             'security.firewall.map.context.api' => '?',
  12055.             'security.firewall.map.context.api_private' => '?',
  12056.             'security.firewall.map.context.dev' => '?',
  12057.             'security.firewall.map.context.main' => '?',
  12058.             'security.firewall.map.context.oauth_authorize' => '?',
  12059.             'security.firewall.map.context.oauth_token' => '?',
  12060.         ]), new RewindableGenerator(function () {
  12061.             yield 'security.firewall.map.context.oauth_authorize' => ($this->privates['.security.request_matcher.LDTCWMb'] ?? ($this->privates['.security.request_matcher.LDTCWMb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/auth')));
  12062.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.0Awr3sc'] ?? ($this->privates['.security.request_matcher.0Awr3sc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token')));
  12063.             yield 'security.firewall.map.context.api_private' => ($this->privates['.security.request_matcher.nELb83m'] ?? ($this->privates['.security.request_matcher.nELb83m'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/private')));
  12064.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  12065.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.fCVGw6V'] ?? ($this->privates['.security.request_matcher.fCVGw6V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_profiler|_wdt|css|js|translations)')));
  12066.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  12067.         }, 6));
  12068.     }
  12069.     /**
  12070.      * Gets the private 'security.firewall.map.context.api' shared service.
  12071.      *
  12072.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12073.      */
  12074.     protected function getSecurity_Firewall_Map_Context_ApiService()
  12075.     {
  12076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12080.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12081.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12082.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  12083.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12084.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrueNULLNULLNULLNULLNULL, [=> 'anonymous'], NULL));
  12085.     }
  12086.     /**
  12087.      * Gets the private 'security.firewall.map.context.api_private' shared service.
  12088.      *
  12089.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12090.      */
  12091.     protected function getSecurity_Firewall_Map_Context_ApiPrivateService()
  12092.     {
  12093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12097.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/EntryPoint/OAuthEntryPoint.php';
  12098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12099.         return $this->privates['security.firewall.map.context.api_private'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12100.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12101.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.api_private'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_ApiPrivateService());
  12102.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12103.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_private', new \FOS\OAuthServerBundle\Security\EntryPoint\OAuthEntryPoint(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService())), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_private''security.user_checker''.security.request_matcher.nELb83m'truetrue'security.user.provider.concrete.chain_provider'NULL'fos_oauth_server.security.entry_point'NULLNULL, [=> 'fos_oauth'], NULL));
  12104.     }
  12105.     /**
  12106.      * Gets the private 'security.firewall.map.context.dev' shared service.
  12107.      *
  12108.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12109.      */
  12110.     protected function getSecurity_Firewall_Map_Context_DevService()
  12111.     {
  12112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12114.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12115.             return new \EmptyIterator();
  12116.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.fCVGw6V'falsefalse'''''''''', [], NULL));
  12117.     }
  12118.     /**
  12119.      * Gets the private 'security.firewall.map.context.main' shared service.
  12120.      *
  12121.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12122.      */
  12123.     protected function getSecurity_Firewall_Map_Context_MainService()
  12124.     {
  12125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12129.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  12138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12140.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12141.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12142.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  12143.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  12144.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  12145.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  12146.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12147.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12148.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  12149.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  12150.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  12151.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  12152.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  12153.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12154.         }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.OKzIMc6'truefalse'security.user.provider.concrete.chain_provider''user''security.authentication.form_entry_point.main'NULLNULL, [=> 'switch_user'=> 'form_login'=> 'remember_me'=> 'anonymous'], ['role' => 'ROLE_ALLOWED_TO_SWITCH''parameter' => '_change_to''stateless' => false]));
  12155.     }
  12156.     /**
  12157.      * Gets the private 'security.firewall.map.context.oauth_authorize' shared service.
  12158.      *
  12159.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12160.      */
  12161.     protected function getSecurity_Firewall_Map_Context_OauthAuthorizeService()
  12162.     {
  12163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12169.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12170.         return $this->privates['security.firewall.map.context.oauth_authorize'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12171.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12172.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  12173.             yield => ($this->privates['security.authentication.listener.form.oauth_authorize'] ?? $this->getSecurity_Authentication_Listener_Form_OauthAuthorizeService());
  12174.             yield => ($this->privates['security.authentication.listener.anonymous.oauth_authorize'] ?? $this->getSecurity_Authentication_Listener_Anonymous_OauthAuthorizeService());
  12175.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12176.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $a'oauth_authorize', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a'globunet_user_auth_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_authorize''security.user_checker''.security.request_matcher.LDTCWMb'truefalseNULL'oauth_authorize''security.authentication.form_entry_point.oauth_authorize'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  12177.     }
  12178.     /**
  12179.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  12180.      *
  12181.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12182.      */
  12183.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  12184.     {
  12185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12187.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12188.             return new \EmptyIterator();
  12189.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalse'''''''''', [], NULL));
  12190.     }
  12191.     /**
  12192.      * Gets the private 'security.helper' shared service.
  12193.      *
  12194.      * @return \Symfony\Component\Security\Core\Security
  12195.      */
  12196.     protected function getSecurity_HelperService()
  12197.     {
  12198.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12199.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  12200.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  12201.         ], [
  12202.             'security.authorization_checker' => '?',
  12203.             'security.token_storage' => '?',
  12204.         ]));
  12205.     }
  12206.     /**
  12207.      * Gets the private 'security.http_utils' shared service.
  12208.      *
  12209.      * @return \Symfony\Component\Security\Http\HttpUtils
  12210.      */
  12211.     protected function getSecurity_HttpUtilsService()
  12212.     {
  12213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  12214.         $a = ($this->services['router'] ?? $this->getRouterService());
  12215.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  12216.     }
  12217.     /**
  12218.      * Gets the private 'security.logout_url_generator' shared service.
  12219.      *
  12220.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  12221.      */
  12222.     protected function getSecurity_LogoutUrlGeneratorService()
  12223.     {
  12224.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  12225.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  12226.         return $instance;
  12227.     }
  12228.     /**
  12229.      * Gets the private 'security.role_hierarchy' shared service.
  12230.      *
  12231.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  12232.      */
  12233.     protected function getSecurity_RoleHierarchyService()
  12234.     {
  12235.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  12236.     }
  12237.     /**
  12238.      * Gets the private 'security.user.provider.concrete.chain_provider' shared service.
  12239.      *
  12240.      * @return \Symfony\Component\Security\Core\User\ChainUserProvider
  12241.      */
  12242.     protected function getSecurity_User_Provider_Concrete_ChainProviderService()
  12243.     {
  12244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  12245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  12246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  12247.         return $this->privates['security.user.provider.concrete.chain_provider'] = new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  12248.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  12249.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  12250.         }, 2));
  12251.     }
  12252.     /**
  12253.      * Gets the private 'security.user.provider.concrete.in_memory' shared service.
  12254.      *
  12255.      * @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
  12256.      */
  12257.     protected function getSecurity_User_Provider_Concrete_InMemoryService()
  12258.     {
  12259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  12260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  12261.         return $this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['admin' => ['password' => 'Globunet#15$''roles' => [=> 'ROLE_SUPER_ADMIN']]]);
  12262.     }
  12263.     /**
  12264.      * Gets the private 'security.validator.user_password' shared service.
  12265.      *
  12266.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  12267.      */
  12268.     protected function getSecurity_Validator_UserPasswordService()
  12269.     {
  12270.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12271.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  12273.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  12274.     }
  12275.     /**
  12276.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  12277.      *
  12278.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  12279.      */
  12280.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  12281.     {
  12282.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12283.     }
  12284.     /**
  12285.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  12286.      *
  12287.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  12288.      */
  12289.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  12290.     {
  12291.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  12292.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  12293.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  12294.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', ($this->services['validator'] ?? $this->getValidatorService()), 'validationErrors'), -50'fos_rest.request_body');
  12295.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  12296.     }
  12297.     /**
  12298.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  12299.      *
  12300.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  12301.      */
  12302.     protected function getSensioFrameworkExtra_Security_ListenerService()
  12303.     {
  12304.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12305.     }
  12306.     /**
  12307.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  12308.      *
  12309.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  12310.      */
  12311.     protected function getSensioFrameworkExtra_View_ListenerService()
  12312.     {
  12313.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  12314.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12315.             'twig' => ['services''twig''getTwigService'false],
  12316.         ], [
  12317.             'twig' => 'Twig\\Environment',
  12318.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  12319.         return $instance;
  12320.     }
  12321.     /**
  12322.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  12323.      *
  12324.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  12325.      */
  12326.     protected function getSerializer_Mapping_CacheWarmerService()
  12327.     {
  12328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  12330.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12331.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12332.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  12333.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  12334.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/globunet/core_bundle/Entity.BaseEntity.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/control_bundle/Entity.Client.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/control_bundle/Entity.Gateway.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/core_bundle/Entity.User.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Backup.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Client.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.CompatibilityVersion.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Dealer.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Gateway.yml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Manufacturer.yml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Module.yml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Package.yml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.PackageLicenseModule.yml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.PackageLicenseUnit.yml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Password.yml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Team.yml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Unit.yml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Update.yml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Action.yml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.DrainCheck.yml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.FertilizationPlan.yaml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Fertilizer.yaml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.FlowMeter.yaml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Gateway.yml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Ion.yaml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.IrrigationAnalysis.yaml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.IrrigationPlan.yaml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.IrrigationUnit.yaml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.NutrientSolution.yaml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Player.yml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Plot.yaml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Sector.yaml')), 33 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Sensor.yaml')), 34 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.StateLogging.yml')), 35 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Tank.yaml')), 36 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Team.yml')), 37 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Valve.yml'))], ($this->targetDir.''.'/serialization.php'));
  12335.     }
  12336.     /**
  12337.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  12338.      *
  12339.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  12340.      */
  12341.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  12342.     {
  12343.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  12344.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  12345.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  12346.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12347.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  12348.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12349.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  12350.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  12351.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/globunet/core_bundle/Entity.BaseEntity.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/control_bundle/Entity.Client.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/control_bundle/Entity.Gateway.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/core_bundle/Entity.User.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Backup.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Client.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.CompatibilityVersion.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Dealer.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Gateway.yml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Manufacturer.yml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Module.yml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Package.yml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.PackageLicenseModule.yml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.PackageLicenseUnit.yml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Password.yml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Team.yml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Unit.yml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/management_bundle/Entity.Update.yml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Action.yml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.DrainCheck.yml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.FertilizationPlan.yaml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Fertilizer.yaml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.FlowMeter.yaml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Gateway.yml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Ion.yaml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.IrrigationAnalysis.yaml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.IrrigationPlan.yaml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.IrrigationUnit.yaml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.NutrientSolution.yaml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Player.yml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Plot.yaml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Sector.yaml')), 33 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Sensor.yaml')), 34 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.StateLogging.yml')), 35 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Tank.yaml')), 36 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Team.yml')), 37 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/knitink/universe_bundle/Entity.Valve.yml'))]));
  12352.     }
  12353.     /**
  12354.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  12355.      *
  12356.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  12357.      */
  12358.     protected function getSerializer_NameConverter_MetadataAwareService()
  12359.     {
  12360.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  12361.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  12362.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  12363.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  12364.     }
  12365.     /**
  12366.      * Gets the private 'session.storage.native' shared service.
  12367.      *
  12368.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  12369.      */
  12370.     protected function getSession_Storage_NativeService()
  12371.     {
  12372.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  12373.     }
  12374.     /**
  12375.      * Gets the private 'session_listener' shared service.
  12376.      *
  12377.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  12378.      */
  12379.     protected function getSessionListenerService()
  12380.     {
  12381.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12382.             'initialized_session' => ['services''session'NULLfalse],
  12383.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12384.             'session' => ['services''session''getSessionService'false],
  12385.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  12386.         ], [
  12387.             'initialized_session' => '?',
  12388.             'request_stack' => '?',
  12389.             'session' => '?',
  12390.             'session_storage' => '?',
  12391.         ]));
  12392.     }
  12393.     /**
  12394.      * Gets the private 'swiftmailer.command.debug' shared service.
  12395.      *
  12396.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  12397.      */
  12398.     protected function getSwiftmailer_Command_DebugService()
  12399.     {
  12400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12401.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12402.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  12403.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  12404.         $instance->setName('debug:swiftmailer');
  12405.         return $instance;
  12406.     }
  12407.     /**
  12408.      * Gets the private 'swiftmailer.command.new_email' shared service.
  12409.      *
  12410.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  12411.      */
  12412.     protected function getSwiftmailer_Command_NewEmailService()
  12413.     {
  12414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12415.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12416.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  12417.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  12418.         $instance->setName('swiftmailer:email:send');
  12419.         return $instance;
  12420.     }
  12421.     /**
  12422.      * Gets the private 'swiftmailer.command.send_email' shared service.
  12423.      *
  12424.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  12425.      */
  12426.     protected function getSwiftmailer_Command_SendEmailService()
  12427.     {
  12428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12429.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12430.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  12431.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  12432.         $instance->setName('swiftmailer:spool:send');
  12433.         return $instance;
  12434.     }
  12435.     /**
  12436.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  12437.      *
  12438.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  12439.      */
  12440.     protected function getSwiftmailer_EmailSender_ListenerService()
  12441.     {
  12442.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  12443.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12444.     }
  12445.     /**
  12446.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  12447.      *
  12448.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  12449.      *
  12450.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12451.      */
  12452.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  12453.     {
  12454.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12455.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  12456.     }
  12457.     /**
  12458.      * Gets the private 'templating.finder' shared service.
  12459.      *
  12460.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  12461.      *
  12462.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12463.      */
  12464.     protected function getTemplating_FinderService()
  12465.     {
  12466.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12467.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  12468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  12469.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  12470.     }
  12471.     /**
  12472.      * Gets the private 'templating.locator' shared service.
  12473.      *
  12474.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  12475.      *
  12476.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12477.      */
  12478.     protected function getTemplating_LocatorService()
  12479.     {
  12480.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12481.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  12482.     }
  12483.     /**
  12484.      * Gets the private 'templating.name_parser' shared service.
  12485.      *
  12486.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  12487.      *
  12488.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12489.      */
  12490.     protected function getTemplating_NameParserService()
  12491.     {
  12492.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12493.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  12494.     }
  12495.     /**
  12496.      * Gets the private 'translation.extractor' shared service.
  12497.      *
  12498.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  12499.      */
  12500.     protected function getTranslation_ExtractorService()
  12501.     {
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  12505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  12506.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  12507.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  12508.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  12509.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  12510.         return $instance;
  12511.     }
  12512.     /**
  12513.      * Gets the private 'translation.loader.csv' shared service.
  12514.      *
  12515.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  12516.      */
  12517.     protected function getTranslation_Loader_CsvService()
  12518.     {
  12519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  12523.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  12524.     }
  12525.     /**
  12526.      * Gets the private 'translation.loader.dat' shared service.
  12527.      *
  12528.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  12529.      */
  12530.     protected function getTranslation_Loader_DatService()
  12531.     {
  12532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  12535.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  12536.     }
  12537.     /**
  12538.      * Gets the private 'translation.loader.ini' shared service.
  12539.      *
  12540.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  12541.      */
  12542.     protected function getTranslation_Loader_IniService()
  12543.     {
  12544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  12548.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  12549.     }
  12550.     /**
  12551.      * Gets the private 'translation.loader.json' shared service.
  12552.      *
  12553.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  12554.      */
  12555.     protected function getTranslation_Loader_JsonService()
  12556.     {
  12557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  12561.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  12562.     }
  12563.     /**
  12564.      * Gets the private 'translation.loader.mo' shared service.
  12565.      *
  12566.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  12567.      */
  12568.     protected function getTranslation_Loader_MoService()
  12569.     {
  12570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  12574.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  12575.     }
  12576.     /**
  12577.      * Gets the private 'translation.loader.php' shared service.
  12578.      *
  12579.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  12580.      */
  12581.     protected function getTranslation_Loader_PhpService()
  12582.     {
  12583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  12587.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  12588.     }
  12589.     /**
  12590.      * Gets the private 'translation.loader.po' shared service.
  12591.      *
  12592.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  12593.      */
  12594.     protected function getTranslation_Loader_PoService()
  12595.     {
  12596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  12600.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  12601.     }
  12602.     /**
  12603.      * Gets the private 'translation.loader.qt' shared service.
  12604.      *
  12605.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  12606.      */
  12607.     protected function getTranslation_Loader_QtService()
  12608.     {
  12609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  12611.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  12612.     }
  12613.     /**
  12614.      * Gets the private 'translation.loader.res' shared service.
  12615.      *
  12616.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  12617.      */
  12618.     protected function getTranslation_Loader_ResService()
  12619.     {
  12620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12622.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  12623.     }
  12624.     /**
  12625.      * Gets the private 'translation.loader.xliff' shared service.
  12626.      *
  12627.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  12628.      */
  12629.     protected function getTranslation_Loader_XliffService()
  12630.     {
  12631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  12633.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  12634.     }
  12635.     /**
  12636.      * Gets the private 'translation.loader.yml' shared service.
  12637.      *
  12638.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  12639.      */
  12640.     protected function getTranslation_Loader_YmlService()
  12641.     {
  12642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  12646.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  12647.     }
  12648.     /**
  12649.      * Gets the private 'translation.reader' shared service.
  12650.      *
  12651.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  12652.      */
  12653.     protected function getTranslation_ReaderService()
  12654.     {
  12655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  12656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  12657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  12661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  12663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  12664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  12665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  12666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  12667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  12669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  12670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  12671.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  12672.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  12673.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  12674.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  12675.         $instance->addLoader('yaml'$a);
  12676.         $instance->addLoader('yml'$a);
  12677.         $instance->addLoader('xlf'$b);
  12678.         $instance->addLoader('xliff'$b);
  12679.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  12680.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  12681.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  12682.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  12683.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  12684.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  12685.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  12686.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  12687.         return $instance;
  12688.     }
  12689.     /**
  12690.      * Gets the private 'translation.warmer' shared service.
  12691.      *
  12692.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  12693.      */
  12694.     protected function getTranslation_WarmerService()
  12695.     {
  12696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  12697.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12698.             'translator' => ['services''translator''getTranslatorService'false],
  12699.         ], [
  12700.             'translator' => '?',
  12701.         ]))->withContext('translation.warmer'$this));
  12702.     }
  12703.     /**
  12704.      * Gets the private 'translator.default' shared service.
  12705.      *
  12706.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  12707.      */
  12708.     protected function getTranslator_DefaultService()
  12709.     {
  12710.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12711.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  12712.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  12713.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  12714.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  12715.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  12716.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  12717.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  12718.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  12719.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  12720.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  12721.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  12722.         ], [
  12723.             'translation.loader.csv' => '?',
  12724.             'translation.loader.dat' => '?',
  12725.             'translation.loader.ini' => '?',
  12726.             'translation.loader.json' => '?',
  12727.             'translation.loader.mo' => '?',
  12728.             'translation.loader.php' => '?',
  12729.             'translation.loader.po' => '?',
  12730.             'translation.loader.qt' => '?',
  12731.             'translation.loader.res' => '?',
  12732.             'translation.loader.xliff' => '?',
  12733.             'translation.loader.yml' => '?',
  12734.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/translations/KnitinkCoreBundle.en.yml'), => (\dirname(__DIR__4).'/translations/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/globunet/core-bundle/Resources/translations/GlobunetCoreBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/globunet/admin-bundle/Resources/translations/GlobunetAdminBundle.es.yml'), => (\dirname(__DIR__4).'/translations/KnitinkCoreBundle.es.yml'), => (\dirname(__DIR__4).'/translations/validators.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/src/Knitink/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Knitink/ManagementBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/globunet/core-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/globunet/admin-bundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 17 => (\dirname(__DIR__4).'/src/Knitink/ControlBundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/KnitinkControlBundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/KnitinkCoreBundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/KnitinkManagementBundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/KnitinkUniverseBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/GlobunetCoreBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/FOSOAuthServerBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/globunet/user-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/GlobunetUserBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/globunet/dinamic-database-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/GlobunetDinamicDatabaseBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/globunet/api-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/GlobunetApiBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/BazingaJsTranslationBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/FOSJsRoutingBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/GlobunetAdminBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/OldSoundRabbitMqBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/globunet/notification-bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/GlobunetNotificationBundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/mewesk/twig-spreadsheet-bundle/src/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/MewesKTwigSpreadsheetBundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 58 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 60 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 61 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 62 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 63 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 64 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 66 => (\dirname(__DIR__4).'/vendor/globunet/geolocation-bundle/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/GlobunetGeolocationBundle/translations'), 68 => (\dirname(__DIR__4).'/vendor/globunet/template1-bundle/src/translations'), 69 => (\dirname(__DIR__4).'/src/Resources/GlobunetTemplate1Bundle/translations'), 70 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 71 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 72 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 73 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 74 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'src/Knitink/CoreBundle/Resources/translations'=> 'src/Knitink/ManagementBundle/Resources/translations'=> 'src/Knitink/UniverseBundle/Resources/translations'=> 'vendor/globunet/core-bundle/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'=> 'vendor/globunet/admin-bundle/Resources/translations'10 => 'translations'11 => 'vendor/symfony/framework-bundle/translations'12 => 'src/Resources/FrameworkBundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'src/Resources/MakerBundle/translations'15 => 'vendor/symfony/twig-bundle/translations'16 => 'src/Resources/TwigBundle/translations'17 => 'src/Knitink/ControlBundle/translations'18 => 'src/Resources/KnitinkControlBundle/translations'19 => 'src/Resources/KnitinkCoreBundle/translations'20 => 'src/Resources/KnitinkManagementBundle/translations'21 => 'src/Resources/KnitinkUniverseBundle/translations'22 => 'src/Resources/GlobunetCoreBundle/translations'23 => 'vendor/symfony/security-bundle/translations'24 => 'src/Resources/SecurityBundle/translations'25 => 'src/Resources/FOSUserBundle/translations'26 => 'src/Resources/FOSOAuthServerBundle/translations'27 => 'vendor/globunet/user-bundle/translations'28 => 'src/Resources/GlobunetUserBundle/translations'29 => 'vendor/globunet/dinamic-database-bundle/translations'30 => 'src/Resources/GlobunetDinamicDatabaseBundle/translations'31 => 'vendor/sensio/framework-extra-bundle/src/translations'32 => 'src/Resources/SensioFrameworkExtraBundle/translations'33 => 'vendor/nelmio/cors-bundle/translations'34 => 'src/Resources/NelmioCorsBundle/translations'35 => 'vendor/nelmio/api-doc-bundle/translations'36 => 'src/Resources/NelmioApiDocBundle/translations'37 => 'vendor/jms/serializer-bundle/translations'38 => 'src/Resources/JMSSerializerBundle/translations'39 => 'vendor/friendsofsymfony/rest-bundle/translations'40 => 'src/Resources/FOSRestBundle/translations'41 => 'vendor/globunet/api-bundle/translations'42 => 'src/Resources/GlobunetApiBundle/translations'43 => 'vendor/willdurand/js-translation-bundle/translations'44 => 'src/Resources/BazingaJsTranslationBundle/translations'45 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'46 => 'src/Resources/FOSJsRoutingBundle/translations'47 => 'src/Resources/GlobunetAdminBundle/translations'48 => 'vendor/symfony/swiftmailer-bundle/translations'49 => 'src/Resources/SwiftmailerBundle/translations'50 => 'vendor/php-amqplib/rabbitmq-bundle/translations'51 => 'src/Resources/OldSoundRabbitMqBundle/translations'52 => 'vendor/globunet/notification-bundle/translations'53 => 'src/Resources/GlobunetNotificationBundle/translations'54 => 'vendor/mewesk/twig-spreadsheet-bundle/src/translations'55 => 'src/Resources/MewesKTwigSpreadsheetBundle/translations'56 => 'vendor/twig/extra-bundle/translations'57 => 'src/Resources/TwigExtraBundle/translations'58 => 'vendor/knplabs/knp-snappy-bundle/src/translations'59 => 'src/Resources/KnpSnappyBundle/translations'60 => 'vendor/symfony/webpack-encore-bundle/src/translations'61 => 'src/Resources/WebpackEncoreBundle/translations'62 => 'vendor/symfony/web-profiler-bundle/translations'63 => 'src/Resources/WebProfilerBundle/translations'64 => 'vendor/symfony/monolog-bundle/translations'65 => 'src/Resources/MonologBundle/translations'66 => 'vendor/globunet/geolocation-bundle/translations'67 => 'src/Resources/GlobunetGeolocationBundle/translations'68 => 'vendor/globunet/template1-bundle/src/translations'69 => 'src/Resources/GlobunetTemplate1Bundle/translations'70 => 'vendor/doctrine/doctrine-cache-bundle/translations'71 => 'src/Resources/DoctrineCacheBundle/translations'72 => 'vendor/doctrine/doctrine-bundle/translations'73 => 'src/Resources/DoctrineBundle/translations'74 => 'src/Resources/translations']]]);
  12735.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  12736.         $instance->setFallbackLocales([=> $this->getEnv('LOCALE')]);
  12737.         return $instance;
  12738.     }
  12739.     /**
  12740.      * Gets the private 'twig.cache_warmer' shared service.
  12741.      *
  12742.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  12743.      *
  12744.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  12745.      */
  12746.     protected function getTwig_CacheWarmerService()
  12747.     {
  12748.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  12749.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  12750.     }
  12751.     /**
  12752.      * Gets the private 'twig.command.debug' shared service.
  12753.      *
  12754.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  12755.      */
  12756.     protected function getTwig_Command_DebugService()
  12757.     {
  12758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12759.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  12760.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  12761.         $instance->setName('debug:twig');
  12762.         return $instance;
  12763.     }
  12764.     /**
  12765.      * Gets the private 'twig.command.lint' shared service.
  12766.      *
  12767.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  12768.      */
  12769.     protected function getTwig_Command_LintService()
  12770.     {
  12771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12772.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  12773.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  12774.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  12775.         $instance->setName('lint:twig');
  12776.         return $instance;
  12777.     }
  12778.     /**
  12779.      * Gets the private 'twig.form.engine' shared service.
  12780.      *
  12781.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  12782.      */
  12783.     protected function getTwig_Form_EngineService()
  12784.     {
  12785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  12786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  12787.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  12788.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  12789.     }
  12790.     /**
  12791.      * Gets the private 'twig.form.renderer' shared service.
  12792.      *
  12793.      * @return \Symfony\Component\Form\FormRenderer
  12794.      */
  12795.     protected function getTwig_Form_RendererService()
  12796.     {
  12797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  12798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  12799.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  12800.     }
  12801.     /**
  12802.      * Gets the private 'twig.mailer.message_listener' shared service.
  12803.      *
  12804.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  12805.      */
  12806.     protected function getTwig_Mailer_MessageListenerService()
  12807.     {
  12808.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  12809.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  12810.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  12811.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  12812.     }
  12813.     /**
  12814.      * Gets the private 'twig.runtime.httpkernel' shared service.
  12815.      *
  12816.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  12817.      */
  12818.     protected function getTwig_Runtime_HttpkernelService()
  12819.     {
  12820.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  12821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  12822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  12823.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12824.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  12825.         ], [
  12826.             'inline' => '?',
  12827.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  12828.     }
  12829.     /**
  12830.      * Gets the private 'twig.runtime.security_csrf' shared service.
  12831.      *
  12832.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  12833.      */
  12834.     protected function getTwig_Runtime_SecurityCsrfService()
  12835.     {
  12836.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  12837.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  12838.     }
  12839.     /**
  12840.      * Gets the private 'twig.template_cache_warmer' shared service.
  12841.      *
  12842.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  12843.      */
  12844.     protected function getTwig_TemplateCacheWarmerService()
  12845.     {
  12846.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  12847.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  12848.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  12849.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  12850.     }
  12851.     /**
  12852.      * Gets the private 'validator.builder' shared service.
  12853.      *
  12854.      * @return \Symfony\Component\Validator\ValidatorBuilder
  12855.      */
  12856.     protected function getValidator_BuilderService()
  12857.     {
  12858.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  12859.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  12860.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12861.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  12862.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  12863.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  12864.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  12865.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  12866.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  12867.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  12868.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  12869.         ], [
  12870.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  12871.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  12872.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  12873.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  12874.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  12875.             'doctrine.orm.validator.unique' => '?',
  12876.             'security.validator.user_password' => '?',
  12877.             'validator.expression' => '?',
  12878.         ])));
  12879.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  12880.         $instance->setTranslationDomain('validators');
  12881.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  12882.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/globunet/user-bundle/Resources/config/validation/Entity.BaseGroup.yml'), => (\dirname(__DIR__4).'/vendor/globunet/user-bundle/Resources/config/validation/Entity.BaseUser.yml'), => (\dirname(__DIR__4).'/vendor/globunet/notification-bundle/Resources/config/validation/mobile.yml'), => (\dirname(__DIR__4).'/vendor/globunet/notification-bundle/Resources/config/validation/notification.yml'), => (\dirname(__DIR__4).'/config/validator/knitink/core_bundle/Entity.User.yml'), => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Client.yml'), => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Component.yml'), => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Dealer.yml'), => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Gateway.yml'), => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Manufacturer.yml'), 10 => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Module.yml'), 11 => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Password.yml'), 12 => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Team.yml'), 13 => (\dirname(__DIR__4).'/config/validator/knitink/management_bundle/Entity.Unit.yml'), 14 => (\dirname(__DIR__4).'/config/validator/knitink/universe_bundle/Entity.IrrigationUnit.yml'), 15 => (\dirname(__DIR__4).'/config/validator/knitink/universe_bundle/Entity.Plot.yml'), 16 => (\dirname(__DIR__4).'/config/validator/knitink/universe_bundle/Entity.Team.yml')]);
  12883.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12884.         $instance->addMethodMapping('loadValidatorMetadata');
  12885.         $instance->addObjectInitializers([=> new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())), => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  12886.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  12887.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  12888.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.slave_entity_manager'] ?? $this->getDoctrine_Orm_SlaveEntityManagerService()), NULL));
  12889.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  12890.         return $instance;
  12891.     }
  12892.     /**
  12893.      * Gets the private 'validator.email' shared service.
  12894.      *
  12895.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  12896.      */
  12897.     protected function getValidator_EmailService()
  12898.     {
  12899.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12900.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12901.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  12902.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  12903.     }
  12904.     /**
  12905.      * Gets the private 'validator.expression' shared service.
  12906.      *
  12907.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  12908.      */
  12909.     protected function getValidator_ExpressionService()
  12910.     {
  12911.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12912.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12913.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  12914.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  12915.     }
  12916.     /**
  12917.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  12918.      *
  12919.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  12920.      */
  12921.     protected function getValidator_Mapping_CacheWarmerService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  12925.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  12926.     }
  12927.     /**
  12928.      * Gets the private 'validator.not_compromised_password' shared service.
  12929.      *
  12930.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  12931.      */
  12932.     protected function getValidator_NotCompromisedPasswordService()
  12933.     {
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  12937.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  12938.     }
  12939.     /**
  12940.      * Gets the private 'web_profiler.csp.handler' shared service.
  12941.      *
  12942.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  12943.      */
  12944.     protected function getWebProfiler_Csp_HandlerService()
  12945.     {
  12946.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  12947.     }
  12948.     /**
  12949.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  12950.      *
  12951.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  12952.      */
  12953.     protected function getWebProfiler_DebugToolbarService()
  12954.     {
  12955.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  12956.     }
  12957.     /**
  12958.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  12959.      *
  12960.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  12961.      */
  12962.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  12963.     {
  12964.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  12965.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  12966.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  12967.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  12968.     }
  12969.     /**
  12970.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  12971.      *
  12972.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  12973.      */
  12974.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  12975.     {
  12976.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12977.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  12978.         ], [
  12979.             '_default' => '?',
  12980.         ]), '_default');
  12981.     }
  12982.     /**
  12983.      * Gets the private 'webpack_encore.exception_listener' shared service.
  12984.      *
  12985.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  12986.      */
  12987.     protected function getWebpackEncore_ExceptionListenerService()
  12988.     {
  12989.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  12990.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  12991.     }
  12992.     /**
  12993.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  12994.      *
  12995.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  12996.      */
  12997.     protected function getWebpackEncore_TagRendererService()
  12998.     {
  12999.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  13000.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13001.     }
  13002.     /**
  13003.      * @return array|bool|float|int|string|\UnitEnum|null
  13004.      */
  13005.     public function getParameter($name)
  13006.     {
  13007.         $name = (string) $name;
  13008.         if (isset($this->buildParameters[$name])) {
  13009.             return $this->buildParameters[$name];
  13010.         }
  13011.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  13012.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  13013.         }
  13014.         if (isset($this->loadedDynamicParameters[$name])) {
  13015.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  13016.         }
  13017.         return $this->parameters[$name];
  13018.     }
  13019.     public function hasParameter($name): bool
  13020.     {
  13021.         $name = (string) $name;
  13022.         if (isset($this->buildParameters[$name])) {
  13023.             return true;
  13024.         }
  13025.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  13026.     }
  13027.     public function setParameter($name$value): void
  13028.     {
  13029.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  13030.     }
  13031.     public function getParameterBag(): ParameterBagInterface
  13032.     {
  13033.         if (null === $this->parameterBag) {
  13034.             $parameters $this->parameters;
  13035.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  13036.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  13037.             }
  13038.             foreach ($this->buildParameters as $name => $value) {
  13039.                 $parameters[$name] = $value;
  13040.             }
  13041.             $this->parameterBag = new FrozenParameterBag($parameters);
  13042.         }
  13043.         return $this->parameterBag;
  13044.     }
  13045.     private $loadedDynamicParameters = [
  13046.         'kernel.cache_dir' => false,
  13047.         'kernel.secret' => false,
  13048.         'kernel.default_locale' => false,
  13049.         'session.save_path' => false,
  13050.         'validator.mapping.cache.file' => false,
  13051.         'profiler.storage.dsn' => false,
  13052.         'debug.container.dump' => false,
  13053.         'serializer.mapping.cache.file' => false,
  13054.         'fos_user.registration.confirmation.from_email' => false,
  13055.         'fos_user.resetting.email.from_email' => false,
  13056.         'nelmio_cors.defaults' => false,
  13057.         'swiftmailer.spool.instant_mailer.memory.path' => false,
  13058.         'swiftmailer.spool.default.memory.path' => false,
  13059.         'doctrine.orm.proxy_dir' => false,
  13060.     ];
  13061.     private $dynamicParameters = [];
  13062.     private function getDynamicParameter(string $name)
  13063.     {
  13064.         switch ($name) {
  13065.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  13066.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  13067.             case 'kernel.default_locale'$value $this->getEnv('LOCALE'); break;
  13068.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  13069.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  13070.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  13071.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  13072.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  13073.             case 'fos_user.registration.confirmation.from_email'$value = [
  13074.                 $this->getEnv('MAILER_USERNAME') => $this->getEnv('MAILER_SENDER_NAME'),
  13075.             ]; break;
  13076.             case 'fos_user.resetting.email.from_email'$value = [
  13077.                 $this->getEnv('MAILER_USERNAME') => $this->getEnv('MAILER_SENDER_NAME'),
  13078.             ]; break;
  13079.             case 'nelmio_cors.defaults'$value = [
  13080.                 'allow_origin' => [
  13081.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  13082.                 ],
  13083.                 'allow_credentials' => false,
  13084.                 'allow_headers' => [
  13085.                     => 'content-type',
  13086.                     => 'authorization',
  13087.                 ],
  13088.                 'expose_headers' => [
  13089.                     => 'Link',
  13090.                 ],
  13091.                 'allow_methods' => [
  13092.                     => 'GET',
  13093.                     => 'OPTIONS',
  13094.                     => 'POST',
  13095.                     => 'PUT',
  13096.                     => 'PATCH',
  13097.                     => 'DELETE',
  13098.                 ],
  13099.                 'max_age' => 3600,
  13100.                 'hosts' => [
  13101.                 ],
  13102.                 'origin_regex' => true,
  13103.                 'forced_allow_origin_value' => NULL,
  13104.             ]; break;
  13105.             case 'swiftmailer.spool.instant_mailer.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/instant_mailer'); break;
  13106.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  13107.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  13108.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  13109.         }
  13110.         $this->loadedDynamicParameters[$name] = true;
  13111.         return $this->dynamicParameters[$name] = $value;
  13112.     }
  13113.     protected function getDefaultParameters(): array
  13114.     {
  13115.         return [
  13116.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  13117.             'kernel.project_dir' => \dirname(__DIR__4),
  13118.             'kernel.environment' => 'dev',
  13119.             'kernel.debug' => true,
  13120.             'kernel.name' => 'src',
  13121.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  13122.             'kernel.bundles' => [
  13123.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  13124.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  13125.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  13126.                 'KnitinkControlBundle' => 'Knitink\\ControlBundle\\KnitinkControlBundle',
  13127.                 'KnitinkCoreBundle' => 'Knitink\\CoreBundle\\KnitinkCoreBundle',
  13128.                 'KnitinkManagementBundle' => 'Knitink\\ManagementBundle\\KnitinkManagementBundle',
  13129.                 'KnitinkUniverseBundle' => 'Knitink\\UniverseBundle\\KnitinkUniverseBundle',
  13130.                 'GlobunetCoreBundle' => 'Globunet\\CoreBundle\\GlobunetCoreBundle',
  13131.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  13132.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  13133.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  13134.                 'GlobunetUserBundle' => 'Globunet\\UserBundle\\GlobunetUserBundle',
  13135.                 'GlobunetDinamicDatabaseBundle' => 'Globunet\\DinamicDatabaseBundle\\GlobunetDinamicDatabaseBundle',
  13136.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  13137.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  13138.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  13139.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  13140.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  13141.                 'GlobunetApiBundle' => 'Globunet\\ApiBundle\\GlobunetApiBundle',
  13142.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  13143.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  13144.                 'GlobunetAdminBundle' => 'Globunet\\AdminBundle\\GlobunetAdminBundle',
  13145.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  13146.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  13147.                 'GlobunetNotificationBundle' => 'Globunet\\NotificationBundle\\GlobunetNotificationBundle',
  13148.                 'MewesKTwigSpreadsheetBundle' => 'MewesK\\TwigSpreadsheetBundle\\MewesKTwigSpreadsheetBundle',
  13149.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  13150.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  13151.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  13152.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  13153.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  13154.                 'GlobunetGeolocationBundle' => 'Globunet\\GeolocationBundle\\GlobunetGeolocationBundle',
  13155.                 'GlobunetTemplate1Bundle' => 'Globunet\\Template1Bundle\\GlobunetTemplate1Bundle',
  13156.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  13157.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  13158.             ],
  13159.             'kernel.bundles_metadata' => [
  13160.                 'FrameworkBundle' => [
  13161.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  13162.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  13163.                 ],
  13164.                 'MakerBundle' => [
  13165.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  13166.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  13167.                 ],
  13168.                 'TwigBundle' => [
  13169.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  13170.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  13171.                 ],
  13172.                 'KnitinkControlBundle' => [
  13173.                     'path' => (\dirname(__DIR__4).'/src/Knitink/ControlBundle'),
  13174.                     'namespace' => 'Knitink\\ControlBundle',
  13175.                 ],
  13176.                 'KnitinkCoreBundle' => [
  13177.                     'path' => (\dirname(__DIR__4).'/src/Knitink/CoreBundle'),
  13178.                     'namespace' => 'Knitink\\CoreBundle',
  13179.                 ],
  13180.                 'KnitinkManagementBundle' => [
  13181.                     'path' => (\dirname(__DIR__4).'/src/Knitink/ManagementBundle'),
  13182.                     'namespace' => 'Knitink\\ManagementBundle',
  13183.                 ],
  13184.                 'KnitinkUniverseBundle' => [
  13185.                     'path' => (\dirname(__DIR__4).'/src/Knitink/UniverseBundle'),
  13186.                     'namespace' => 'Knitink\\UniverseBundle',
  13187.                 ],
  13188.                 'GlobunetCoreBundle' => [
  13189.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/core-bundle'),
  13190.                     'namespace' => 'Globunet\\CoreBundle',
  13191.                 ],
  13192.                 'SecurityBundle' => [
  13193.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  13194.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  13195.                 ],
  13196.                 'FOSUserBundle' => [
  13197.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  13198.                     'namespace' => 'FOS\\UserBundle',
  13199.                 ],
  13200.                 'FOSOAuthServerBundle' => [
  13201.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  13202.                     'namespace' => 'FOS\\OAuthServerBundle',
  13203.                 ],
  13204.                 'GlobunetUserBundle' => [
  13205.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/user-bundle'),
  13206.                     'namespace' => 'Globunet\\UserBundle',
  13207.                 ],
  13208.                 'GlobunetDinamicDatabaseBundle' => [
  13209.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/dinamic-database-bundle'),
  13210.                     'namespace' => 'Globunet\\DinamicDatabaseBundle',
  13211.                 ],
  13212.                 'SensioFrameworkExtraBundle' => [
  13213.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  13214.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  13215.                 ],
  13216.                 'NelmioCorsBundle' => [
  13217.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  13218.                     'namespace' => 'Nelmio\\CorsBundle',
  13219.                 ],
  13220.                 'NelmioApiDocBundle' => [
  13221.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  13222.                     'namespace' => 'Nelmio\\ApiDocBundle',
  13223.                 ],
  13224.                 'JMSSerializerBundle' => [
  13225.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  13226.                     'namespace' => 'JMS\\SerializerBundle',
  13227.                 ],
  13228.                 'FOSRestBundle' => [
  13229.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  13230.                     'namespace' => 'FOS\\RestBundle',
  13231.                 ],
  13232.                 'GlobunetApiBundle' => [
  13233.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/api-bundle'),
  13234.                     'namespace' => 'Globunet\\ApiBundle',
  13235.                 ],
  13236.                 'BazingaJsTranslationBundle' => [
  13237.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  13238.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  13239.                 ],
  13240.                 'FOSJsRoutingBundle' => [
  13241.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  13242.                     'namespace' => 'FOS\\JsRoutingBundle',
  13243.                 ],
  13244.                 'GlobunetAdminBundle' => [
  13245.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/admin-bundle'),
  13246.                     'namespace' => 'Globunet\\AdminBundle',
  13247.                 ],
  13248.                 'SwiftmailerBundle' => [
  13249.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  13250.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  13251.                 ],
  13252.                 'OldSoundRabbitMqBundle' => [
  13253.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  13254.                     'namespace' => 'OldSound\\RabbitMqBundle',
  13255.                 ],
  13256.                 'GlobunetNotificationBundle' => [
  13257.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/notification-bundle'),
  13258.                     'namespace' => 'Globunet\\NotificationBundle',
  13259.                 ],
  13260.                 'MewesKTwigSpreadsheetBundle' => [
  13261.                     'path' => (\dirname(__DIR__4).'/vendor/mewesk/twig-spreadsheet-bundle/src'),
  13262.                     'namespace' => 'MewesK\\TwigSpreadsheetBundle',
  13263.                 ],
  13264.                 'TwigExtraBundle' => [
  13265.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  13266.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  13267.                 ],
  13268.                 'KnpSnappyBundle' => [
  13269.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  13270.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  13271.                 ],
  13272.                 'WebpackEncoreBundle' => [
  13273.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  13274.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  13275.                 ],
  13276.                 'WebProfilerBundle' => [
  13277.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  13278.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  13279.                 ],
  13280.                 'MonologBundle' => [
  13281.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  13282.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  13283.                 ],
  13284.                 'GlobunetGeolocationBundle' => [
  13285.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/geolocation-bundle'),
  13286.                     'namespace' => 'Globunet\\GeolocationBundle',
  13287.                 ],
  13288.                 'GlobunetTemplate1Bundle' => [
  13289.                     'path' => (\dirname(__DIR__4).'/vendor/globunet/template1-bundle/src'),
  13290.                     'namespace' => 'Globunet\\Template1Bundle',
  13291.                 ],
  13292.                 'DoctrineCacheBundle' => [
  13293.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  13294.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  13295.                 ],
  13296.                 'DoctrineBundle' => [
  13297.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  13298.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  13299.                 ],
  13300.             ],
  13301.             'kernel.charset' => 'UTF-8',
  13302.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  13303.             'container.dumper.inline_class_loader' => true,
  13304.             'container.dumper.inline_factories' => true,
  13305.             'globunet_user__user.entity_manager' => 'default',
  13306.             'globunet_user__user.enable' => true,
  13307.             'globunet_user__group.entity_manager' => 'default',
  13308.             'globunet_user__group.enable' => true,
  13309.             'globunet_user__access_token.class' => 'Globunet\\UserBundle\\Entity\\AccessToken',
  13310.             'globunet_user__access_token.entity_manager' => 'default',
  13311.             'globunet_user__access_token.enable' => true,
  13312.             'globunet_user__auth_code.class' => 'Globunet\\UserBundle\\Entity\\AuthCode',
  13313.             'globunet_user__auth_code.entity_manager' => 'default',
  13314.             'globunet_user__auth_code.enable' => true,
  13315.             'globunet_user__client.class' => 'Globunet\\UserBundle\\Entity\\Client',
  13316.             'globunet_user__client.entity_manager' => 'default',
  13317.             'globunet_user__client.enable' => true,
  13318.             'globunet_user__refresh_token.class' => 'Globunet\\UserBundle\\Entity\\RefreshToken',
  13319.             'globunet_user__refresh_token.entity_manager' => 'default',
  13320.             'globunet_user__refresh_token.enable' => true,
  13321.             'globunet_user__user_form_type' => 'Knitink\\CoreBundle\\Form\\Type\\Api\\UserType',
  13322.             'globunet_user__group_form_type' => 'Globunet\\UserBundle\\Form\\Type\\Api\\GroupType',
  13323.             'globunet_user__registration_form_class' => 'Globunet\\UserBundle\\Form\\Type\\RegistrationType',
  13324.             'globunet_user__provider_default' => 'fos_user.user_provider.username',
  13325.             'globunet_user__provider' => 'fos_user.user_provider.username',
  13326.             'globunet_user__created_email_template' => 'GlobunetUserBundle:Creation:email.txt.twig',
  13327.             'globunet_geolocation__google_api_key' => 'AIzaSyAKxBERvrja4yuXViwS5OXU301uhiVcoXg',
  13328.             'globunet_notification__attach_directory_private' => (\dirname(__DIR__4).'/src/../var/attach'),
  13329.             'admin_bundle' => 'KnitinkCoreBundle',
  13330.             'admin_bundle_trans' => 'KnitinkCoreBundle',
  13331.             'admin_bundle_template' => 'GlobunetTemplate1Bundle',
  13332.             'admin_name' => 'KNITINK TECHNOLOGIES, SL',
  13333.             'admin_year' => 2018,
  13334.             'admin_version' => '1.0.0',
  13335.             'admin_theme' => 'build/knitink.css?v2',
  13336.             'admin_theme_extended' => 'build/knitink_extended.css?v4',
  13337.             'admin_logo_login' => 'images/logo.png',
  13338.             'admin_logo_admin' => 'images/logo.png',
  13339.             'admin_business_name' => 'KNITINK TECHNOLOGIES, SL',
  13340.             'admin_business_nif' => 'B21583307',
  13341.             'admin_business_email' => 'info@knitink.com',
  13342.             'admin_business_address' => 'PARQUE HUELVA EMPRESARIAL NAVE Nº42 21007 HUELVA',
  13343.             'admin_business_domain' => 'knitink.com',
  13344.             'admin_business_subdomain' => 'universe.knitink.com',
  13345.             'globunet_user__user_class' => 'Knitink\\CoreBundle\\Entity\\User',
  13346.             'globunet_user__group_class' => 'Knitink\\CoreBundle\\Entity\\Group',
  13347.             'UPDATED_DIR' => (\dirname(__DIR__3).'/updates/'),
  13348.             'DATA_ERRORS_DIR' => (\dirname(__DIR__3).'/data_errors/'),
  13349.             'KNITINK_TCP_SSL_PEM' => (\dirname(__DIR__3).'/ssl/Lets_Encrypt_universe.knitink.com.pem'),
  13350.             'EXE_ENCODE_DATAGRAM' => (\dirname(__DIR__3).'/executable/getDatagram.sh'),
  13351.             'event_dispatcher.event_aliases' => [
  13352.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  13353.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  13354.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  13355.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  13356.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  13357.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  13358.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  13359.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  13360.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  13361.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  13362.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  13363.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  13364.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  13365.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  13366.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  13367.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  13368.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  13369.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  13370.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  13371.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  13372.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  13373.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  13374.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  13375.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  13376.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  13377.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  13378.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  13379.             ],
  13380.             'fragment.renderer.hinclude.global_template' => ':_partials:hinclude.html.twig',
  13381.             'fragment.path' => '/_fragment',
  13382.             'kernel.http_method_override' => true,
  13383.             'kernel.trusted_hosts' => [
  13384.             ],
  13385.             'kernel.error_controller' => 'error_controller',
  13386.             'templating.helper.code.file_link_format' => NULL,
  13387.             'debug.file_link_format' => NULL,
  13388.             'session.metadata.storage_key' => '_sf2_meta',
  13389.             'session.storage.options' => [
  13390.                 'cache_limiter' => '0',
  13391.                 'name' => 'KNITINKSID',
  13392.                 'cookie_secure' => 'auto',
  13393.                 'cookie_httponly' => true,
  13394.                 'cookie_samesite' => 'lax',
  13395.                 'gc_probability' => 1,
  13396.             ],
  13397.             'session.metadata.update_threshold' => 0,
  13398.             'form.type_extension.csrf.enabled' => true,
  13399.             'form.type_extension.csrf.field_name' => '_token',
  13400.             'asset.request_context.base_path' => '',
  13401.             'asset.request_context.secure' => false,
  13402.             'templating.loader.cache.path' => NULL,
  13403.             'templating.engines' => [
  13404.                 => 'twig',
  13405.             ],
  13406.             'validator.translation_domain' => 'validators',
  13407.             'translator.logging' => false,
  13408.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  13409.             'profiler_listener.only_exceptions' => false,
  13410.             'profiler_listener.only_master_requests' => false,
  13411.             'debug.error_handler.throw_at' => -1,
  13412.             'router.request_context.host' => 'localhost',
  13413.             'router.request_context.scheme' => 'http',
  13414.             'router.request_context.base_url' => '',
  13415.             'router.resource' => 'kernel::loadRoutes',
  13416.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  13417.             'request_listener.http_port' => 80,
  13418.             'request_listener.https_port' => 443,
  13419.             'twig.exception_listener.controller' => NULL,
  13420.             'twig.form.resources' => [
  13421.                 => 'form_div_layout.html.twig',
  13422.                 => 'form/knitink_layout.html.twig',
  13423.             ],
  13424.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  13425.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  13426.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  13427.             'security.role_hierarchy.roles' => [
  13428.                 'ROLE_DEVELOPMENT' => [
  13429.                     => 'ROLE_SUPER_ADMIN',
  13430.                     => 'ROLE_KNK_UNIV_TANK_PREPARATION_ALL',
  13431.                     => 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_ALL',
  13432.                     => 'ROLE_KNK_UNIV_DAILY_LOGGING_ALL',
  13433.                 ],
  13434.                 'ROLE_SUPER_ADMIN' => [
  13435.                     => 'ROLE_ADMIN',
  13436.                     => 'ROLE_ALLOWED_TO_SWITCH',
  13437.                     => 'ROLE_KNITINK_CORE_GROUP_ALL',
  13438.                     => 'ROLE_KNK_UNIV_CONTROL_ALL',
  13439.                     => 'ROLE_KNK_UNIV_DRAIN_CHECK_ALL',
  13440.                     => 'ROLE_KNK_CNTRL_SUPER_ADMIN',
  13441.                 ],
  13442.                 'ROLE_ADMIN' => [
  13443.                     => 'ROLE_USER',
  13444.                     => 'ROLE_KNK_UNIV_SUPER_ADMIN',
  13445.                     => 'ROLE_KNK_MNGT_SUPER_ADMIN',
  13446.                 ],
  13447.                 'ROLE_KNK_UNIV_SUPER_ADMIN' => [
  13448.                     => 'ROLE_KNK_UNIV_ADMIN',
  13449.                     => 'ROLE_KNK_UNIV_REMOTE_CONTROL',
  13450.                     => 'ROLE_KNK_UNIV_CONTROL_ALL',
  13451.                     => 'ROLE_KNK_UNIV_TABLE',
  13452.                     => 'ROLE_KNK_UNIV_CHART_STATUS',
  13453.                     => 'ROLE_KNK_UNIV_ADMINLOG',
  13454.                     => 'ROLE_KNK_UNIV_AGRO_ADMIN',
  13455.                     => 'ROLE_KNK_UNIV_DOSING_HELPER',
  13456.                     => 'ROLE_KNK_UNIV_IRRIGATION_HELPER',
  13457.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_ALL',
  13458.                     10 => 'ROLE_KNK_UNIV_CHART_PREDEFINED',
  13459.                     11 => 'ROLE_KNK_UNIV_DAILY_LOGGING_ALL',
  13460.                     12 => 'ROLE_KNK_UNIV_AGRO_REPORT_EXTRA',
  13461.                 ],
  13462.                 'ROLE_KNK_UNIV_ADMIN' => [
  13463.                     => 'ROLE_KNK_UNIV_CHART',
  13464.                     => 'ROLE_KNK_UNIV_MAP_INTERACTIVE',
  13465.                     => 'ROLE_KNK_UNIV_MAP_EDIT',
  13466.                     => 'ROLE_KNK_UNIV_GROUP',
  13467.                     => 'ROLE_KNK_UNIV_ALERT',
  13468.                     => 'ROLE_KNK_UNIV_USER',
  13469.                     => 'ROLE_KNK_UNIV_WIDGET',
  13470.                     => 'ROLE_KNK_UNIV_AGRO_REPORT',
  13471.                     => 'ROLE_KNK_UNIV_CHART_BATTERY',
  13472.                     => 'ROLE_KNK_UNIV_CHART_VALVE',
  13473.                     10 => 'ROLE_KNK_UNIV_CONFIG',
  13474.                     11 => 'ROLE_KNK_UNIV_TOKEN',
  13475.                     12 => 'VOTER_KNITINK_UNIVERSE',
  13476.                     13 => 'ROLE_KNK_UNIV_BACKUP_ALL',
  13477.                 ],
  13478.                 'ROLE_KNK_UNIV_TOKEN' => [
  13479.                     => 'ROLE_KNK_UNIV',
  13480.                 ],
  13481.                 'ROLE_KNK_UNIV_GROUP' => [
  13482.                     => 'ROLE_KNK_UNIV',
  13483.                 ],
  13484.                 'ROLE_KNK_UNIV_USER' => [
  13485.                     => 'ROLE_KNK_UNIV',
  13486.                 ],
  13487.                 'ROLE_KNK_UNIV_CHART' => [
  13488.                     => 'ROLE_KNK_UNIV',
  13489.                 ],
  13490.                 'ROLE_KNK_UNIV_CHART_BATTERY' => [
  13491.                     => 'ROLE_KNK_UNIV',
  13492.                     => 'ROLE_KNK_UNIV_CHART',
  13493.                 ],
  13494.                 'ROLE_KNK_UNIV_CHART_STATUS' => [
  13495.                     => 'ROLE_KNK_UNIV',
  13496.                     => 'ROLE_KNK_UNIV_CHART',
  13497.                 ],
  13498.                 'ROLE_KNK_UNIV_CHART_VALVE' => [
  13499.                     => 'ROLE_KNK_UNIV',
  13500.                     => 'ROLE_KNK_UNIV_CHART',
  13501.                 ],
  13502.                 'ROLE_KNK_UNIV_TABLE' => [
  13503.                     => 'ROLE_KNK_UNIV',
  13504.                 ],
  13505.                 'ROLE_KNK_UNIV_MAP_EDIT' => [
  13506.                     => 'ROLE_KNK_UNIV_MAP',
  13507.                 ],
  13508.                 'ROLE_KNK_UNIV_MAP_INTERACTIVE' => [
  13509.                     => 'ROLE_KNK_UNIV_MAP',
  13510.                 ],
  13511.                 'ROLE_KNK_UNIV_MAP' => [
  13512.                     => 'ROLE_KNK_UNIV',
  13513.                 ],
  13514.                 'ROLE_KNK_UNIV_ALERT' => [
  13515.                     => 'ROLE_KNK_UNIV',
  13516.                 ],
  13517.                 'ROLE_KNK_UNIV_WIDGET' => [
  13518.                     => 'ROLE_KNK_UNIV',
  13519.                 ],
  13520.                 'ROLE_KNK_UNIV_REMOTE_CONTROL' => [
  13521.                     => 'ROLE_KNK_UNIV',
  13522.                 ],
  13523.                 'ROLE_KNK_UNIV_ADMINLOG' => [
  13524.                     => 'ROLE_KNK_UNIV',
  13525.                 ],
  13526.                 'ROLE_KNK_UNIV_CONTROL_ALL' => [
  13527.                     => 'ROLE_KNK_UNIV',
  13528.                     => 'ROLE_KNK_UNIV_CONTROL_LIST',
  13529.                     => 'ROLE_KNK_UNIV_CONTROL_SHOW',
  13530.                     => 'ROLE_KNK_UNIV_CONTROL_DELETE',
  13531.                 ],
  13532.                 'ROLE_KNK_UNIV_DRAIN_CHECK_ALL' => [
  13533.                     => 'ROLE_KNK_UNIV_DRAIN_CHECK_LIST',
  13534.                     => 'ROLE_KNK_UNIV_DRAIN_CHECK_CREATE',
  13535.                     => 'ROLE_KNK_UNIV_DRAIN_CHECK_EDIT',
  13536.                     => 'ROLE_KNK_UNIV_DRAIN_CHECK_SHOW',
  13537.                     => 'ROLE_KNK_UNIV_DRAIN_CHECK_DELETE',
  13538.                 ],
  13539.                 'ROLE_KNK_UNIV_DAILY_LOGGING_ALL' => [
  13540.                     => 'ROLE_KNK_UNIV_DAILY_LOGGING_LIST',
  13541.                     => 'ROLE_KNK_UNIV_DAILY_LOGGING_SHOW',
  13542.                     => 'ROLE_KNK_UNIV_DAILY_LOGGING_DELETE',
  13543.                     => 'ROLE_KNK_UNIV_DAILY_LOGGING_CALCULATE',
  13544.                 ],
  13545.                 'ROLE_KNK_UNIV_CONFIG' => [
  13546.                     => 'ROLE_KNK_UNIV_CONFIG',
  13547.                 ],
  13548.                 'ROLE_KNK_UNIV_BACKUP_ALL' => [
  13549.                     => 'ROLE_KNK_UNIV_BACKUP_LIST',
  13550.                     => 'ROLE_KNK_UNIV_BACKUP_CREATE',
  13551.                     => 'ROLE_KNK_UNIV_BACKUP_RESTORE',
  13552.                     => 'ROLE_KNK_UNIV_BACKUP_SHOW',
  13553.                     => 'ROLE_KNK_UNIV_BACKUP_DELETE',
  13554.                 ],
  13555.                 'ROLE_KNK_UNIV_BACKUP_LIST' => [
  13556.                     => 'ROLE_KNK_UNIV_CONFIG',
  13557.                 ],
  13558.                 'ROLE_KNK_UNIV_BACKUP_CREATE' => [
  13559.                     => 'ROLE_KNK_UNIV_CONFIG',
  13560.                 ],
  13561.                 'ROLE_KNK_UNIV_BACKUP_RESTORE' => [
  13562.                     => 'ROLE_KNK_UNIV_CONFIG',
  13563.                 ],
  13564.                 'ROLE_KNK_UNIV_BACKUP_SHOW' => [
  13565.                     => 'ROLE_KNK_UNIV_CONFIG',
  13566.                 ],
  13567.                 'ROLE_KNK_UNIV_BACKUP_DELETE' => [
  13568.                     => 'ROLE_KNK_UNIV_CONFIG',
  13569.                 ],
  13570.                 'ROLE_KNK_UNIV_AGRO_ADMIN' => [
  13571.                     => 'ROLE_KNK_UNIV_AGRO_REPORT',
  13572.                     => 'ROLE_KNK_UNIV_AGRO_PROGRAM',
  13573.                     => 'ROLE_KNK_UNIV_AGRO_SEASON',
  13574.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_ALL',
  13575.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_DASHBOARD',
  13576.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_REPORT',
  13577.                 ],
  13578.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION' => [
  13579.                     => 'ROLE_KNK_UNIV_AGRO',
  13580.                 ],
  13581.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_ALL' => [
  13582.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_LIST',
  13583.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_CREATE',
  13584.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_EDIT',
  13585.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_SHOW',
  13586.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_DELETE',
  13587.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_CALCULATE',
  13588.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_REQUEST_IRRISTRAT',
  13589.                 ],
  13590.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_LIST' => [
  13591.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13592.                 ],
  13593.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_CREATE' => [
  13594.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13595.                 ],
  13596.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_EDIT' => [
  13597.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13598.                 ],
  13599.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_SHOW' => [
  13600.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13601.                 ],
  13602.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_DELETE' => [
  13603.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13604.                 ],
  13605.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_CALCULATE' => [
  13606.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13607.                 ],
  13608.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN_REQUEST_IRRISTRAT' => [
  13609.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN',
  13610.                 ],
  13611.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_PLAN' => [
  13612.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION',
  13613.                 ],
  13614.                 'ROLE_KNK_UNIV_TANK_PREPARATION_ALL' => [
  13615.                     => 'ROLE_KNK_UNIV_TANK_PREPARATION_LIST',
  13616.                     => 'ROLE_KNK_UNIV_TANK_PREPARATION_CREATE',
  13617.                     => 'ROLE_KNK_UNIV_TANK_PREPARATION_EDIT',
  13618.                     => 'ROLE_KNK_UNIV_TANK_PREPARATION_SHOW',
  13619.                     => 'ROLE_KNK_UNIV_TANK_PREPARATION_DELETE',
  13620.                 ],
  13621.                 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_ALL' => [
  13622.                     => 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_LIST',
  13623.                     => 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_CREATE',
  13624.                     => 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_EDIT',
  13625.                     => 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_SHOW',
  13626.                     => 'ROLE_KNK_UNIV_OTHER_CONTRIBUTION_DELETE',
  13627.                 ],
  13628.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_DASHBOARD' => [
  13629.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION',
  13630.                 ],
  13631.                 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION_REPORT' => [
  13632.                     => 'ROLE_KNK_UNIV_AGRO_AUTONOMOUS_IRRIGATION',
  13633.                 ],
  13634.                 'ROLE_KNK_UNIV_AGRO_SEASON' => [
  13635.                     => 'ROLE_KNK_UNIV_AGRO',
  13636.                 ],
  13637.                 'ROLE_KNK_UNIV_AGRO_PROGRAM' => [
  13638.                     => 'ROLE_KNK_UNIV_AGRO',
  13639.                 ],
  13640.                 'ROLE_KNK_UNIV_AGRO_REPORT' => [
  13641.                     => 'ROLE_KNK_UNIV_AGRO',
  13642.                 ],
  13643.                 'ROLE_KNK_UNIV_AGRO' => [
  13644.                     => 'ROLE_KNK_UNIV',
  13645.                 ],
  13646.                 'ROLE_KNK_UNIV_IRRIGATION_HELPER' => [
  13647.                     => 'ROLE_KNK_UNIV',
  13648.                 ],
  13649.                 'ROLE_KNK_UNIV_DOSING_HELPER' => [
  13650.                     => 'ROLE_KNK_UNIV',
  13651.                 ],
  13652.                 'VOTER_KNITINK_UNIVERSE' => [
  13653.                     => 'VOTER_KNITINK_UNIVERSE_TEAM',
  13654.                     => 'VOTER_KNITINK_UNIVERSE_SENSOR',
  13655.                 ],
  13656.                 'ROLE_KNK_MNGT_SUPER_ADMIN' => [
  13657.                     => 'ROLE_KNK_MNGT',
  13658.                     => 'ROLE_KNK_MNGT_ADMIN',
  13659.                 ],
  13660.                 'ROLE_KNK_MNGT_ADMIN' => [
  13661.                     => 'ROLE_KNK_MNGT',
  13662.                     => 'ROLE_KNK_MNGT_DEALER',
  13663.                     => 'ROLE_KNK_MNGT_INSTALLER',
  13664.                     => 'ROLE_KNK_MNGT_ITEM_EQUIPMENT_ALL',
  13665.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_MODULE_ALL',
  13666.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIT_ALL',
  13667.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIVERSE_ALL',
  13668.                     => 'ROLE_KNK_MNGT_CONFIG_ALL',
  13669.                 ],
  13670.                 'ROLE_KNK_MNGT_SUPPORT' => [
  13671.                     => 'ROLE_KNK_MNGT',
  13672.                 ],
  13673.                 'ROLE_KNK_MNGT_MANUFACTURER' => [
  13674.                     => 'ROLE_KNK_MNGT',
  13675.                 ],
  13676.                 'ROLE_KNK_MNGT_DEALER' => [
  13677.                     => 'ROLE_KNK_MNGT',
  13678.                 ],
  13679.                 'ROLE_KNK_MNGT_INSTALLER' => [
  13680.                     => 'ROLE_KNK_MNGT',
  13681.                 ],
  13682.                 'ROLE_KNK_MNGT_ITEM_EQUIPMENT_ALL' => [
  13683.                     => 'ROLE_KNK_MNGT_ITEM_EQUIPMENT_LIST',
  13684.                     => 'ROLE_KNK_MNGT_ITEM_EQUIPMENT_EDIT',
  13685.                     => 'ROLE_KNK_MNGT_ITEM_EQUIPMENT_SHOW',
  13686.                     => 'ROLE_KNK_MNGT_ITEM_EQUIPMENT_DELETE',
  13687.                 ],
  13688.                 'ROLE_KNK_MNGT_ITEM_LICENSE_MODULE_ALL' => [
  13689.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_MODULE_LIST',
  13690.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_MODULE_EDIT',
  13691.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_MODULE_SHOW',
  13692.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_MODULE_DELETE',
  13693.                 ],
  13694.                 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIT_ALL' => [
  13695.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIT_LIST',
  13696.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIT_EDIT',
  13697.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIT_SHOW',
  13698.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIT_DELETE',
  13699.                 ],
  13700.                 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIVERSE_ALL' => [
  13701.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIVERSE_LIST',
  13702.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIVERSE_EDIT',
  13703.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIVERSE_SHOW',
  13704.                     => 'ROLE_KNK_MNGT_ITEM_LICENSE_UNIVERSE_DELETE',
  13705.                 ],
  13706.                 'ROLE_KNK_MNGT_CONFIG_ALL' => [
  13707.                     => 'ROLE_KNK_MNGT_CONFIG_EDIT',
  13708.                     => 'ROLE_KNK_MNGT_CONFIG_SHOW',
  13709.                 ],
  13710.                 'ROLE_KNK_CNTRL_SUPER_ADMIN' => [
  13711.                     => 'ROLE_KNK_CNTRL_REMOTE',
  13712.                 ],
  13713.                 'ROLE_KNITINK_CORE_GROUP_ALL' => [
  13714.                     => 'ROLE_KNITINK_CORE_GROUP_LIST',
  13715.                     => 'ROLE_KNITINK_CORE_GROUP_CREATE',
  13716.                     => 'ROLE_KNITINK_CORE_GROUP_EDIT',
  13717.                     => 'ROLE_KNITINK_CORE_GROUP_SHOW',
  13718.                     => 'ROLE_KNITINK_CORE_GROUP_DELETE',
  13719.                 ],
  13720.             ],
  13721.             'security.access.denied_url' => NULL,
  13722.             'security.authentication.manager.erase_credentials' => true,
  13723.             'security.authentication.session_strategy.strategy' => 'migrate',
  13724.             'security.access.always_authenticate_before_granting' => false,
  13725.             'security.authentication.hide_user_not_found' => true,
  13726.             'fos_user.backend_type_orm' => true,
  13727.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  13728.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  13729.             'fos_user.resetting.email.template' => 'bundles/GlobunetUserBundle/Resetting/email.txt.twig',
  13730.             'fos_user.registration.confirmation.template' => 'GlobunetUserBundle:Registration:email.txt.twig',
  13731.             'fos_user.storage' => 'orm',
  13732.             'fos_user.firewall_name' => 'main',
  13733.             'fos_user.model_manager_name' => NULL,
  13734.             'fos_user.model.user.class' => 'Knitink\\CoreBundle\\Entity\\User',
  13735.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  13736.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  13737.             'fos_user.profile.form.validation_groups' => [
  13738.                 => 'Profile',
  13739.                 => 'Default',
  13740.             ],
  13741.             'fos_user.registration.confirmation.enabled' => true,
  13742.             'fos_user.registration.form.type' => 'Globunet\\UserBundle\\Form\\Type\\RegistrationType',
  13743.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  13744.             'fos_user.registration.form.validation_groups' => [
  13745.                 => 'Registration',
  13746.                 => 'Default',
  13747.             ],
  13748.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  13749.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  13750.             'fos_user.change_password.form.validation_groups' => [
  13751.                 => 'ChangePassword',
  13752.                 => 'Default',
  13753.             ],
  13754.             'fos_user.resetting.retry_ttl' => 7200,
  13755.             'fos_user.resetting.token_ttl' => 86400,
  13756.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  13757.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  13758.             'fos_user.resetting.form.validation_groups' => [
  13759.                 => 'ResetPassword',
  13760.                 => 'Default',
  13761.             ],
  13762.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  13763.             'fos_user.model.group.class' => 'Knitink\\CoreBundle\\Entity\\Group',
  13764.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  13765.             'fos_user.group.form.name' => 'fos_user_group_form',
  13766.             'fos_user.group.form.validation_groups' => [
  13767.                 => 'Registration',
  13768.                 => 'Default',
  13769.             ],
  13770.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  13771.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  13772.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  13773.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  13774.             'fos_oauth_server.server.options' => [
  13775.                 'supported_scopes' => 'user',
  13776.                 'access_token_lifetime' => 9209600,
  13777.                 'refresh_token_lifetime' => 9209600,
  13778.             ],
  13779.             'fos_oauth_server.model_manager_name' => NULL,
  13780.             'fos_oauth_server.model.client.class' => 'Globunet\\UserBundle\\Entity\\Client',
  13781.             'fos_oauth_server.model.access_token.class' => 'Globunet\\UserBundle\\Entity\\AccessToken',
  13782.             'fos_oauth_server.model.refresh_token.class' => 'Globunet\\UserBundle\\Entity\\RefreshToken',
  13783.             'fos_oauth_server.model.auth_code.class' => 'Globunet\\UserBundle\\Entity\\AuthCode',
  13784.             'fos_oauth_server.template.engine' => 'twig',
  13785.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  13786.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  13787.             'fos_oauth_server.authorize.form.validation_groups' => [
  13788.                 => 'Authorize',
  13789.                 => 'Default',
  13790.             ],
  13791.             'globunet_user__user.mapping_file_path' => '@GlobunetUserBundle/Resources/config/doctrine/User.orm.xml',
  13792.             'globunet_user__group.mapping_file_path' => '@GlobunetUserBundle/Resources/config/doctrine/Group.orm.xml',
  13793.             'globunet_user__access_token.mapping_file_path' => '@GlobunetUserBundle/Resources/config/doctrine/AccessToken.orm.xml',
  13794.             'globunet_user__auth_code.mapping_file_path' => '@GlobunetUserBundle/Resources/config/doctrine/AuthCode.orm.xml',
  13795.             'globunet_user__client.mapping_file_path' => '@GlobunetUserBundle/Resources/config/doctrine/Client.orm.xml',
  13796.             'globunet_user__refresh_token.mapping_file_path' => '@GlobunetUserBundle/Resources/config/doctrine/RefreshToken.orm.xml',
  13797.             'nelmio_cors.map' => [
  13798.                 '^/oauth/' => [
  13799.                     'allow_origin' => true,
  13800.                     'allow_headers' => true,
  13801.                     'allow_methods' => [
  13802.                         => 'POST',
  13803.                         => 'PUT',
  13804.                         => 'GET',
  13805.                         => 'DELETE',
  13806.                         => 'OPTIONS',
  13807.                     ],
  13808.                     'max_age' => 3600,
  13809.                 ],
  13810.                 '^/api/' => [
  13811.                     'allow_origin' => true,
  13812.                     'allow_headers' => true,
  13813.                     'allow_methods' => [
  13814.                         => 'POST',
  13815.                         => 'PUT',
  13816.                         => 'PATCH',
  13817.                         => 'GET',
  13818.                         => 'DELETE',
  13819.                         => 'OPTIONS',
  13820.                     ],
  13821.                     'max_age' => 3600,
  13822.                 ],
  13823.                 '^/' => [
  13824.                     'origin_regex' => true,
  13825.                     'allow_origin' => [
  13826.                         => '^http://localhost:[0-9]+',
  13827.                     ],
  13828.                     'allow_headers' => true,
  13829.                     'allow_methods' => [
  13830.                         => 'POST',
  13831.                         => 'PUT',
  13832.                         => 'PATCH',
  13833.                         => 'GET',
  13834.                         => 'DELETE',
  13835.                         => 'OPTIONS',
  13836.                     ],
  13837.                     'max_age' => 3600,
  13838.                     'hosts' => [
  13839.                         => '^api\\.',
  13840.                     ],
  13841.                 ],
  13842.             ],
  13843.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  13844.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  13845.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  13846.             'nelmio_api_doc.areas' => [
  13847.                 => 'default',
  13848.             ],
  13849.             'fos_rest.format_listener.rules' => NULL,
  13850.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  13851.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  13852.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  13853.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  13854.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  13855.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  13856.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  13857.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  13858.             'fos_js_routing.request_context_base_url' => NULL,
  13859.             'fos_js_routing.cache_control' => [
  13860.                 'enabled' => false,
  13861.             ],
  13862.             'swiftmailer.mailer.instant_mailer.transport.name' => 'dynamic',
  13863.             'swiftmailer.mailer.instant_mailer.spool.enabled' => true,
  13864.             'swiftmailer.mailer.instant_mailer.plugin.impersonate' => NULL,
  13865.             'swiftmailer.mailer.instant_mailer.single_address' => NULL,
  13866.             'swiftmailer.mailer.instant_mailer.delivery.enabled' => true,
  13867.             'swiftmailer.mailer.spool_mailer.transport.name' => 'dynamic',
  13868.             'swiftmailer.spool.spool_mailer.file.path' => (\dirname(__DIR__3).'/spool/spool_mailer'),
  13869.             'swiftmailer.mailer.spool_mailer.spool.enabled' => true,
  13870.             'swiftmailer.mailer.spool_mailer.plugin.impersonate' => NULL,
  13871.             'swiftmailer.mailer.spool_mailer.single_address' => NULL,
  13872.             'swiftmailer.mailer.spool_mailer.delivery.enabled' => true,
  13873.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  13874.             'swiftmailer.mailer.default.spool.enabled' => true,
  13875.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  13876.             'swiftmailer.mailer.default.single_address' => NULL,
  13877.             'swiftmailer.mailer.default.delivery.enabled' => true,
  13878.             'swiftmailer.spool.enabled' => true,
  13879.             'swiftmailer.delivery.enabled' => true,
  13880.             'swiftmailer.single_address' => NULL,
  13881.             'swiftmailer.mailers' => [
  13882.                 'default' => 'swiftmailer.mailer.default',
  13883.                 'instant_mailer' => 'swiftmailer.mailer.instant_mailer',
  13884.                 'spool_mailer' => 'swiftmailer.mailer.spool_mailer',
  13885.             ],
  13886.             'swiftmailer.default_mailer' => 'default',
  13887.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPConnection',
  13888.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  13889.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  13890.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  13891.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  13892.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  13893.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  13894.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  13895.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  13896.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  13897.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  13898.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  13899.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  13900.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  13901.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  13902.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  13903.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  13904.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  13905.             'knp_snappy.pdf.binary' => '/usr/bin/wkhtmltopdf',
  13906.             'knp_snappy.pdf.options' => [
  13907.             ],
  13908.             'knp_snappy.pdf.env' => [
  13909.             ],
  13910.             'knp_snappy.image.binary' => '/usr/bin/wkhtmltoimage',
  13911.             'knp_snappy.image.options' => [
  13912.             ],
  13913.             'knp_snappy.image.env' => [
  13914.             ],
  13915.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  13916.             'web_profiler.debug_toolbar.mode' => 2,
  13917.             'monolog.use_microseconds' => true,
  13918.             'monolog.swift_mailer.handlers' => [
  13919.             ],
  13920.             'monolog.handlers_to_channels' => [
  13921.                 'monolog.handler.console' => [
  13922.                     'type' => 'exclusive',
  13923.                     'elements' => [
  13924.                         => 'event',
  13925.                         => 'doctrine',
  13926.                         => 'console',
  13927.                     ],
  13928.                 ],
  13929.                 'monolog.handler.main' => [
  13930.                     'type' => 'exclusive',
  13931.                     'elements' => [
  13932.                         => 'event',
  13933.                         => 'doctrine',
  13934.                         => 'universe_api',
  13935.                         => 'universe_cron',
  13936.                         => 'universe_daily',
  13937.                         => 'universe_database',
  13938.                         => 'universe_alert',
  13939.                         => 'universe_notification',
  13940.                         => 'management',
  13941.                         => 'control',
  13942.                         10 => 'control_client',
  13943.                         11 => 'keep_alive',
  13944.                     ],
  13945.                 ],
  13946.                 'monolog.handler.keep_alive' => [
  13947.                     'type' => 'inclusive',
  13948.                     'elements' => [
  13949.                         => 'keep_alive',
  13950.                     ],
  13951.                 ],
  13952.                 'monolog.handler.control_test' => [
  13953.                     'type' => 'inclusive',
  13954.                     'elements' => [
  13955.                         => 'control_test',
  13956.                     ],
  13957.                 ],
  13958.                 'monolog.handler.control_client' => [
  13959.                     'type' => 'inclusive',
  13960.                     'elements' => [
  13961.                         => 'control_client',
  13962.                     ],
  13963.                 ],
  13964.                 'monolog.handler.control' => [
  13965.                     'type' => 'inclusive',
  13966.                     'elements' => [
  13967.                         => 'control',
  13968.                     ],
  13969.                 ],
  13970.                 'monolog.handler.management' => [
  13971.                     'type' => 'inclusive',
  13972.                     'elements' => [
  13973.                         => 'management',
  13974.                     ],
  13975.                 ],
  13976.                 'monolog.handler.universe_notification' => [
  13977.                     'type' => 'inclusive',
  13978.                     'elements' => [
  13979.                         => 'universe_notification',
  13980.                     ],
  13981.                 ],
  13982.                 'monolog.handler.universe_alert' => [
  13983.                     'type' => 'inclusive',
  13984.                     'elements' => [
  13985.                         => 'universe_alert',
  13986.                     ],
  13987.                 ],
  13988.                 'monolog.handler.universe_database' => [
  13989.                     'type' => 'inclusive',
  13990.                     'elements' => [
  13991.                         => 'universe_database',
  13992.                     ],
  13993.                 ],
  13994.                 'monolog.handler.universe_daily' => [
  13995.                     'type' => 'inclusive',
  13996.                     'elements' => [
  13997.                         => 'universe_daily',
  13998.                     ],
  13999.                 ],
  14000.                 'monolog.handler.universe_cron' => [
  14001.                     'type' => 'inclusive',
  14002.                     'elements' => [
  14003.                         => 'universe_cron',
  14004.                     ],
  14005.                 ],
  14006.                 'monolog.handler.universe_api' => [
  14007.                     'type' => 'inclusive',
  14008.                     'elements' => [
  14009.                         => 'universe_api',
  14010.                     ],
  14011.                 ],
  14012.                 'monolog.handler.universe' => [
  14013.                     'type' => 'inclusive',
  14014.                     'elements' => [
  14015.                         => 'globunet',
  14016.                     ],
  14017.                 ],
  14018.             ],
  14019.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  14020.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  14021.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  14022.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  14023.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  14024.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  14025.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  14026.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  14027.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  14028.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  14029.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  14030.             'doctrine_cache.memcache.host' => 'localhost',
  14031.             'doctrine_cache.memcache.port' => 11211,
  14032.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  14033.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  14034.             'doctrine_cache.memcached.host' => 'localhost',
  14035.             'doctrine_cache.memcached.port' => 11211,
  14036.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  14037.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  14038.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  14039.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  14040.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  14041.             'doctrine_cache.predis.scheme' => 'tcp',
  14042.             'doctrine_cache.predis.host' => 'localhost',
  14043.             'doctrine_cache.predis.port' => 6379,
  14044.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  14045.             'doctrine_cache.redis.connection.class' => 'Redis',
  14046.             'doctrine_cache.redis.host' => 'localhost',
  14047.             'doctrine_cache.redis.port' => 6379,
  14048.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  14049.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  14050.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  14051.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  14052.             'doctrine_cache.riak.host' => 'localhost',
  14053.             'doctrine_cache.riak.port' => 8087,
  14054.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  14055.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  14056.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  14057.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  14058.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  14059.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  14060.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  14061.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  14062.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  14063.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  14064.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  14065.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  14066.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  14067.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  14068.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  14069.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  14070.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  14071.             'doctrine.entity_managers' => [
  14072.                 'default' => 'doctrine.orm.default_entity_manager',
  14073.                 'slave' => 'doctrine.orm.slave_entity_manager',
  14074.             ],
  14075.             'doctrine.default_entity_manager' => 'default',
  14076.             'doctrine.dbal.connection_factory.types' => [
  14077.             ],
  14078.             'doctrine.connections' => [
  14079.                 'default' => 'doctrine.dbal.default_connection',
  14080.                 'slave' => 'doctrine.dbal.slave_connection',
  14081.             ],
  14082.             'doctrine.default_connection' => 'default',
  14083.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  14084.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  14085.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  14086.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  14087.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  14088.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  14089.             'doctrine.orm.cache.memcache_host' => 'localhost',
  14090.             'doctrine.orm.cache.memcache_port' => 11211,
  14091.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  14092.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  14093.             'doctrine.orm.cache.memcached_host' => 'localhost',
  14094.             'doctrine.orm.cache.memcached_port' => 11211,
  14095.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  14096.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  14097.             'doctrine.orm.cache.redis_host' => 'localhost',
  14098.             'doctrine.orm.cache.redis_port' => 6379,
  14099.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  14100.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  14101.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  14102.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  14103.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  14104.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  14105.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  14106.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  14107.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  14108.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  14109.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  14110.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  14111.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  14112.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  14113.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  14114.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  14115.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  14116.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  14117.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  14118.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  14119.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  14120.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  14121.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  14122.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  14123.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  14124.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  14125.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  14126.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  14127.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  14128.             'doctrine.orm.auto_generate_proxy_classes' => false,
  14129.             'doctrine.orm.proxy_namespace' => 'Proxies',
  14130.             'maker.compatible_check.doctrine.supports_attributes' => false,
  14131.             'data_collector.templates' => [
  14132.                 'data_collector.request' => [
  14133.                     => 'request',
  14134.                     => '@WebProfiler/Collector/request.html.twig',
  14135.                 ],
  14136.                 'data_collector.time' => [
  14137.                     => 'time',
  14138.                     => '@WebProfiler/Collector/time.html.twig',
  14139.                 ],
  14140.                 'data_collector.memory' => [
  14141.                     => 'memory',
  14142.                     => '@WebProfiler/Collector/memory.html.twig',
  14143.                 ],
  14144.                 'data_collector.validator' => [
  14145.                     => 'validator',
  14146.                     => '@WebProfiler/Collector/validator.html.twig',
  14147.                 ],
  14148.                 'data_collector.ajax' => [
  14149.                     => 'ajax',
  14150.                     => '@WebProfiler/Collector/ajax.html.twig',
  14151.                 ],
  14152.                 'data_collector.form' => [
  14153.                     => 'form',
  14154.                     => '@WebProfiler/Collector/form.html.twig',
  14155.                 ],
  14156.                 'data_collector.exception' => [
  14157.                     => 'exception',
  14158.                     => '@WebProfiler/Collector/exception.html.twig',
  14159.                 ],
  14160.                 'data_collector.logger' => [
  14161.                     => 'logger',
  14162.                     => '@WebProfiler/Collector/logger.html.twig',
  14163.                 ],
  14164.                 'data_collector.events' => [
  14165.                     => 'events',
  14166.                     => '@WebProfiler/Collector/events.html.twig',
  14167.                 ],
  14168.                 'data_collector.router' => [
  14169.                     => 'router',
  14170.                     => '@WebProfiler/Collector/router.html.twig',
  14171.                 ],
  14172.                 'data_collector.cache' => [
  14173.                     => 'cache',
  14174.                     => '@WebProfiler/Collector/cache.html.twig',
  14175.                 ],
  14176.                 'data_collector.translation' => [
  14177.                     => 'translation',
  14178.                     => '@WebProfiler/Collector/translation.html.twig',
  14179.                 ],
  14180.                 'data_collector.security' => [
  14181.                     => 'security',
  14182.                     => '@Security/Collector/security.html.twig',
  14183.                 ],
  14184.                 'data_collector.twig' => [
  14185.                     => 'twig',
  14186.                     => '@WebProfiler/Collector/twig.html.twig',
  14187.                 ],
  14188.                 'data_collector.http_client' => [
  14189.                     => 'http_client',
  14190.                     => '@WebProfiler/Collector/http_client.html.twig',
  14191.                 ],
  14192.                 'data_collector.doctrine' => [
  14193.                     => 'db',
  14194.                     => '@Doctrine/Collector/db.html.twig',
  14195.                 ],
  14196.                 'swiftmailer.data_collector' => [
  14197.                     => 'swiftmailer',
  14198.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  14199.                 ],
  14200.                 'data_collector.messenger' => [
  14201.                     => 'messenger',
  14202.                     => '@WebProfiler/Collector/messenger.html.twig',
  14203.                 ],
  14204.                 'mailer.data_collector' => [
  14205.                     => 'mailer',
  14206.                     => '@WebProfiler/Collector/mailer.html.twig',
  14207.                 ],
  14208.                 'data_collector.config' => [
  14209.                     => 'config',
  14210.                     => '@WebProfiler/Collector/config.html.twig',
  14211.                 ],
  14212.             ],
  14213.             'old_sound_rabbit_mq.base_amqp' => [
  14214.                 => 'old_sound_rabbit_mq.py_direct_producer',
  14215.                 => 'old_sound_rabbit_mq.py_default_producer',
  14216.             ],
  14217.             'console.command.ids' => [
  14218.                 => 'console.command.public_alias.fos_oauth_server.clean_command',
  14219.                 => 'console.command.public_alias.fos_oauth_server.create_client_command',
  14220.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  14221.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  14222.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  14223.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  14224.             ],
  14225.         ];
  14226.     }
  14227. }
  14228. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  14229. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  14230. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  14231. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  14232. {
  14233.     /**
  14234.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  14235.      */
  14236.     private $valueHolder49274 null;
  14237.     /**
  14238.      * @var \Closure|null initializer responsible for generating the wrapped object
  14239.      */
  14240.     private $initializer97f26 null;
  14241.     /**
  14242.      * @var bool[] map of public properties of the parent class
  14243.      */
  14244.     private static $publicProperties6ca8c = [
  14245.         
  14246.     ];
  14247.     public function getConnection()
  14248.     {
  14249.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getConnection', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14250.         return $this->valueHolder49274->getConnection();
  14251.     }
  14252.     public function getMetadataFactory()
  14253.     {
  14254.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getMetadataFactory', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14255.         return $this->valueHolder49274->getMetadataFactory();
  14256.     }
  14257.     public function getExpressionBuilder()
  14258.     {
  14259.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getExpressionBuilder', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14260.         return $this->valueHolder49274->getExpressionBuilder();
  14261.     }
  14262.     public function beginTransaction()
  14263.     {
  14264.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'beginTransaction', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14265.         return $this->valueHolder49274->beginTransaction();
  14266.     }
  14267.     public function getCache()
  14268.     {
  14269.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getCache', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14270.         return $this->valueHolder49274->getCache();
  14271.     }
  14272.     public function transactional($func)
  14273.     {
  14274.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'transactional', array('func' => $func), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14275.         return $this->valueHolder49274->transactional($func);
  14276.     }
  14277.     public function commit()
  14278.     {
  14279.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'commit', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14280.         return $this->valueHolder49274->commit();
  14281.     }
  14282.     public function rollback()
  14283.     {
  14284.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'rollback', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14285.         return $this->valueHolder49274->rollback();
  14286.     }
  14287.     public function getClassMetadata($className)
  14288.     {
  14289.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getClassMetadata', array('className' => $className), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14290.         return $this->valueHolder49274->getClassMetadata($className);
  14291.     }
  14292.     public function createQuery($dql '')
  14293.     {
  14294.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'createQuery', array('dql' => $dql), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14295.         return $this->valueHolder49274->createQuery($dql);
  14296.     }
  14297.     public function createNamedQuery($name)
  14298.     {
  14299.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'createNamedQuery', array('name' => $name), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14300.         return $this->valueHolder49274->createNamedQuery($name);
  14301.     }
  14302.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  14303.     {
  14304.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14305.         return $this->valueHolder49274->createNativeQuery($sql$rsm);
  14306.     }
  14307.     public function createNamedNativeQuery($name)
  14308.     {
  14309.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'createNamedNativeQuery', array('name' => $name), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14310.         return $this->valueHolder49274->createNamedNativeQuery($name);
  14311.     }
  14312.     public function createQueryBuilder()
  14313.     {
  14314.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'createQueryBuilder', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14315.         return $this->valueHolder49274->createQueryBuilder();
  14316.     }
  14317.     public function flush($entity null)
  14318.     {
  14319.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'flush', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14320.         return $this->valueHolder49274->flush($entity);
  14321.     }
  14322.     public function find($className$id$lockMode null$lockVersion null)
  14323.     {
  14324.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14325.         return $this->valueHolder49274->find($className$id$lockMode$lockVersion);
  14326.     }
  14327.     public function getReference($entityName$id)
  14328.     {
  14329.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14330.         return $this->valueHolder49274->getReference($entityName$id);
  14331.     }
  14332.     public function getPartialReference($entityName$identifier)
  14333.     {
  14334.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14335.         return $this->valueHolder49274->getPartialReference($entityName$identifier);
  14336.     }
  14337.     public function clear($entityName null)
  14338.     {
  14339.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'clear', array('entityName' => $entityName), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14340.         return $this->valueHolder49274->clear($entityName);
  14341.     }
  14342.     public function close()
  14343.     {
  14344.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'close', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14345.         return $this->valueHolder49274->close();
  14346.     }
  14347.     public function persist($entity)
  14348.     {
  14349.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'persist', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14350.         return $this->valueHolder49274->persist($entity);
  14351.     }
  14352.     public function remove($entity)
  14353.     {
  14354.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'remove', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14355.         return $this->valueHolder49274->remove($entity);
  14356.     }
  14357.     public function refresh($entity)
  14358.     {
  14359.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'refresh', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14360.         return $this->valueHolder49274->refresh($entity);
  14361.     }
  14362.     public function detach($entity)
  14363.     {
  14364.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'detach', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14365.         return $this->valueHolder49274->detach($entity);
  14366.     }
  14367.     public function merge($entity)
  14368.     {
  14369.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'merge', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14370.         return $this->valueHolder49274->merge($entity);
  14371.     }
  14372.     public function copy($entity$deep false)
  14373.     {
  14374.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14375.         return $this->valueHolder49274->copy($entity$deep);
  14376.     }
  14377.     public function lock($entity$lockMode$lockVersion null)
  14378.     {
  14379.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14380.         return $this->valueHolder49274->lock($entity$lockMode$lockVersion);
  14381.     }
  14382.     public function getRepository($entityName)
  14383.     {
  14384.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getRepository', array('entityName' => $entityName), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14385.         return $this->valueHolder49274->getRepository($entityName);
  14386.     }
  14387.     public function contains($entity)
  14388.     {
  14389.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'contains', array('entity' => $entity), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14390.         return $this->valueHolder49274->contains($entity);
  14391.     }
  14392.     public function getEventManager()
  14393.     {
  14394.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getEventManager', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14395.         return $this->valueHolder49274->getEventManager();
  14396.     }
  14397.     public function getConfiguration()
  14398.     {
  14399.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getConfiguration', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14400.         return $this->valueHolder49274->getConfiguration();
  14401.     }
  14402.     public function isOpen()
  14403.     {
  14404.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'isOpen', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14405.         return $this->valueHolder49274->isOpen();
  14406.     }
  14407.     public function getUnitOfWork()
  14408.     {
  14409.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getUnitOfWork', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14410.         return $this->valueHolder49274->getUnitOfWork();
  14411.     }
  14412.     public function getHydrator($hydrationMode)
  14413.     {
  14414.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14415.         return $this->valueHolder49274->getHydrator($hydrationMode);
  14416.     }
  14417.     public function newHydrator($hydrationMode)
  14418.     {
  14419.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14420.         return $this->valueHolder49274->newHydrator($hydrationMode);
  14421.     }
  14422.     public function getProxyFactory()
  14423.     {
  14424.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getProxyFactory', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14425.         return $this->valueHolder49274->getProxyFactory();
  14426.     }
  14427.     public function initializeObject($obj)
  14428.     {
  14429.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'initializeObject', array('obj' => $obj), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14430.         return $this->valueHolder49274->initializeObject($obj);
  14431.     }
  14432.     public function getFilters()
  14433.     {
  14434.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'getFilters', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14435.         return $this->valueHolder49274->getFilters();
  14436.     }
  14437.     public function isFiltersStateClean()
  14438.     {
  14439.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'isFiltersStateClean', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14440.         return $this->valueHolder49274->isFiltersStateClean();
  14441.     }
  14442.     public function hasFilters()
  14443.     {
  14444.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'hasFilters', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14445.         return $this->valueHolder49274->hasFilters();
  14446.     }
  14447.     /**
  14448.      * Constructor for lazy initialization
  14449.      *
  14450.      * @param \Closure|null $initializer
  14451.      */
  14452.     public static function staticProxyConstructor($initializer)
  14453.     {
  14454.         static $reflection;
  14455.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  14456.         $instance   $reflection->newInstanceWithoutConstructor();
  14457.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  14458.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  14459.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  14460.         $instance->initializer97f26 $initializer;
  14461.         return $instance;
  14462.     }
  14463.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  14464.     {
  14465.         static $reflection;
  14466.         if (! $this->valueHolder49274) {
  14467.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  14468.             $this->valueHolder49274 $reflection->newInstanceWithoutConstructor();
  14469.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  14470.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  14471.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  14472.         }
  14473.         $this->valueHolder49274->__construct($conn$config$eventManager);
  14474.     }
  14475.     public function & __get($name)
  14476.     {
  14477.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__get', ['name' => $name], $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14478.         if (isset(self::$publicProperties6ca8c[$name])) {
  14479.             return $this->valueHolder49274->$name;
  14480.         }
  14481.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  14482.         if (! $realInstanceReflection->hasProperty($name)) {
  14483.             $targetObject $this->valueHolder49274;
  14484.             $backtrace debug_backtrace(false1);
  14485.             trigger_error(
  14486.                 sprintf(
  14487.                     'Undefined property: %s::$%s in %s on line %s',
  14488.                     $realInstanceReflection->getName(),
  14489.                     $name,
  14490.                     $backtrace[0]['file'],
  14491.                     $backtrace[0]['line']
  14492.                 ),
  14493.                 \E_USER_NOTICE
  14494.             );
  14495.             return $targetObject->$name;
  14496.         }
  14497.         $targetObject $this->valueHolder49274;
  14498.         $accessor = function & () use ($targetObject$name) {
  14499.             return $targetObject->$name;
  14500.         };
  14501.         $backtrace debug_backtrace(true2);
  14502.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14503.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14504.         $returnValue = & $accessor();
  14505.         return $returnValue;
  14506.     }
  14507.     public function __set($name$value)
  14508.     {
  14509.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__set', array('name' => $name'value' => $value), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14510.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  14511.         if (! $realInstanceReflection->hasProperty($name)) {
  14512.             $targetObject $this->valueHolder49274;
  14513.             $targetObject->$name $value;
  14514.             return $targetObject->$name;
  14515.         }
  14516.         $targetObject $this->valueHolder49274;
  14517.         $accessor = function & () use ($targetObject$name$value) {
  14518.             $targetObject->$name $value;
  14519.             return $targetObject->$name;
  14520.         };
  14521.         $backtrace debug_backtrace(true2);
  14522.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14523.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14524.         $returnValue = & $accessor();
  14525.         return $returnValue;
  14526.     }
  14527.     public function __isset($name)
  14528.     {
  14529.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__isset', array('name' => $name), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14530.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  14531.         if (! $realInstanceReflection->hasProperty($name)) {
  14532.             $targetObject $this->valueHolder49274;
  14533.             return isset($targetObject->$name);
  14534.         }
  14535.         $targetObject $this->valueHolder49274;
  14536.         $accessor = function () use ($targetObject$name) {
  14537.             return isset($targetObject->$name);
  14538.         };
  14539.         $backtrace debug_backtrace(true2);
  14540.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14541.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14542.         $returnValue $accessor();
  14543.         return $returnValue;
  14544.     }
  14545.     public function __unset($name)
  14546.     {
  14547.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__unset', array('name' => $name), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14548.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  14549.         if (! $realInstanceReflection->hasProperty($name)) {
  14550.             $targetObject $this->valueHolder49274;
  14551.             unset($targetObject->$name);
  14552.             return;
  14553.         }
  14554.         $targetObject $this->valueHolder49274;
  14555.         $accessor = function () use ($targetObject$name) {
  14556.             unset($targetObject->$name);
  14557.             return;
  14558.         };
  14559.         $backtrace debug_backtrace(true2);
  14560.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14561.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14562.         $accessor();
  14563.     }
  14564.     public function __clone()
  14565.     {
  14566.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__clone', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14567.         $this->valueHolder49274 = clone $this->valueHolder49274;
  14568.     }
  14569.     public function __sleep()
  14570.     {
  14571.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__sleep', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14572.         return array('valueHolder49274');
  14573.     }
  14574.     public function __wakeup()
  14575.     {
  14576.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  14577.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  14578.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  14579.     }
  14580.     public function setProxyInitializer(\Closure $initializer null) : void
  14581.     {
  14582.         $this->initializer97f26 $initializer;
  14583.     }
  14584.     public function getProxyInitializer() : ?\Closure
  14585.     {
  14586.         return $this->initializer97f26;
  14587.     }
  14588.     public function initializeProxy() : bool
  14589.     {
  14590.         return $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'initializeProxy', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14591.     }
  14592.     public function isProxyInitialized() : bool
  14593.     {
  14594.         return null !== $this->valueHolder49274;
  14595.     }
  14596.     public function getWrappedValueHolderValue()
  14597.     {
  14598.         return $this->valueHolder49274;
  14599.     }
  14600. }
  14601. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  14602. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  14603. class JMSSerializerAdapter_a5dd94b extends \FOS\RestBundle\Serializer\JMSSerializerAdapter implements \ProxyManager\Proxy\VirtualProxyInterface
  14604. {
  14605.     /**
  14606.      * @var \FOS\RestBundle\Serializer\JMSSerializerAdapter|null wrapped object, if the proxy is initialized
  14607.      */
  14608.     private $valueHolder49274 null;
  14609.     /**
  14610.      * @var \Closure|null initializer responsible for generating the wrapped object
  14611.      */
  14612.     private $initializer97f26 null;
  14613.     /**
  14614.      * @var bool[] map of public properties of the parent class
  14615.      */
  14616.     private static $publicProperties6ca8c = [
  14617.         
  14618.     ];
  14619.     public function serialize($data$format, \FOS\RestBundle\Context\Context $context)
  14620.     {
  14621.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'serialize', array('data' => $data'format' => $format'context' => $context), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14622.         return $this->valueHolder49274->serialize($data$format$context);
  14623.     }
  14624.     public function deserialize($data$type$format, \FOS\RestBundle\Context\Context $context)
  14625.     {
  14626.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'deserialize', array('data' => $data'type' => $type'format' => $format'context' => $context), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14627.         return $this->valueHolder49274->deserialize($data$type$format$context);
  14628.     }
  14629.     /**
  14630.      * Constructor for lazy initialization
  14631.      *
  14632.      * @param \Closure|null $initializer
  14633.      */
  14634.     public static function staticProxyConstructor($initializer)
  14635.     {
  14636.         static $reflection;
  14637.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  14638.         $instance   $reflection->newInstanceWithoutConstructor();
  14639.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  14640.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  14641.         }, $instance'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($instance);
  14642.         $instance->initializer97f26 $initializer;
  14643.         return $instance;
  14644.     }
  14645.     public function __construct(\JMS\Serializer\SerializerInterface $serializer, ?\JMS\Serializer\ContextFactory\SerializationContextFactoryInterface $serializationContextFactory null, ?\JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface $deserializationContextFactory null)
  14646.     {
  14647.         static $reflection;
  14648.         if (! $this->valueHolder49274) {
  14649.             $reflection $reflection ?? new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  14650.             $this->valueHolder49274 $reflection->newInstanceWithoutConstructor();
  14651.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  14652.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  14653.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  14654.         }
  14655.         $this->valueHolder49274->__construct($serializer$serializationContextFactory$deserializationContextFactory);
  14656.     }
  14657.     public function & __get($name)
  14658.     {
  14659.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__get', ['name' => $name], $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14660.         if (isset(self::$publicProperties6ca8c[$name])) {
  14661.             return $this->valueHolder49274->$name;
  14662.         }
  14663.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  14664.         if (! $realInstanceReflection->hasProperty($name)) {
  14665.             $targetObject $this->valueHolder49274;
  14666.             $backtrace debug_backtrace(false1);
  14667.             trigger_error(
  14668.                 sprintf(
  14669.                     'Undefined property: %s::$%s in %s on line %s',
  14670.                     $realInstanceReflection->getName(),
  14671.                     $name,
  14672.                     $backtrace[0]['file'],
  14673.                     $backtrace[0]['line']
  14674.                 ),
  14675.                 \E_USER_NOTICE
  14676.             );
  14677.             return $targetObject->$name;
  14678.         }
  14679.         $targetObject $this->valueHolder49274;
  14680.         $accessor = function & () use ($targetObject$name) {
  14681.             return $targetObject->$name;
  14682.         };
  14683.         $backtrace debug_backtrace(true2);
  14684.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14685.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14686.         $returnValue = & $accessor();
  14687.         return $returnValue;
  14688.     }
  14689.     public function __set($name$value)
  14690.     {
  14691.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__set', array('name' => $name'value' => $value), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14692.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  14693.         if (! $realInstanceReflection->hasProperty($name)) {
  14694.             $targetObject $this->valueHolder49274;
  14695.             $targetObject->$name $value;
  14696.             return $targetObject->$name;
  14697.         }
  14698.         $targetObject $this->valueHolder49274;
  14699.         $accessor = function & () use ($targetObject$name$value) {
  14700.             $targetObject->$name $value;
  14701.             return $targetObject->$name;
  14702.         };
  14703.         $backtrace debug_backtrace(true2);
  14704.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14705.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14706.         $returnValue = & $accessor();
  14707.         return $returnValue;
  14708.     }
  14709.     public function __isset($name)
  14710.     {
  14711.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__isset', array('name' => $name), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14712.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  14713.         if (! $realInstanceReflection->hasProperty($name)) {
  14714.             $targetObject $this->valueHolder49274;
  14715.             return isset($targetObject->$name);
  14716.         }
  14717.         $targetObject $this->valueHolder49274;
  14718.         $accessor = function () use ($targetObject$name) {
  14719.             return isset($targetObject->$name);
  14720.         };
  14721.         $backtrace debug_backtrace(true2);
  14722.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14723.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14724.         $returnValue $accessor();
  14725.         return $returnValue;
  14726.     }
  14727.     public function __unset($name)
  14728.     {
  14729.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__unset', array('name' => $name), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14730.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  14731.         if (! $realInstanceReflection->hasProperty($name)) {
  14732.             $targetObject $this->valueHolder49274;
  14733.             unset($targetObject->$name);
  14734.             return;
  14735.         }
  14736.         $targetObject $this->valueHolder49274;
  14737.         $accessor = function () use ($targetObject$name) {
  14738.             unset($targetObject->$name);
  14739.             return;
  14740.         };
  14741.         $backtrace debug_backtrace(true2);
  14742.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  14743.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  14744.         $accessor();
  14745.     }
  14746.     public function __clone()
  14747.     {
  14748.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__clone', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14749.         $this->valueHolder49274 = clone $this->valueHolder49274;
  14750.     }
  14751.     public function __sleep()
  14752.     {
  14753.         $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'__sleep', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14754.         return array('valueHolder49274');
  14755.     }
  14756.     public function __wakeup()
  14757.     {
  14758.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  14759.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  14760.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  14761.     }
  14762.     public function setProxyInitializer(\Closure $initializer null) : void
  14763.     {
  14764.         $this->initializer97f26 $initializer;
  14765.     }
  14766.     public function getProxyInitializer() : ?\Closure
  14767.     {
  14768.         return $this->initializer97f26;
  14769.     }
  14770.     public function initializeProxy() : bool
  14771.     {
  14772.         return $this->initializer97f26 && ($this->initializer97f26->__invoke($valueHolder49274$this'initializeProxy', array(), $this->initializer97f26) || 1) && $this->valueHolder49274 $valueHolder49274;
  14773.     }
  14774.     public function isProxyInitialized() : bool
  14775.     {
  14776.         return null !== $this->valueHolder49274;
  14777.     }
  14778.     public function getWrappedValueHolderValue()
  14779.     {
  14780.         return $this->valueHolder49274;
  14781.     }
  14782. }