<?php
namespace ContainerQrdBQJi;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Controller\\Admin\\CustomPage\\CreatePageController' => 'getCreatePageControllerService',
'App\\Controller\\Admin\\CustomPage\\DeletePageController' => 'getDeletePageControllerService',
'App\\Controller\\Admin\\CustomPage\\EditPageController' => 'getEditPageControllerService',
'App\\Controller\\Admin\\CustomPage\\ListCustomPageController' => 'getListCustomPageControllerService',
'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction' => 'getPostPermissionActionService',
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression' => 'getGetTrainingUserProgressionService',
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction' => 'getCollectionActionService',
'App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction' => 'getCollectionLessonActionService',
'App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction' => 'getCollectionUserLinkedActionService',
'App\\Controller\\Async\\Account\\UpdateLastConnected' => 'getUpdateLastConnectedService',
'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction' => 'getCollectionUserActionService',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => 'getAttendancePostActionService',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => 'getOrderChapterAsyncService',
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => 'getOrderExerciseAsyncService',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => 'getAttendancePostAction2Service',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => 'getCollectionAction2Service',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => 'getExportLessonListActionService',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => 'getRemoveChapterExercisePracticalCaseAsyncService',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => 'getCollectionAction3Service',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => 'getExportModuleActionService',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => 'getExportModuleListActionService',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => 'getCollectionAction4Service',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => 'getExportTrainingActionService',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => 'getExportTrainingListActionService',
'App\\Controller\\Async\\Channel\\User\\CollectionAction' => 'getCollectionAction5Service',
'App\\Controller\\Front\\Account\\Assignable\\CollectionAction' => 'getCollectionAction6Service',
'App\\Controller\\Front\\Account\\Message\\CollectionAction' => 'getCollectionAction7Service',
'App\\Controller\\Front\\Account\\Notification\\NotificationController' => 'getNotificationControllerService',
'App\\Controller\\Front\\Account\\Notification\\NotificationIndexController' => 'getNotificationIndexControllerService',
'App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController' => 'getNotificationSeeAllControllerService',
'App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController' => 'getNotificationUnreadControllerService',
'App\\Controller\\Front\\Account\\Notification\\RedirectController' => 'getRedirectControllerService',
'App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard' => 'getCollectionActionCardService',
'App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction' => 'getTrainingNameCollectionActionService',
'App\\Controller\\Front\\Channel\\Image\\DeleteController' => 'getDeleteControllerService',
'App\\Controller\\Front\\Channel\\Image\\ListController' => 'getListControllerService',
'App\\Controller\\Front\\Channel\\ShowController' => 'getShowControllerService',
'App\\Controller\\Front\\Channel\\ShowTrainingListController' => 'getShowTrainingListControllerService',
'App\\Controller\\Front\\Channel\\SubAjaxListController' => 'getSubAjaxListControllerService',
'App\\Controller\\Front\\Exercise\\AnswerController' => 'getAnswerControllerService',
'App\\Controller\\Front\\Exercise\\CancelController' => 'getCancelControllerService',
'App\\Controller\\Front\\Exercise\\FinishController' => 'getFinishControllerService',
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => 'getRedirectToShowResultsActionService',
'App\\Controller\\Front\\Exercise\\ShowController' => 'getShowController2Service',
'App\\Controller\\Front\\Exercise\\SolutionController' => 'getSolutionControllerService',
'App\\Controller\\Front\\Exercise\\StartController' => 'getStartControllerService',
'App\\Controller\\Front\\HomeConnectedController' => 'getHomeConnectedControllerService',
'App\\Controller\\Front\\HomeController' => 'getHomeControllerService',
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => 'getChapterControllerService',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageControllerService',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => 'getRedirectToMessageControllerService',
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => 'getRedirectOnLessonControllerService',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => 'getShowController3Service',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => 'getShowLessonReviewControllerService',
'App\\Controller\\Front\\Scholar\\Module\\ShowController' => 'getShowController4Service',
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => 'getCorrectorShowControllerService',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => 'getDeletePracticalCaseResponseControllerService',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesControllerService',
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => 'getRedirectToShowPracticalCaseActionService',
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => 'getShowController5Service',
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => 'getDeleteAdviceControllerService',
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => 'getGetTrainingControllerService',
'App\\Controller\\Front\\Scholar\\Training\\AllTrainingController' => 'getAllTrainingControllerService',
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => 'getPaymentFundingContactControllerService',
'App\\Controller\\Front\\Scholar\\Training\\ShowController' => 'getShowController6Service',
'App\\Controller\\Front\\SearchController' => 'getSearchControllerService',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController' => 'getCloseAssignableMessageControllerService',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageController2Service',
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => 'getShowController7Service',
'App\\Controller\\Manager\\Channel\\DashboardAction' => 'getDashboardActionService',
'App\\Controller\\Manager\\Channel\\DeleteController' => 'getDeleteController2Service',
'App\\Controller\\Manager\\Channel\\DeleteMultipleController' => 'getDeleteMultipleControllerService',
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => 'getCollectionAction8Service',
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => 'getDeleteController3Service',
'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => 'getEditControllerService',
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => 'getExerciseResultShowActionService',
'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => 'getNewControllerService',
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => 'getShowController8Service',
'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => 'getStartController2Service',
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => 'getCheckSharedLessonActionService',
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => 'getCollectionAction9Service',
'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => 'getEditController2Service',
'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => 'getNewController2Service',
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => 'getReviewCollectionControllerService',
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => 'getShareControllerService',
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => 'getShowController9Service',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => 'getToggleActionService',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => 'getToggleLessonReviewActionService',
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => 'getCollectionAction10Service',
'App\\Controller\\Manager\\Channel\\Module\\EditController' => 'getEditController3Service',
'App\\Controller\\Manager\\Channel\\Module\\GetAction' => 'getGetActionService',
'App\\Controller\\Manager\\Channel\\Module\\NewController' => 'getNewController3Service',
'App\\Controller\\Manager\\Channel\\Module\\ShareController' => 'getShareController2Service',
'App\\Controller\\Manager\\Channel\\Module\\ShowController' => 'getShowController10Service',
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => 'getShowWithoutTrainingControllerService',
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => 'getToggleAction2Service',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => 'getSharedChannelsControllerService',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController' => 'getSharedLessonsControllerService',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController' => 'getSharedModulesControllerService',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController' => 'getSharedTrainingsControllerService',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController' => 'getToggleShareControllerService',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController' => 'getToggleShareMultipleControllerService',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => 'getArchivePracticalCaseService',
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesController2Service',
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => 'getEditController4Service',
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => 'getNewController4Service',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController' => 'getReattributeControllerService',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => 'getShowController11Service',
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => 'getCollectionAction11Service',
'App\\Controller\\Manager\\Channel\\Training\\EditController' => 'getEditController5Service',
'App\\Controller\\Manager\\Channel\\Training\\GetAction' => 'getGetAction2Service',
'App\\Controller\\Manager\\Channel\\Training\\NewController' => 'getNewController5Service',
'App\\Controller\\Manager\\Channel\\Training\\ShareController' => 'getShareController3Service',
'App\\Controller\\Manager\\Channel\\Training\\ShowController' => 'getShowController12Service',
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => 'getToggleAction3Service',
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction' => 'getPostPermissionAction2Service',
'App\\Controller\\TemplateCustomController' => 'getTemplateCustomControllerService',
'App\\Uploader\\Naming\\UserAvatarNamer' => 'getUserAvatarNamerService',
'App\\Uploader\\Naming\\UuidNamer' => 'getUuidNamerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Faker\\Generator' => 'getGeneratorService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction' => 'getConnectActionService',
'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction' => 'getConnectCheckActionService',
'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction' => 'getLoggedOutActionService',
'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction' => 'getLogoutActionService',
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction12Service',
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteActionService',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditActionService',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexActionService',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewActionService',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction' => 'getCollectionAction13Service',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'knp_paginator' => 'getKnpPaginatorService',
'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.core_sync' => 'getNelmioApiDoc_Generator_CoreSyncService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
'oneup_uploader.controller.channel_images' => 'getOneupUploader_Controller_ChannelImagesService',
'oneup_uploader.controller.practical_case_resource_file' => 'getOneupUploader_Controller_PracticalCaseResourceFileService',
'oneup_uploader.controller.practical_case_response_file' => 'getOneupUploader_Controller_PracticalCaseResponseFileService',
'oneup_uploader.controller.user_avatar' => 'getOneupUploader_Controller_UserAvatarService',
'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
'oneup_uploader.orphanage.practical_case_resource_file' => 'getOneupUploader_Orphanage_PracticalCaseResourceFileService',
'oneup_uploader.orphanage.practical_case_response_file' => 'getOneupUploader_Orphanage_PracticalCaseResponseFileService',
'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
'practicalCaseResponse_filesystem' => 'getPracticalCaseResponseFilesystemService',
'practicalCase_filesystem' => 'getPracticalCaseFilesystemService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'oauth2.registry' => 'knpu.oauth2.registry',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Service/Account/UserAvatar.php';
include_once \dirname(__DIR__, 4).'/src/Service/Channel/Image/ImageUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceDoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/UrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Account/GetAvatarExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Account/GetCountAnswersExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Account/NotificationExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Achievement/AchievementTimeLogExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Achievement/ProgressionExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/AdviceExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/AssignableExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Channel/ChannelDescriptionExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Channel/ChannelTrainingsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Channel/ChannelUserCheckExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Channel/SharedChannelExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/ChannelExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/CountryExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/DateDiffExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/DateDiffShortExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/EntityExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/EnumKeyTransExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/FileExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/FooterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Forum/MessageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/ImageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/LockContentExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Manager/ScholarCounterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Manager/ScholarLinkExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Manager/ScholarPermissionCounterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/RatingExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarChapterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarExerciseExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarLessonExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarModuleExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarNavigationExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarPracticalCaseExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarStatusExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarTrainingDescriptionExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarTrainingExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/Scholar/ScholarTrainingTypeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/SearchExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/SecondsToFormattedStringExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/SnackExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/TimerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once __DIR__.'/proxy-classes.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
yield 1 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
}, 2));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add($f);
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($g);
$instance->add($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false, false, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.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())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
$f = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($b, $c, $a, $d, $e, NULL, []);
$f->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer(), 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer())), 3 => $f, 4 => new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), 5 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 6 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 7 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 10 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b, $c, $d, $e, NULL, [])), 11 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 16 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b, $c, $a, $d, $e, NULL, [])], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
$a->addPath((\dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
$a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
$a->addPath((\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
$a->addPath((\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$j = new \Symfony\Bridge\Twig\AppVariable();
$j->setEnvironment('dev');
$j->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$j->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$j->setRequestStack($g);
}
$k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension($d);
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(new \App\Twig\Extension\Account\GetAvatarExtension(($this->privates['App\\Service\\Account\\UserAvatar'] ?? $this->getUserAvatarService())));
$instance->addExtension(new \App\Twig\Extension\Account\GetCountAnswersExtension());
$instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
$instance->addExtension(new \App\Twig\Extension\Achievement\AchievementTimeLogExtension());
$instance->addExtension(new \App\Twig\Extension\Achievement\ProgressionExtension());
$instance->addExtension(new \App\Twig\Extension\AdviceExtension());
$instance->addExtension(new \App\Twig\Extension\AssignableExtension());
$instance->addExtension(new \App\Twig\Extension\Channel\ChannelDescriptionExtension());
$instance->addExtension(new \App\Twig\Extension\Channel\ChannelTrainingsExtension());
$instance->addExtension(new \App\Twig\Extension\Channel\ChannelUserCheckExtension());
$instance->addExtension(new \App\Twig\Extension\Channel\SharedChannelExtension());
$instance->addExtension(new \App\Twig\Extension\ChannelExtension());
$instance->addExtension(new \App\Twig\Extension\CountryExtension());
$instance->addExtension(new \App\Twig\Extension\DateDiffExtension());
$instance->addExtension(new \App\Twig\Extension\DateDiffShortExtension());
$instance->addExtension(new \App\Twig\Extension\EntityExtension());
$instance->addExtension(new \App\Twig\Extension\EnumKeyTransExtension());
$instance->addExtension(new \App\Twig\Extension\FileExtension());
$instance->addExtension(new \App\Twig\Extension\FooterExtension());
$instance->addExtension(new \App\Twig\Extension\Forum\MessageExtension());
$instance->addExtension(new \App\Twig\Extension\ImageExtension(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService())));
$instance->addExtension(new \App\Twig\Extension\LockContentExtension());
$instance->addExtension(new \App\Twig\Extension\Manager\ScholarCounterExtension());
$instance->addExtension(new \App\Twig\Extension\Manager\ScholarLinkExtension());
$instance->addExtension(new \App\Twig\Extension\Manager\ScholarPermissionCounterExtension());
$instance->addExtension(new \App\Twig\Extension\RatingExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarChapterExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarExerciseExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarLessonExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarModuleExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarNavigationExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarPracticalCaseExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarStatusExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingExtension());
$instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingTypeExtension());
$instance->addExtension(new \App\Twig\Extension\SearchExtension());
$instance->addExtension(new \App\Twig\Extension\SecondsToFormattedStringExtension());
$instance->addExtension(new \App\Twig\Extension\SnackExtension());
$instance->addExtension(new \App\Twig\Extension\TimerExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService()), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator()))));
$instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f, $c)));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
$instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
$instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates', 'ux.twig_component.component_factory', 'getUx_TwigComponent_ComponentFactoryService', false],
'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates', 'ux.twig_component.component_renderer', 'getUx_TwigComponent_ComponentRendererService', false],
], [
'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
]))->withContext('ux.twig_component.twig.component_extension', $this)));
$instance->addGlobal('app', $j);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => ['privates', 'App\\Twig\\Runtime\\Account\\GetAvatarRuntime', 'getGetAvatarRuntimeService', false],
'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => ['privates', 'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime', 'getGetCountAnswersRuntimeService', false],
'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates', 'App\\Twig\\Runtime\\Account\\NotificationRuntime', 'getNotificationRuntimeService', false],
'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => ['privates', 'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime', 'getAchievementTimeLogRuntimeService', false],
'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => ['privates', 'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime', 'getProgressionRuntimeService', false],
'App\\Twig\\Runtime\\AdviceRuntime' => ['privates', 'App\\Twig\\Runtime\\AdviceRuntime', 'getAdviceRuntimeService', false],
'App\\Twig\\Runtime\\AssignableRuntime' => ['privates', 'App\\Twig\\Runtime\\AssignableRuntime', 'getAssignableRuntimeService', false],
'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => ['privates', 'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime', 'getChannelDescriptionRuntimeService', false],
'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => ['privates', 'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime', 'getChannelTrainingsRuntimeService', false],
'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => ['privates', 'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime', 'getChannelUserCheckRuntimeService', false],
'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => ['privates', 'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime', 'getSharedChannelRuntimeService', false],
'App\\Twig\\Runtime\\ChannelRuntime' => ['privates', 'App\\Twig\\Runtime\\ChannelRuntime', 'getChannelRuntimeService', false],
'App\\Twig\\Runtime\\CountryRuntime' => ['privates', 'App\\Twig\\Runtime\\CountryRuntime', 'getCountryRuntimeService', false],
'App\\Twig\\Runtime\\DateDiffRuntime' => ['privates', 'App\\Twig\\Runtime\\DateDiffRuntime', 'getDateDiffRuntimeService', false],
'App\\Twig\\Runtime\\DateDiffShortRuntime' => ['privates', 'App\\Twig\\Runtime\\DateDiffShortRuntime', 'getDateDiffShortRuntimeService', false],
'App\\Twig\\Runtime\\EntityRuntime' => ['privates', 'App\\Twig\\Runtime\\EntityRuntime', 'getEntityRuntimeService', false],
'App\\Twig\\Runtime\\EnumKeyTransRuntime' => ['privates', 'App\\Twig\\Runtime\\EnumKeyTransRuntime', 'getEnumKeyTransRuntimeService', false],
'App\\Twig\\Runtime\\FileRuntime' => ['privates', 'App\\Twig\\Runtime\\FileRuntime', 'getFileRuntimeService', false],
'App\\Twig\\Runtime\\FooterRuntime' => ['privates', 'App\\Twig\\Runtime\\FooterRuntime', 'getFooterRuntimeService', false],
'App\\Twig\\Runtime\\Forum\\MessageRuntime' => ['privates', 'App\\Twig\\Runtime\\Forum\\MessageRuntime', 'getMessageRuntimeService', false],
'App\\Twig\\Runtime\\ImageRuntime' => ['privates', 'App\\Twig\\Runtime\\ImageRuntime', 'getImageRuntimeService', false],
'App\\Twig\\Runtime\\LockContentRuntime' => ['privates', 'App\\Twig\\Runtime\\LockContentRuntime', 'getLockContentRuntimeService', false],
'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => ['privates', 'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime', 'getScholarCounterRuntimeService', false],
'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => ['privates', 'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime', 'getScholarLinkRuntimeService', false],
'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => ['privates', 'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime', 'getScholarPermissionCounterRuntimeService', false],
'App\\Twig\\Runtime\\RatingRuntime' => ['privates', 'App\\Twig\\Runtime\\RatingRuntime', 'getRatingRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime', 'getScholarChapterRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime', 'getScholarExerciseRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime', 'getScholarLessonRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime', 'getScholarModuleRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime', 'getScholarNavigationRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime', 'getScholarPracticalCaseRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime', 'getScholarStatusRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime', 'getScholarTrainingDescriptionRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime', 'getScholarTrainingRuntimeService', false],
'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => ['privates', 'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime', 'getScholarTrainingTypeRuntimeService', false],
'App\\Twig\\Runtime\\SearchRuntime' => ['privates', 'App\\Twig\\Runtime\\SearchRuntime', 'getSearchRuntimeService', false],
'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => ['privates', 'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime', 'getSecondsToFomattedStringRuntimeService', false],
'App\\Twig\\Runtime\\SnackRuntime' => ['privates', 'App\\Twig\\Runtime\\SnackRuntime', 'getSnackRuntimeService', false],
'App\\Twig\\Runtime\\TimerRuntime' => ['privates', 'App\\Twig\\Runtime\\TimerRuntime', 'getTimerRuntimeService', false],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime', 'getChannelUserDataPermissionRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime', 'getTranslateRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime', 'getUserOwnerRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime', 'getUrlGeneratorRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime', 'getBooleanRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime', 'getChannelGetterRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime', 'getChannelRuntime2Service', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime', 'getChannelUserDataRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime', 'getChatNotificationRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime', 'getCustomizableViewRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime', 'getEnvRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime', 'getFileRuntime2Service', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime', 'getFormRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime', 'getHeaderRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime', 'getImageRunTime2Service', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime', 'getNellappFileRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime', 'getPaginationRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime', 'getSerializerRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime', 'getSideNavItemRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime', 'getSideNavRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime', 'getUserRunTimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime', 'getVersionRuntimeService', false],
'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime', 'getUserFromChannelRuntimeService', false],
], [
'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => '?',
'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => '?',
'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => '?',
'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => '?',
'App\\Twig\\Runtime\\AdviceRuntime' => '?',
'App\\Twig\\Runtime\\AssignableRuntime' => '?',
'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => '?',
'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => '?',
'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => '?',
'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => '?',
'App\\Twig\\Runtime\\ChannelRuntime' => '?',
'App\\Twig\\Runtime\\CountryRuntime' => '?',
'App\\Twig\\Runtime\\DateDiffRuntime' => '?',
'App\\Twig\\Runtime\\DateDiffShortRuntime' => '?',
'App\\Twig\\Runtime\\EntityRuntime' => '?',
'App\\Twig\\Runtime\\EnumKeyTransRuntime' => '?',
'App\\Twig\\Runtime\\FileRuntime' => '?',
'App\\Twig\\Runtime\\FooterRuntime' => '?',
'App\\Twig\\Runtime\\Forum\\MessageRuntime' => '?',
'App\\Twig\\Runtime\\ImageRuntime' => '?',
'App\\Twig\\Runtime\\LockContentRuntime' => '?',
'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => '?',
'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => '?',
'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => '?',
'App\\Twig\\Runtime\\RatingRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => '?',
'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => '?',
'App\\Twig\\Runtime\\SearchRuntime' => '?',
'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => '?',
'App\\Twig\\Runtime\\SnackRuntime' => '?',
'App\\Twig\\Runtime\\TimerRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
])));
$instance->addGlobal('payplug_js_key', $this->getEnv('SK_KEY_PAYPLUG_JS'));
$instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
(new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',')))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'App\Controller\Admin\CustomPage\CreatePageController' shared autowired service.
*
* @return \App\Controller\Admin\CustomPage\CreatePageController
*/
protected function getCreatePageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/CustomPage/CreatePageController.php';
$this->services['App\\Controller\\Admin\\CustomPage\\CreatePageController'] = $instance = new \App\Controller\Admin\CustomPage\CreatePageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\CreatePageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\CustomPage\DeletePageController' shared autowired service.
*
* @return \App\Controller\Admin\CustomPage\DeletePageController
*/
protected function getDeletePageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/CustomPage/DeletePageController.php';
$this->services['App\\Controller\\Admin\\CustomPage\\DeletePageController'] = $instance = new \App\Controller\Admin\CustomPage\DeletePageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\DeletePageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\CustomPage\EditPageController' shared autowired service.
*
* @return \App\Controller\Admin\CustomPage\EditPageController
*/
protected function getEditPageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/CustomPage/EditPageController.php';
$this->services['App\\Controller\\Admin\\CustomPage\\EditPageController'] = $instance = new \App\Controller\Admin\CustomPage\EditPageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\EditPageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\CustomPage\ListCustomPageController' shared autowired service.
*
* @return \App\Controller\Admin\CustomPage\ListCustomPageController
*/
protected function getListCustomPageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/CustomPage/ListCustomPageController.php';
$this->services['App\\Controller\\Admin\\CustomPage\\ListCustomPageController'] = $instance = new \App\Controller\Admin\CustomPage\ListCustomPageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\ListCustomPageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
*
* @return \App\Controller\Admin\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/DashboardController.php';
$this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Channel\Training\PostPermissionAction' shared autowired service.
*
* @return \App\Controller\Api\Channel\Training\PostPermissionAction
*/
protected function getPostPermissionActionService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Channel/Training/PostPermissionAction.php';
return $this->services['App\\Controller\\Api\\Channel\\Training\\PostPermissionAction'] = new \App\Controller\Api\Channel\Training\PostPermissionAction();
}
/**
* Gets the public 'App\Controller\Api\Scholar\GetTrainingUserProgression' shared autowired service.
*
* @return \App\Controller\Api\Scholar\GetTrainingUserProgression
*/
protected function getGetTrainingUserProgressionService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Scholar/GetTrainingUserProgression.php';
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/UserProgression/UserProgressionService.php';
return $this->services['App\\Controller\\Api\\Scholar\\GetTrainingUserProgression'] = new \App\Controller\Api\Scholar\GetTrainingUserProgression(new \App\Service\Scholar\UserProgression\UserProgressionService(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] ?? $this->getAchievementTimeLogLessonRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()), ($this->services['router'] ?? $this->getRouterService())));
}
/**
* Gets the public 'App\Controller\Api\Scholar\Lesson\CollectionAction' shared autowired service.
*
* @return \App\Controller\Api\Scholar\Lesson\CollectionAction
*/
protected function getCollectionActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Scholar/Lesson/CollectionAction.php';
$this->services['App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction'] = $instance = new \App\Controller\Api\Scholar\Lesson\CollectionAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Account\Assignable\CollectionLessonAction' shared autowired service.
*
* @return \App\Controller\Async\Account\Assignable\CollectionLessonAction
*/
protected function getCollectionLessonActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Account/Assignable/CollectionLessonAction.php';
$this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionLessonAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Account\Assignable\CollectionUserLinkedAction' shared autowired service.
*
* @return \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction
*/
protected function getCollectionUserLinkedActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Account/Assignable/CollectionUserLinkedAction.php';
$this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Account\UpdateLastConnected' shared autowired service.
*
* @return \App\Controller\Async\Account\UpdateLastConnected
*/
protected function getUpdateLastConnectedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Account/UpdateLastConnected.php';
$this->services['App\\Controller\\Async\\Account\\UpdateLastConnected'] = $instance = new \App\Controller\Async\Account\UpdateLastConnected(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Account\\UpdateLastConnected', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Assignable\CollectionUserAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Assignable\CollectionUserAction
*/
protected function getCollectionUserActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Assignable/CollectionUserAction.php';
$this->services['App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'] = $instance = new \App\Controller\Async\Channel\Assignable\CollectionUserAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction
*/
protected function getAttendancePostActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Chapter/AttendancePostAction.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync
*/
protected function getOrderChapterAsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Chapter/OrderChapterAsync.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync(($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync
*/
protected function getOrderExerciseAsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Exercice/OrderExerciseAsync.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync'] = $instance = new \App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction
*/
protected function getAttendancePostAction2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Lesson/AttendancePostAction.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] ?? $this->getAchievementTimeLogLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\CollectionAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Lesson\CollectionAction
*/
protected function getCollectionAction2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Lesson/CollectionAction.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\CollectionAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction
*/
protected function getExportLessonListActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php';
$a = ($this->services['translator'] ?? $this->getTranslatorService());
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction(new \App\Service\Export\Scholar\ScholarList\LessonExportScholarList($a, ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService())), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), $a);
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync
*/
protected function getRemoveChapterExercisePracticalCaseAsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Lesson/RemoveChapterExercisePracticalCaseAsync.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] ?? $this->getPracticalCaseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Module\CollectionAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Module\CollectionAction
*/
protected function getCollectionAction3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Module/CollectionAction.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Module\CollectionAction(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleAction
*/
protected function getExportModuleActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Module\ExportModuleAction(new \App\Service\Export\Scholar\ScholarEntity\ModuleExportScholarEntity(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction
*/
protected function getExportModuleListActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php';
$a = ($this->services['translator'] ?? $this->getTranslatorService());
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction(new \App\Service\Export\Scholar\ScholarList\ModuleExportScholarList(($this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] ?? $this->getModulePermissionRepositoryService()), $a), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), $a);
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Training\CollectionAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Training\CollectionAction
*/
protected function getCollectionAction4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Training/CollectionAction.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\CollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction
*/
protected function getExportTrainingActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php';
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction(new \App\Service\Export\Scholar\ScholarEntity\TrainingExportScholarEntity(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction
*/
protected function getExportTrainingListActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
include_once \dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php';
$a = ($this->services['translator'] ?? $this->getTranslatorService());
$this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction(new \App\Service\Export\Scholar\ScholarList\TrainingExportScholarList(($this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] ?? $this->getTrainingPermissionRepositoryService()), $a), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), $a);
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Async\Channel\User\CollectionAction' shared autowired service.
*
* @return \App\Controller\Async\Channel\User\CollectionAction
*/
protected function getCollectionAction5Service()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Async/Channel/User/CollectionAction.php';
return $this->services['App\\Controller\\Async\\Channel\\User\\CollectionAction'] = new \App\Controller\Async\Channel\User\CollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the public 'App\Controller\Front\Account\Assignable\CollectionAction' shared autowired service.
*
* @return \App\Controller\Front\Account\Assignable\CollectionAction
*/
protected function getCollectionAction6Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Assignable/CollectionAction.php';
$this->services['App\\Controller\\Front\\Account\\Assignable\\CollectionAction'] = $instance = new \App\Controller\Front\Account\Assignable\CollectionAction(($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Assignable\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Message\CollectionAction' shared autowired service.
*
* @return \App\Controller\Front\Account\Message\CollectionAction
*/
protected function getCollectionAction7Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Message/CollectionAction.php';
$this->services['App\\Controller\\Front\\Account\\Message\\CollectionAction'] = $instance = new \App\Controller\Front\Account\Message\CollectionAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Message\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Notification\NotificationController' shared autowired service.
*
* @return \App\Controller\Front\Account\Notification\NotificationController
*/
protected function getNotificationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Notification/NotificationController.php';
$this->services['App\\Controller\\Front\\Account\\Notification\\NotificationController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Notification\NotificationIndexController' shared autowired service.
*
* @return \App\Controller\Front\Account\Notification\NotificationIndexController
*/
protected function getNotificationIndexControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Notification/NotificationIndexController.php';
$this->services['App\\Controller\\Front\\Account\\Notification\\NotificationIndexController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationIndexController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationIndexController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Notification\NotificationSeeAllController' shared autowired service.
*
* @return \App\Controller\Front\Account\Notification\NotificationSeeAllController
*/
protected function getNotificationSeeAllControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Notification/NotificationSeeAllController.php';
$this->services['App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationSeeAllController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Notification\NotificationUnreadController' shared autowired service.
*
* @return \App\Controller\Front\Account\Notification\NotificationUnreadController
*/
protected function getNotificationUnreadControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Notification/NotificationUnreadController.php';
$this->services['App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationUnreadController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Notification\RedirectController' shared autowired service.
*
* @return \App\Controller\Front\Account\Notification\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Notification/RedirectController.php';
$this->services['App\\Controller\\Front\\Account\\Notification\\RedirectController'] = $instance = new \App\Controller\Front\Account\Notification\RedirectController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\RedirectController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Account\Scholar\Training\CollectionActionCard' shared autowired service.
*
* @return \App\Controller\Front\Account\Scholar\Training\CollectionActionCard
*/
protected function getCollectionActionCardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Account/Scholar/Training/CollectionActionCard.php';
$this->services['App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard'] = $instance = new \App\Controller\Front\Account\Scholar\Training\CollectionActionCard(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Async\Scholar\TrainingNameCollectionAction' shared autowired service.
*
* @return \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction
*/
protected function getTrainingNameCollectionActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Async/Scholar/TrainingNameCollectionAction.php';
$this->services['App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'] = $instance = new \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Channel\Image\DeleteController' shared autowired service.
*
* @return \App\Controller\Front\Channel\Image\DeleteController
*/
protected function getDeleteControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Channel/Image/DeleteController.php';
$this->services['App\\Controller\\Front\\Channel\\Image\\DeleteController'] = $instance = new \App\Controller\Front\Channel\Image\DeleteController();
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Channel\Image\ListController' shared autowired service.
*
* @return \App\Controller\Front\Channel\Image\ListController
*/
protected function getListControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Channel/Image/ListController.php';
$this->services['App\\Controller\\Front\\Channel\\Image\\ListController'] = $instance = new \App\Controller\Front\Channel\Image\ListController(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Channel\\Image\\ListController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Channel\ShowController' shared autowired service.
*
* @return \App\Controller\Front\Channel\ShowController
*/
protected function getShowControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Channel/ShowController.php';
$this->services['App\\Controller\\Front\\Channel\\ShowController'] = $instance = new \App\Controller\Front\Channel\ShowController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Channel\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Channel\ShowTrainingListController' shared autowired service.
*
* @return \App\Controller\Front\Channel\ShowTrainingListController
*/
protected function getShowTrainingListControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Channel/ShowTrainingListController.php';
$this->services['App\\Controller\\Front\\Channel\\ShowTrainingListController'] = $instance = new \App\Controller\Front\Channel\ShowTrainingListController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Channel\\ShowTrainingListController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Channel\SubAjaxListController' shared autowired service.
*
* @return \App\Controller\Front\Channel\SubAjaxListController
*/
protected function getSubAjaxListControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Channel/SubAjaxListController.php';
$this->services['App\\Controller\\Front\\Channel\\SubAjaxListController'] = $instance = new \App\Controller\Front\Channel\SubAjaxListController();
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\AnswerController' shared autowired service.
*
* @return \App\Controller\Front\Exercise\AnswerController
*/
protected function getAnswerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/AnswerController.php';
$this->services['App\\Controller\\Front\\Exercise\\AnswerController'] = $instance = new \App\Controller\Front\Exercise\AnswerController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\AnswerController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\CancelController' shared autowired service.
*
* @return \App\Controller\Front\Exercise\CancelController
*/
protected function getCancelControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/CancelController.php';
$this->services['App\\Controller\\Front\\Exercise\\CancelController'] = $instance = new \App\Controller\Front\Exercise\CancelController(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\CancelController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\FinishController' shared autowired service.
*
* @return \App\Controller\Front\Exercise\FinishController
*/
protected function getFinishControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/FinishController.php';
$this->services['App\\Controller\\Front\\Exercise\\FinishController'] = $instance = new \App\Controller\Front\Exercise\FinishController(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\FinishController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\RedirectToShowResultsAction' shared autowired service.
*
* @return \App\Controller\Front\Exercise\RedirectToShowResultsAction
*/
protected function getRedirectToShowResultsActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/RedirectToShowResultsAction.php';
$this->services['App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'] = $instance = new \App\Controller\Front\Exercise\RedirectToShowResultsAction();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\ShowController' shared autowired service.
*
* @return \App\Controller\Front\Exercise\ShowController
*/
protected function getShowController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/ShowController.php';
$this->services['App\\Controller\\Front\\Exercise\\ShowController'] = $instance = new \App\Controller\Front\Exercise\ShowController(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\SolutionController' shared autowired service.
*
* @return \App\Controller\Front\Exercise\SolutionController
*/
protected function getSolutionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/SolutionController.php';
$this->services['App\\Controller\\Front\\Exercise\\SolutionController'] = $instance = new \App\Controller\Front\Exercise\SolutionController(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\SolutionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Exercise\StartController' shared autowired service.
*
* @return \App\Controller\Front\Exercise\StartController
*/
protected function getStartControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Exercise/StartController.php';
$this->services['App\\Controller\\Front\\Exercise\\StartController'] = $instance = new \App\Controller\Front\Exercise\StartController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\StartController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\HomeConnectedController' shared autowired service.
*
* @return \App\Controller\Front\HomeConnectedController
*/
protected function getHomeConnectedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/HomeConnectedController.php';
$this->services['App\\Controller\\Front\\HomeConnectedController'] = $instance = new \App\Controller\Front\HomeConnectedController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\HomeConnectedController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\HomeController' shared autowired service.
*
* @return \App\Controller\Front\HomeController
*/
protected function getHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/HomeController.php';
include_once \dirname(__DIR__, 4).'/src/Service/NellappGlobalStatsService.php';
$a = ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService());
$this->services['App\\Controller\\Front\\HomeController'] = $instance = new \App\Controller\Front\HomeController($a, new \App\Service\NellappGlobalStatsService(($this->services['cache.app'] ?? $this->getCache_AppService()), $a, ($this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] ?? $this->getOriginLessonRepositoryService()), ($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService())));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\HomeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Chapter\ChapterController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Chapter\ChapterController
*/
protected function getChapterControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Chapter/ChapterController.php';
$this->services['App\\Controller\\Front\\Scholar\\Chapter\\ChapterController'] = $instance = new \App\Controller\Front\Scholar\Chapter\ChapterController(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\ChapterController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController
*/
protected function getDeleteMessageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php';
$this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController
*/
protected function getRedirectToMessageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Chapter/Message/RedirectToMessageController.php';
$this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Lesson\RedirectOnLessonController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Lesson\RedirectOnLessonController
*/
protected function getRedirectOnLessonControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Lesson/RedirectOnLessonController.php';
$this->services['App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController'] = $instance = new \App\Controller\Front\Scholar\Lesson\RedirectOnLessonController(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Lesson\ShowController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Lesson\ShowController
*/
protected function getShowController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Lesson/ShowController.php';
$this->services['App\\Controller\\Front\\Scholar\\Lesson\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Lesson\ShowController(($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Lesson\ShowLessonReviewController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Lesson\ShowLessonReviewController
*/
protected function getShowLessonReviewControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Lesson/ShowLessonReviewController.php';
$this->services['App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController'] = $instance = new \App\Controller\Front\Scholar\Lesson\ShowLessonReviewController(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\ScholarNavigationService'] ?? $this->getScholarNavigationServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Module\ShowController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Module\ShowController
*/
protected function getShowController4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Module/ShowController.php';
$this->services['App\\Controller\\Front\\Scholar\\Module\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Module\ShowController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Module\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\PracticalCase\CorrectorShowController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\PracticalCase\CorrectorShowController
*/
protected function getCorrectorShowControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/PracticalCase/CorrectorShowController.php';
$this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\CorrectorShowController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController
*/
protected function getDeletePracticalCaseResponseControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/PracticalCase/DeletePracticalCaseResponseController.php';
$this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController
*/
protected function getDownloadPracticalCaseFilesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/PracticalCase/DownloadPracticalCaseFilesController.php';
$this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction' shared autowired service.
*
* @return \App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction
*/
protected function getRedirectToShowPracticalCaseActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/PracticalCase/RedirectToShowPracticalCaseAction.php';
$this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\PracticalCase\ShowController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\PracticalCase\ShowController
*/
protected function getShowController5Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/PracticalCase/ShowController.php';
$this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\ShowController(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController
*/
protected function getDeleteAdviceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Training/Advice/DeleteAdviceController.php';
$this->services['App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController'] = $instance = new \App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Training\Ajax\GetTrainingController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Training\Ajax\GetTrainingController
*/
protected function getGetTrainingControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Training/Ajax/GetTrainingController.php';
$this->services['App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController'] = $instance = new \App\Controller\Front\Scholar\Training\Ajax\GetTrainingController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Training\AllTrainingController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Training\AllTrainingController
*/
protected function getAllTrainingControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Training/AllTrainingController.php';
$this->services['App\\Controller\\Front\\Scholar\\Training\\AllTrainingController'] = $instance = new \App\Controller\Front\Scholar\Training\AllTrainingController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController
*/
protected function getPaymentFundingContactControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Training/Payment/PaymentFundingContactController.php';
$this->services['App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController'] = $instance = new \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController(($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\Scholar\Training\ShowController' shared autowired service.
*
* @return \App\Controller\Front\Scholar\Training\ShowController
*/
protected function getShowController6Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Training/ShowController.php';
$this->services['App\\Controller\\Front\\Scholar\\Training\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Training\ShowController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\AdviceRepository'] ?? $this->getAdviceRepositoryService()), ($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()), ($this->privates['App\\Service\\Scholar\\StatusService'] ?? $this->getStatusServiceService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Training\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\SearchController' shared autowired service.
*
* @return \App\Controller\Front\SearchController
*/
protected function getSearchControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/SearchController.php';
$this->services['App\\Controller\\Front\\SearchController'] = $instance = new \App\Controller\Front\SearchController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\SearchController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController
*/
protected function getCloseAssignableMessageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Chapter/Message/CloseAssignableMessageController.php';
$this->services['App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController'] = $instance = new \App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController
*/
protected function getDeleteMessageController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php';
$this->services['App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController'] = $instance = new \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Chapter\ShowController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Chapter\ShowController
*/
protected function getShowController7Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Chapter/ShowController.php';
$this->services['App\\Controller\\Manager\\Channel\\Chapter\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Chapter\ShowController(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\DashboardAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\DashboardAction
*/
protected function getDashboardActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/DashboardAction.php';
$this->services['App\\Controller\\Manager\\Channel\\DashboardAction'] = $instance = new \App\Controller\Manager\Channel\DashboardAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\DashboardAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\DeleteController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\DeleteController
*/
protected function getDeleteController2Service()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/DeleteController.php';
$this->services['App\\Controller\\Manager\\Channel\\DeleteController'] = $instance = new \App\Controller\Manager\Channel\DeleteController(($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\DeleteMultipleController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\DeleteMultipleController
*/
protected function getDeleteMultipleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/DeleteMultipleController.php';
$this->services['App\\Controller\\Manager\\Channel\\DeleteMultipleController'] = $instance = new \App\Controller\Manager\Channel\DeleteMultipleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\DeleteMultipleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\CollectionAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\CollectionAction
*/
protected function getCollectionAction8Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/CollectionAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Exercise\CollectionAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\DeleteController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\DeleteController
*/
protected function getDeleteController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\DeleteController'] = $instance = new \App\Controller\Manager\Channel\Exercise\DeleteController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\DeleteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\EditController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\EditController
*/
protected function getEditControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/EditController.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\EditController'] = $instance = new \App\Controller\Manager\Channel\Exercise\EditController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\EditController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction
*/
protected function getExerciseResultShowActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/ExerciseResultShowAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction'] = $instance = new \App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\NewController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\NewController
*/
protected function getNewControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/NewController.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\NewController'] = $instance = new \App\Controller\Manager\Channel\Exercise\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\NewController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\ShowController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\ShowController
*/
protected function getShowController8Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/ShowController.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Exercise\ShowController();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Exercise\StartController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Exercise\StartController
*/
protected function getStartController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/StartController.php';
$this->services['App\\Controller\\Manager\\Channel\\Exercise\\StartController'] = $instance = new \App\Controller\Manager\Channel\Exercise\StartController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\StartController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction
*/
protected function getCheckSharedLessonActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/CheckSharedLessonAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\CollectionAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\CollectionAction
*/
protected function getCollectionAction9Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/CollectionAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\CollectionAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\EditController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\EditController
*/
protected function getEditController2Service()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/EditController.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\EditController'] = $instance = new \App\Controller\Manager\Channel\Lesson\EditController();
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\NewController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\NewController
*/
protected function getNewController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/NewController.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\NewController'] = $instance = new \App\Controller\Manager\Channel\Lesson\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\NewController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\ReviewCollectionController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\ReviewCollectionController
*/
protected function getReviewCollectionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/ReviewCollectionController.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ReviewCollectionController(($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\ShareController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\ShareController
*/
protected function getShareControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/AbstractShareController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/ShareController.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShareController(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShareController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\ShowController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\ShowController
*/
protected function getShowController9Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/ShowController.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShowController();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\ToggleAction
*/
protected function getToggleActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/ToggleAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\ToggleAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction
*/
protected function getToggleLessonReviewActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Lesson/ToggleLessonReviewAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\CollectionAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\CollectionAction
*/
protected function getCollectionAction10Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/CollectionAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Module\CollectionAction(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\EditController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\EditController
*/
protected function getEditController3Service()
{
include_once \dirname(__DIR__, 4).'/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/EditController.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\EditController'] = $instance = new \App\Controller\Manager\Channel\Module\EditController();
$instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
$instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\GetAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\GetAction
*/
protected function getGetActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/GetAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Module\GetAction();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\GetAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\NewController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\NewController
*/
protected function getNewController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/NewController.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\NewController'] = $instance = new \App\Controller\Manager\Channel\Module\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\NewController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\ShareController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\ShareController
*/
protected function getShareController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/AbstractShareController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/ShareController.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Module\ShareController(($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShareController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\ShowController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\ShowController
*/
protected function getShowController10Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/ShowController.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\ShowWithoutTrainingController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController
*/
protected function getShowWithoutTrainingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/ShowWithoutTrainingController.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Module\ToggleAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Module\ToggleAction
*/
protected function getToggleAction2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Module/ToggleAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Module\\ToggleAction'] = $instance = new \App\Controller\Manager\Channel\Module\ToggleAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ToggleAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController
*/
protected function getSharedChannelsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedChannelsController.php';
$this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController(($this->privates['App\\Repository\\Channel\\SharedChannelRepository'] ?? $this->getSharedChannelRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController
*/
protected function getSharedLessonsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedLessonsController.php';
$this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController
*/
protected function getSharedModulesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedModulesController.php';
$this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController
*/
protected function getSharedTrainingsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedTrainingsController.php';
$this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController
*/
protected function getToggleShareControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareController.php';
$this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController(($this->privates['App\\Service\\ShareContent\\shareScholarService'] ?? $this->getShareScholarServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController
*/
protected function getToggleShareMultipleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareMultipleController.php';
$this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ShareContent\\shareScholarService'] ?? $this->getShareScholarServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase' shared autowired service.
*
* @return \App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase
*/
protected function getArchivePracticalCaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/PracticalCase/ArchivePracticalCase.php';
$this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController
*/
protected function getDownloadPracticalCaseFilesController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/PracticalCase/DownloadPracticalCaseFilesController.php';
$this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\PracticalCase\EditController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\PracticalCase\EditController
*/
protected function getEditController4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/PracticalCase/EditController.php';
$this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\EditController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\EditController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\EditController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\PracticalCase\NewController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\PracticalCase\NewController
*/
protected function getNewController4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/PracticalCase/NewController.php';
$this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\NewController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\NewController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\PracticalCase\ReattributeController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\PracticalCase\ReattributeController
*/
protected function getReattributeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/PracticalCase/ReattributeController.php';
$this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ReattributeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\PracticalCase\ShowController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\PracticalCase\ShowController
*/
protected function getShowController11Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/PracticalCase/ShowController.php';
$this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ShowController();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\CollectionAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\CollectionAction
*/
protected function getCollectionAction11Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/CollectionAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Training\CollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\EditController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\EditController
*/
protected function getEditController5Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/EditController.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\EditController'] = $instance = new \App\Controller\Manager\Channel\Training\EditController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\EditController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\GetAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\GetAction
*/
protected function getGetAction2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/GetAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Training\GetAction();
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\GetAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\NewController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\NewController
*/
protected function getNewController5Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/NewController.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\NewController'] = $instance = new \App\Controller\Manager\Channel\Training\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\NewController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\ShareController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\ShareController
*/
protected function getShareController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/AbstractShareController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/ShareController.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Training\ShareController(($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShareController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\ShowController' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\ShowController
*/
protected function getShowController12Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/ShowController.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Training\ShowController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShowController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Manager\Channel\Training\ToggleAction' shared autowired service.
*
* @return \App\Controller\Manager\Channel\Training\ToggleAction
*/
protected function getToggleAction3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Training/ToggleAction.php';
$this->services['App\\Controller\\Manager\\Channel\\Training\\ToggleAction'] = $instance = new \App\Controller\Manager\Channel\Training\ToggleAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\ToggleAction', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Reverse_Sync\Training\PostPermissionAction' shared autowired service.
*
* @return \App\Controller\Reverse_Sync\Training\PostPermissionAction
*/
protected function getPostPermissionAction2Service()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Reverse_Sync/Training/PostPermissionAction.php';
return $this->services['App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction'] = new \App\Controller\Reverse_Sync\Training\PostPermissionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\TemplateCustomController' shared autowired service.
*
* @return \App\Controller\TemplateCustomController
*/
protected function getTemplateCustomControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TemplateCustomController.php';
$this->services['App\\Controller\\TemplateCustomController'] = $instance = new \App\Controller\TemplateCustomController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\TemplateCustomController', $this));
return $instance;
}
/**
* Gets the public 'App\Uploader\Naming\UserAvatarNamer' shared autowired service.
*
* @return \App\Uploader\Naming\UserAvatarNamer
*/
protected function getUserAvatarNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Uploader/Naming/UserAvatarNamer.php';
return $this->services['App\\Uploader\\Naming\\UserAvatarNamer'] = new \App\Uploader\Naming\UserAvatarNamer(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the public 'App\Uploader\Naming\UuidNamer' shared autowired service.
*
* @return \App\Uploader\Naming\UuidNamer
*/
protected function getUuidNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Uploader/Naming/UuidNamer.php';
return $this->services['App\\Uploader\\Naming\\UuidNamer'] = new \App\Uploader\Naming\UuidNamer();
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'Faker\Generator' shared service.
*
* @return \Faker\Generator
*/
protected function getGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
$this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('fr_FR');
$instance->seed(1);
$instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
$instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
$instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
return $instance;
}
/**
* Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
*
* @return \Liip\ImagineBundle\Controller\ImagineController
*/
protected function getImagineControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
*/
protected function getConnectActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction(($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']))));
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
*/
protected function getConnectCheckActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
*/
protected function getLoggedOutActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
*/
protected function getLogoutActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
*/
protected function getCollectionAction12Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
*/
protected function getChatNotificationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController(new \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET')), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
$instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
*/
protected function getChannelAdminCollectionActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
*/
protected function getChannelLearnerCollectionActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
*/
protected function getChannelUserCollectionActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
*/
protected function getChannelResourceAccessCacheControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
$this->services['Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'] = $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()));
$instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
*/
protected function getDeleteActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
$instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance = $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
$this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance = $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
$instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
*/
protected function getEditActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
$instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance = $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
$this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance = $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
$instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
*/
protected function getIndexActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
$instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
$instance = $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
$this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance = $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
$instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
*/
protected function getNewActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
$instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance = $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
$this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance = $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
$instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction', $this));
return $instance;
}
/**
* Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
*/
protected function getCollectionAction13Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
return $this->services['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), '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.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 9 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
}, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Command\\CalculateMcqCommand' => ['privates', 'App\\Command\\CalculateMcqCommand', 'getCalculateMcqCommandService', false],
'App\\Command\\CheckSharedEntityCommand' => ['privates', '.App\\Command\\CheckSharedEntityCommand.lazy', 'getCheckSharedEntityCommand_LazyService', false],
'App\\Command\\FixImageChapterCommand' => ['privates', 'App\\Command\\FixImageChapterCommand', 'getFixImageChapterCommandService', false],
'App\\Command\\UpdateMimeTypeForNellappFileCommand' => ['privates', '.App\\Command\\UpdateMimeTypeForNellappFileCommand.lazy', 'getUpdateMimeTypeForNellappFileCommand_LazyService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
'console.command.messenger_failed_messages_retry' => ['privates', '.console.command.messenger_failed_messages_retry.lazy', 'get_Console_Command_MessengerFailedMessagesRetry_LazyService', false],
'console.command.messenger_failed_messages_show' => ['privates', '.console.command.messenger_failed_messages_show.lazy', 'get_Console_Command_MessengerFailedMessagesShow_LazyService', false],
'console.command.messenger_failed_messages_remove' => ['privates', '.console.command.messenger_failed_messages_remove.lazy', 'get_Console_Command_MessengerFailedMessagesRemove_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services', 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'oneup_uploader.command.clear_chunks' => ['privates', 'oneup_uploader.command.clear_chunks', 'getOneupUploader_Command_ClearChunksService', false],
'oneup_uploader.command.clear_orphans' => ['privates', 'oneup_uploader.command.clear_orphans', 'getOneupUploader_Command_ClearOrphansService', false],
'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates', '.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy', 'getCheckChannelMenuDisplayedCommand_LazyService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand', 'getFailedMessageCommandService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates', '.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy', 'getFullRefreshClassCommand_LazyService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates', '.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy', 'getRefreshClassCommand_LazyService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates', '.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy', 'getRefreshOneCommand_LazyService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates', '.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy', 'getUserFromChannelCommand_LazyService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates', '.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy', 'getSyncOneCommand_LazyService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
], [
'App\\Command\\CalculateMcqCommand' => 'App\\Command\\CalculateMcqCommand',
'App\\Command\\CheckSharedEntityCommand' => '?',
'App\\Command\\FixImageChapterCommand' => 'App\\Command\\FixImageChapterCommand',
'App\\Command\\UpdateMimeTypeForNellappFileCommand' => '?',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.messenger_consume_messages' => '?',
'console.command.messenger_setup_transports' => '?',
'console.command.messenger_debug' => '?',
'console.command.messenger_stop_workers' => '?',
'console.command.messenger_failed_messages_retry' => '?',
'console.command.messenger_failed_messages_show' => '?',
'console.command.messenger_failed_messages_remove' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
]), ['app:calculate-mcq' => 'App\\Command\\CalculateMcqCommand', 'app:check-shared-entity' => 'App\\Command\\CheckSharedEntityCommand', 'app:fix-image-chapter' => 'App\\Command\\FixImageChapterCommand', 'app:update-nellapp-file' => 'App\\Command\\UpdateMimeTypeForNellappFileCommand', '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:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => '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', 'messenger:failed:retry' => 'console.command.messenger_failed_messages_retry', 'messenger:failed:show' => 'console.command.messenger_failed_messages_show', 'messenger:failed:remove' => 'console.command.messenger_failed_messages_remove', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', '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', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_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', 'hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'oneup:uploader:clear-chunks' => 'oneup_uploader.command.clear_chunks', 'oneup:uploader:clear-orphans' => 'oneup_uploader.command.clear_orphans', 'liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove', 'liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'nellapp:check:menu-displayed' => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand', 'nellapp:failed-message' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand', 'nellapp:force-full-refresh' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand', 'nellapp:force-refresh' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand', 'nellapp:force-refresh-one' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand', 'nellapp:force-sync:ufc' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand', 'nellapp:sync:one' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand', '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']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.5.0', 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber', 'getImageSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber', 'getCountSharedContentSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber', 'getLessonSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber', 'getModuleLessonSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber', 'getOriginChapterSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber', 'getOriginExerciseSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber', 'getOriginPracticalCaseSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber', 'getTrainingModuleSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber', 'getTrainingSubscriberService', false],
'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => ['privates', 'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber', 'getProductUpdateSubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber', 'getBlameSubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber', 'getHierarchySlugSubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber', 'getHierarchySubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber', 'getSlugSubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber', 'getTimestampSubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber', 'getTranslationSubscriberService', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber', 'getSlugSubscriber2Service', false],
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates', 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber', 'getTimestampSubscriber2Service', false],
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber', 'getValidGlobalChannelAndUserSubscriberService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber', 'getChannelMenuDisplayedSubscriber2Service', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber', 'getPermissionConstraintSubscriberService', false],
'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber', 'getNellappFileSubscriberService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
'nellapp_sdk.auth.user_resolve_target_entity' => ['privates', 'nellapp_sdk.auth.user_resolve_target_entity', 'getNellappSdk_Auth_UserResolveTargetEntityService', false],
'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity', 'getNellappSdk_Channel_AbstractCursusResolveTargetEntityService', false],
'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.channel_channel_resolve_target_entity', 'getNellappSdk_Channel_ChannelChannelResolveTargetEntityService', false],
'nellapp_sdk.channel.channel_group_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.channel_group_resolve_target_entity', 'getNellappSdk_Channel_ChannelGroupResolveTargetEntityService', false],
'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.channel_training_resolve_target_entity', 'getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService', false],
'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.channel_user_data_resolve_target_entity', 'getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService', false],
'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity', 'getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService', false],
'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates', 'nellapp_sdk.channel.channel_user_role_resolve_target_entity', 'getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService', false],
'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates', 'nellapp_sdk.global_getter.channel_class_resolve_target_entity', 'getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService', false],
'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => ['privates', 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity', 'getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService', false],
'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => ['privates', 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity', 'getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService', false],
'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates', 'nellapp_sdk.global_getter.user_class_resolve_target_entity', 'getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService', false],
'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', false],
], [
'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber' => '?',
'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => '?',
'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'nellapp_sdk.auth.user_resolve_target_entity' => '?',
'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
'nellapp_sdk.channel.channel_group_resolve_target_entity' => '?',
'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
]), [0 => 'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber', 1 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber', 2 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber', 3 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber', 4 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber', 5 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber', 6 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber', 7 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber', 8 => 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber', 9 => 'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber', 10 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 11 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 12 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 13 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 14 => 'stof_doctrine_extensions.listener.sluggable', 15 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber', 16 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber', 17 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber', 18 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber', 19 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber', 20 => 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber', 21 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber', 22 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber', 23 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber', 24 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity', 25 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity', 26 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity', 27 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity', 28 => 'nellapp_sdk.auth.user_resolve_target_entity', 29 => 'nellapp_sdk.channel.channel_channel_resolve_target_entity', 30 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity', 31 => 'nellapp_sdk.channel.channel_group_resolve_target_entity', 32 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity', 33 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity', 34 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity', 35 => 'nellapp_sdk.channel.channel_training_resolve_target_entity', 36 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 37 => [0 => [0 => 'prePersist'], 1 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 38 => [0 => [0 => 'preUpdate'], 1 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 39 => [0 => [0 => 'loadClassMetadata'], 1 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 40 => [0 => [0 => 'prePersist'], 1 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 41 => [0 => [0 => 'preUpdate'], 1 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber', 'getUserSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber', 'getChannelUserDataSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber', 'getChannelSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber', 'getAssignableSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber', 'getFileSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'getLessonReviewSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'getModuleStatusSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber', 'getOriginLessonSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'getPracticalCaseResponseSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber', 'getPracticalCaseSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber', 'getShareLessonSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber', 'getSharedModuleSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber', 'getSharedTrainingSubscriberService', false],
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber' => ['privates', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'getTrainingStatusSubscriberService', false],
], [
'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber' => '?',
'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber' => '?',
]));
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber');
$instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Entity')])));
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'Nellapp\\Bundle\\SDKBundle\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\Account\\AdviceRepository' => ['privates', 'App\\Repository\\Account\\AdviceRepository', 'getAdviceRepositoryService', false],
'App\\Repository\\Account\\LogUserDataRepository' => ['privates', 'App\\Repository\\Account\\LogUserDataRepository', 'getLogUserDataRepositoryService', false],
'App\\Repository\\Account\\NotificationRepository' => ['privates', 'App\\Repository\\Account\\NotificationRepository', 'getNotificationRepositoryService', false],
'App\\Repository\\Account\\UserRepository' => ['privates', 'App\\Repository\\Account\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\Achievement\\AchievementChapterRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementChapterRepository', 'getAchievementChapterRepositoryService', false],
'App\\Repository\\Achievement\\AchievementContentRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementContentRepository', 'getAchievementContentRepositoryService', false],
'App\\Repository\\Achievement\\AchievementLessonRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementLessonRepository', 'getAchievementLessonRepositoryService', false],
'App\\Repository\\Achievement\\AchievementModuleRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementModuleRepository', 'getAchievementModuleRepositoryService', false],
'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository', 'getAchievementTimeLogLessonRepositoryService', false],
'App\\Repository\\Achievement\\AchievementTimeLogRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementTimeLogRepository', 'getAchievementTimeLogRepositoryService', false],
'App\\Repository\\Achievement\\AchievementTrainingRepository' => ['privates', 'App\\Repository\\Achievement\\AchievementTrainingRepository', 'getAchievementTrainingRepositoryService', false],
'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates', 'App\\Repository\\ChannelUserData\\AbstractCursusRepository', 'getAbstractCursusRepositoryService', false],
'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates', 'App\\Repository\\ChannelUserData\\ChannelUserDataRepository', 'getChannelUserDataRepositoryService', false],
'App\\Repository\\Channel\\ChannelDescriptionRepository' => ['privates', 'App\\Repository\\Channel\\ChannelDescriptionRepository', 'getChannelDescriptionRepositoryService', false],
'App\\Repository\\Channel\\ChannelGalleryRepository' => ['privates', 'App\\Repository\\Channel\\ChannelGalleryRepository', 'getChannelGalleryRepositoryService', false],
'App\\Repository\\Channel\\ChannelRepository' => ['privates', 'App\\Repository\\Channel\\ChannelRepository', 'getChannelRepositoryService', false],
'App\\Repository\\Channel\\GroupRepository' => ['privates', 'App\\Repository\\Channel\\GroupRepository', 'getGroupRepositoryService', false],
'App\\Repository\\Channel\\ImageRepository' => ['privates', 'App\\Repository\\Channel\\ImageRepository', 'getImageRepositoryService', false],
'App\\Repository\\Channel\\InstitutionRepository' => ['privates', 'App\\Repository\\Channel\\InstitutionRepository', 'getInstitutionRepositoryService', false],
'App\\Repository\\Channel\\Partner\\PartnerRepository' => ['privates', 'App\\Repository\\Channel\\Partner\\PartnerRepository', 'getPartnerRepositoryService', false],
'App\\Repository\\Channel\\SharedChannelRepository' => ['privates', 'App\\Repository\\Channel\\SharedChannelRepository', 'getSharedChannelRepositoryService', false],
'App\\Repository\\Common\\AssignableRepository' => ['privates', 'App\\Repository\\Common\\AssignableRepository', 'getAssignableRepositoryService', false],
'App\\Repository\\Common\\FileRepository' => ['privates', 'App\\Repository\\Common\\FileRepository', 'getFileRepositoryService', false],
'App\\Repository\\Exercise\\ExerciseRepository' => ['privates', 'App\\Repository\\Exercise\\ExerciseRepository', 'getExerciseRepositoryService', false],
'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => ['privates', 'App\\Repository\\Exercise\\User\\ExerciseResultRepository', 'getExerciseResultRepositoryService', false],
'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => ['privates', 'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository', 'getMultipleChoiceQuestionResultRepositoryService', false],
'App\\Repository\\Forum\\MessageRepository' => ['privates', 'App\\Repository\\Forum\\MessageRepository', 'getMessageRepositoryService', false],
'App\\Repository\\Payment\\LessonProductRepository' => ['privates', 'App\\Repository\\Payment\\LessonProductRepository', 'getLessonProductRepositoryService', false],
'App\\Repository\\Payment\\ModuleProductRepository' => ['privates', 'App\\Repository\\Payment\\ModuleProductRepository', 'getModuleProductRepositoryService', false],
'App\\Repository\\Payment\\OrderAttemptRepository' => ['privates', 'App\\Repository\\Payment\\OrderAttemptRepository', 'getOrderAttemptRepositoryService', false],
'App\\Repository\\Payment\\TrainingProductRepository' => ['privates', 'App\\Repository\\Payment\\TrainingProductRepository', 'getTrainingProductRepositoryService', false],
'App\\Repository\\Scholar\\ChapterRepository' => ['privates', 'App\\Repository\\Scholar\\ChapterRepository', 'getChapterRepositoryService', false],
'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => ['privates', 'App\\Repository\\Scholar\\LessonPrerequisiteRepository', 'getLessonPrerequisiteRepositoryService', false],
'App\\Repository\\Scholar\\LessonRepository' => ['privates', 'App\\Repository\\Scholar\\LessonRepository', 'getLessonRepositoryService', false],
'App\\Repository\\Scholar\\LessonReviewRepository' => ['privates', 'App\\Repository\\Scholar\\LessonReviewRepository', 'getLessonReviewRepositoryService', false],
'App\\Repository\\Scholar\\LessonStatsRepository' => ['privates', 'App\\Repository\\Scholar\\LessonStatsRepository', 'getLessonStatsRepositoryService', false],
'App\\Repository\\Scholar\\ModulePermissionRepository' => ['privates', 'App\\Repository\\Scholar\\ModulePermissionRepository', 'getModulePermissionRepositoryService', false],
'App\\Repository\\Scholar\\ModuleRepository' => ['privates', 'App\\Repository\\Scholar\\ModuleRepository', 'getModuleRepositoryService', false],
'App\\Repository\\Scholar\\OriginLessonRepository' => ['privates', 'App\\Repository\\Scholar\\OriginLessonRepository', 'getOriginLessonRepositoryService', false],
'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => ['privates', 'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository', 'getFilePracticalCaseRepositoryService', false],
'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => ['privates', 'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository', 'getFilePracticalCaseResponseRepositoryService', false],
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => ['privates', 'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository', 'getPracticalCaseRepositoryService', false],
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => ['privates', 'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository', 'getPracticalCaseResourceRepositoryService', false],
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => ['privates', 'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository', 'getPracticalCaseResponseRepositoryService', false],
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => ['privates', 'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository', 'getPracticalCaseUserRepositoryService', false],
'App\\Repository\\Scholar\\SharedChapterRepository' => ['privates', 'App\\Repository\\Scholar\\SharedChapterRepository', 'getSharedChapterRepositoryService', false],
'App\\Repository\\Scholar\\SharedExerciseRepository' => ['privates', 'App\\Repository\\Scholar\\SharedExerciseRepository', 'getSharedExerciseRepositoryService', false],
'App\\Repository\\Scholar\\SharedLessonRepository' => ['privates', 'App\\Repository\\Scholar\\SharedLessonRepository', 'getSharedLessonRepositoryService', false],
'App\\Repository\\Scholar\\SharedModuleRepository' => ['privates', 'App\\Repository\\Scholar\\SharedModuleRepository', 'getSharedModuleRepositoryService', false],
'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => ['privates', 'App\\Repository\\Scholar\\SharedPracticalCaseRepository', 'getSharedPracticalCaseRepositoryService', false],
'App\\Repository\\Scholar\\SharedTrainingRepository' => ['privates', 'App\\Repository\\Scholar\\SharedTrainingRepository', 'getSharedTrainingRepositoryService', false],
'App\\Repository\\Scholar\\TrainingDescriptionRepository' => ['privates', 'App\\Repository\\Scholar\\TrainingDescriptionRepository', 'getTrainingDescriptionRepositoryService', false],
'App\\Repository\\Scholar\\TrainingPermissionRepository' => ['privates', 'App\\Repository\\Scholar\\TrainingPermissionRepository', 'getTrainingPermissionRepositoryService', false],
'App\\Repository\\Scholar\\TrainingRepository' => ['privates', 'App\\Repository\\Scholar\\TrainingRepository', 'getTrainingRepositoryService', false],
'App\\Repository\\Template\\TemplatePageRepository' => ['privates', 'App\\Repository\\Template\\TemplatePageRepository', 'getTemplatePageRepositoryService', false],
'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository', 'getChannelUserRoleRepositoryService', false],
'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository', 'getUserFromChannelRepositoryService', false],
], [
'App\\Repository\\Account\\AdviceRepository' => '?',
'App\\Repository\\Account\\LogUserDataRepository' => '?',
'App\\Repository\\Account\\NotificationRepository' => '?',
'App\\Repository\\Account\\UserRepository' => '?',
'App\\Repository\\Achievement\\AchievementChapterRepository' => '?',
'App\\Repository\\Achievement\\AchievementContentRepository' => '?',
'App\\Repository\\Achievement\\AchievementLessonRepository' => '?',
'App\\Repository\\Achievement\\AchievementModuleRepository' => '?',
'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => '?',
'App\\Repository\\Achievement\\AchievementTimeLogRepository' => '?',
'App\\Repository\\Achievement\\AchievementTrainingRepository' => '?',
'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
'App\\Repository\\Channel\\ChannelDescriptionRepository' => '?',
'App\\Repository\\Channel\\ChannelGalleryRepository' => '?',
'App\\Repository\\Channel\\ChannelRepository' => '?',
'App\\Repository\\Channel\\GroupRepository' => '?',
'App\\Repository\\Channel\\ImageRepository' => '?',
'App\\Repository\\Channel\\InstitutionRepository' => '?',
'App\\Repository\\Channel\\Partner\\PartnerRepository' => '?',
'App\\Repository\\Channel\\SharedChannelRepository' => '?',
'App\\Repository\\Common\\AssignableRepository' => '?',
'App\\Repository\\Common\\FileRepository' => '?',
'App\\Repository\\Exercise\\ExerciseRepository' => '?',
'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => '?',
'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => '?',
'App\\Repository\\Forum\\MessageRepository' => '?',
'App\\Repository\\Payment\\LessonProductRepository' => '?',
'App\\Repository\\Payment\\ModuleProductRepository' => '?',
'App\\Repository\\Payment\\OrderAttemptRepository' => '?',
'App\\Repository\\Payment\\TrainingProductRepository' => '?',
'App\\Repository\\Scholar\\ChapterRepository' => '?',
'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => '?',
'App\\Repository\\Scholar\\LessonRepository' => '?',
'App\\Repository\\Scholar\\LessonReviewRepository' => '?',
'App\\Repository\\Scholar\\LessonStatsRepository' => '?',
'App\\Repository\\Scholar\\ModulePermissionRepository' => '?',
'App\\Repository\\Scholar\\ModuleRepository' => '?',
'App\\Repository\\Scholar\\OriginLessonRepository' => '?',
'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => '?',
'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => '?',
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => '?',
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => '?',
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => '?',
'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => '?',
'App\\Repository\\Scholar\\SharedChapterRepository' => '?',
'App\\Repository\\Scholar\\SharedExerciseRepository' => '?',
'App\\Repository\\Scholar\\SharedLessonRepository' => '?',
'App\\Repository\\Scholar\\SharedModuleRepository' => '?',
'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => '?',
'App\\Repository\\Scholar\\SharedTrainingRepository' => '?',
'App\\Repository\\Scholar\\TrainingDescriptionRepository' => '?',
'App\\Repository\\Scholar\\TrainingPermissionRepository' => '?',
'App\\Repository\\Scholar\\TrainingRepository' => '?',
'App\\Repository\\Template\\TemplatePageRepository' => '?',
'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
])));
$a->addCustomStringFunction('MATCH_AGAINST', 'App\\Doctrine\\MatchAgainstFunction');
$a->addCustomStringFunction('TYPE', 'App\\Doctrine\\TypeFunction');
$a->addCustomStringFunction('FIND_IN_SET', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
$a->addCustomNumericFunction('ROUND', 'DoctrineExtensions\\Query\\Mysql\\Round');
$a->addCustomDatetimeFunction('TIMEDIFF', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$a->addCustomDatetimeFunction('TIME_TO_SEC', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('oneup_uploader.post_upload', [0 => function () {
return ($this->privates['app.file_upload_listener'] ?? ($this->privates['app.file_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
}, 1 => 'postUpload'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('spiriit_filter.prepare', [0 => function () {
return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
}, 1 => 'onFilterBuilderPrepare'], 0);
$instance->addListener('spiriit_filter.apply_filters.orm', [0 => function () {
return ($this->privates['spiriit_form_filter.apply_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.apply_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\DoctrineApplyFilterListener('and')));
}, 1 => 'onApplyFilterCondition'], 0);
$instance->addListener('oneup_uploader.pre_upload.user_avatar', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
}, 1 => 'onPreUpload'], 0);
$instance->addListener('oneup_uploader.post_persist.user_avatar', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
}, 1 => 'onFinishedUpload'], 0);
$instance->addListener('oneup_uploader.pre_upload.channel_images', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
}, 1 => 'onPreUpload'], 0);
$instance->addListener('oneup_uploader.post_persist.channel_images', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
}, 1 => 'onFinishedUpload'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
}, 1 => 'checkPendingExercise'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] ?? $this->getPsrResponseListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
}, 1 => '__invoke'], 31);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
}, 1 => '__invoke'], 15);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'logout'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
}, 1 => '__invoke'], 15);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
}, 1 => '__invoke'], 63);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
}, 1 => '__invoke'], -63);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
}, 1 => '__invoke'], -195);
$instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterBoolean'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterCheckbox'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_date', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDate'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDateRange'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDateTime'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDateTimeRange'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterEntity'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterEnum'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_number', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterNumber'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterNumberRange'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.filter_text', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterText'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.text', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterText'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.email', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.integer', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.money', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.number', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.percent', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.search', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.url', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.choice', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.entity', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterEntity'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.country', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.language', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.locale', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.timezone', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.date', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDate'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.datetime', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDate'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.birthday', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterDate'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.checkbox', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('spiriit_form_filter.apply.orm.radio', [0 => function () {
return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
}, 1 => 'filterValue'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
*/
protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
*/
protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
*/
protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
*
* @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
*/
protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
$this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
$instance->setName('hautelook:fixtures:load');
return $instance;
}
/**
* Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_AppendLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.loader' shared service.
*
* @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
*/
protected function getHautelookAlice_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'hautelook_alice.locator' shared service.
*
* @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
*/
protected function getHautelookAlice_LocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->getParameter('hautelook_alice.fixtures_path'), $this->parameters['hautelook_alice.root_dirs']));
}
/**
* Gets the public 'hautelook_alice.resolver.bundle' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
*/
protected function getHautelookAlice_Resolver_BundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel', 1))));
}
/**
* Gets the public 'hautelook_alice.resolver.file' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
*/
protected function getHautelookAlice_Resolver_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
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['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
$a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
$b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Serializer\\Handler\\PaginationHandler' => ['privates', 'App\\Serializer\\Handler\\PaginationHandler', 'getPaginationHandlerService', false],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler', 'getRouteHandlerService', false],
], [
'App\\Serializer\\Handler\\PaginationHandler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => '?',
]), [1 => ['Knp\\Component\\Pager\\Pagination\\SlidingPagination' => ['json' => [0 => 'App\\Serializer\\Handler\\PaginationHandler', 1 => 'serialize']], 'Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPagination' => ['json' => [0 => 'App\\Serializer\\Handler\\PaginationHandler', 1 => 'serialize']], 'ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormInterfaceToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormInterfaceTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Symfony\\Component\\Routing\\Route' => ['json' => [0 => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler', 1 => 'serialize']]], 2 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']]]]);
$c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
$e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
$f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => ['privates', 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber', 'getChannelImageSubscriberService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
], [
'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
]));
$f->setListeners(['serializer.post_serialize' => [0 => [0 => [0 => 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber', 1 => 'onPostSerialize'], 1 => 'App\\Entity\\Channel\\Channel', 2 => 'json', 3 => NULL], 1 => [0 => [0 => 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber', 1 => 'onPostSerialize'], 1 => 'App\\Entity\\Scholar\\Training\\Training', 2 => 'json', 3 => NULL], 2 => [0 => [0 => 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber', 1 => 'onPostSerialize'], 1 => 'App\\Entity\\Scholar\\Module\\Module', 2 => 'json', 3 => NULL], 3 => [0 => [0 => 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber', 1 => 'onPostSerialize'], 1 => 'App\\Entity\\Scholar\\Lesson\\Lesson', 2 => 'json', 3 => NULL], 4 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]], 'serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
$g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$g->setOptions(1216);
$h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$h->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $f, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $e, $f, $d)], ['json' => $g, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $h, '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())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.metadata_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
*/
protected function getJmsSerializer_MetadataDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
$a = new \Metadata\Driver\FileLocator([]);
$b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true));
$c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([0 => new \JMS\Serializer\Metadata\Driver\YamlDriver($a, $b, $c), 1 => new \JMS\Serializer\Metadata\Driver\XmlDriver($a, $b, $c), 2 => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b, $c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeHelper
*/
protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'knp_menu.factory' shared service.
*
* @return \Knp\Menu\MenuFactory
*/
protected function getKnpMenu_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
$this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
$instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
$instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService())), 0);
return $instance;
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
}, 1));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getKnpPaginatorService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'knpu.oauth2.client.nellapp' shared service.
*
* @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
*/
protected function getKnpu_Oauth2_Client_NellappService()
{
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client((new \KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory(($this->services['router'] ?? $this->getRouterService())))->createProvider('Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\Provider\\CoreProvider', ['clientId' => $this->getEnv('resolve:OAUTH_CLIENT_ID'), 'clientSecret' => $this->getEnv('resolve:OAUTH_CLIENT_SECRET'), 'api_domain' => $this->getEnv('resolve:API_DOMAIN'), 'oauth_domain' => $this->getEnv('resolve:OAUTH_DOMAIN'), 'verify' => false], 'nellapp_sdk_connect_nellapp_check', [], []), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'knpu.oauth2.registry' shared service.
*
* @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
*/
protected function getKnpu_Oauth2_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
}
/**
* Gets the public 'liip_imagine.binary.loader.default' shared service.
*
* @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
*/
protected function getLiipImagine_Binary_Loader_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
$a = \Symfony\Component\Mime\MimeTypes::getDefault();
return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'liip_imagine.config.stack_collection' shared service.
*
* @return \Liip\ImagineBundle\Config\StackCollection
*/
protected function getLiipImagine_Config_StackCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
$a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
$b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a, $b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the public 'liip_imagine.data.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Data\DataManager
*/
protected function getLiipImagine_Data_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
$this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default', NULL);
$instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.filter.loader.downscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_DownscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.fixed' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FixedService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.flip' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FlipService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_GrayscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.interlace' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
*/
protected function getLiipImagine_Filter_Loader_InterlaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.resample' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_ResampleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
}
/**
* Gets the public 'liip_imagine.filter.loader.rotate' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
*/
protected function getLiipImagine_Filter_Loader_RotateService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
*/
protected function getLiipImagine_Filter_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
$a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
$this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
$instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
$instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
$instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
$instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
$instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
$instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
$instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
$instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
$instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
$instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
$instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
$instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
$instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
$instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
$instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
$instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
$instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
$instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
$instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
$instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
$instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp', NULL, 75, 100, 4, 'fast', 1, false, $this->parameters['liip_imagine.cwebp.metadata']));
return $instance;
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
yield 1 => ($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')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
}, 7)));
}
/**
* Gets the public 'nelmio_alice.data_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleDataLoader
*/
protected function getNelmioAlice_DataLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
$a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), 2 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), 3 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), 4 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
$b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
$c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([0 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), 1 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), 2 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), 3 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), 4 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), 5 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), 6 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), 7 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), 8 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), 9 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
$d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
$e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
$f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
$g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
$h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([0 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), 1 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), 2 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), 3 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), 4 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), 5 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), 6 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), 7 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), 8 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), 9 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL, 150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
$i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
$j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
$j->setContainer($this);
return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), 2 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), 3 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([0 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), 1 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), 2 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([0 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), 1 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), 2 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), 3 => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), 4 => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([0 => new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), 1 => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), 2 => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), 3 => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h, $i)))));
}
/**
* Gets the public 'nelmio_alice.file_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFileLoader
*/
protected function getNelmioAlice_FileLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* Gets the public 'nelmio_alice.files_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFilesLoader
*/
protected function getNelmioAlice_FilesLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* Gets the public 'nelmio_api_doc.command.dump' shared service.
*
* @return \Nelmio\ApiDocBundle\Command\DumpCommand
*/
protected function getNelmioApiDoc_Command_DumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
$this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
$instance->setName('nelmio:apidoc:dump');
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\DocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerJsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_SwaggerUiService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerYamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.generator.core_sync' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_CoreSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.core_sync'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
yield 1 => ($this->privates['nelmio_api_doc.describers.config.core_sync'] ?? $this->getNelmioApiDoc_Describers_Config_CoreSyncService());
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.core_sync'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.core_sync'] ?? $this->getNelmioApiDoc_Describers_Route_CoreSyncService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 2 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 5));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.generator.default' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? $this->getNelmioApiDoc_Describers_Config_DefaultService());
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 2 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 5));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.render_docs' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
*/
protected function getNelmioApiDoc_RenderDocsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'core_sync' => ['services', 'nelmio_api_doc.generator.core_sync', 'getNelmioApiDoc_Generator_CoreSyncService', false],
'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
], [
'core_sync' => '?',
'default' => '?',
]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
}
/**
* Gets the public 'oneup_flysystem.mount_manager' shared service.
*
* @return \League\Flysystem\MountManager
*/
protected function getOneupFlysystem_MountManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemReader.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemOperator.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/MountManager.php';
return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['practicalCase' => ($this->services['practicalCase_filesystem'] ?? $this->getPracticalCaseFilesystemService()), 'practicalCaseResponse' => ($this->services['practicalCaseResponse_filesystem'] ?? $this->getPracticalCaseResponseFilesystemService())]);
}
/**
* Gets the public 'oneup_uploader.chunk_manager' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
*/
protected function getOneupUploader_ChunkManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
return $this->services['oneup_uploader.chunk_manager'] = new \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager($this->getParameter('oneup_uploader.chunks'), ($this->privates['oneup_uploader.chunks_storage'] ?? ($this->privates['oneup_uploader.chunks_storage'] = new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')))));
}
/**
* Gets the public 'oneup_uploader.controller.channel_images' shared service.
*
* @return \Oneup\UploaderBundle\Controller\FineUploaderController
*/
protected function getOneupUploader_Controller_ChannelImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
return $this->services['oneup_uploader.controller.channel_images'] = new \Oneup\UploaderBundle\Controller\FineUploaderController($this, new \Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage((\dirname(__DIR__, 4).'/public/uploads/channel_images')), ($this->privates['oneup_uploader.error_handler.fineuploader'] ?? ($this->privates['oneup_uploader.error_handler.fineuploader'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler())), ['frontend' => 'fineuploader', 'namer' => 'App\\Uploader\\Naming\\UuidNamer', 'max_size' => 50000000, 'allowed_mimetypes' => ['image/jpeg' => [0 => 'jpg', 1 => 'jpeg'], 'image/png' => [0 => 'png'], 'image/gif' => [0 => 'gif'], 'image/svg+xml' => [0 => 'svg']], 'custom_frontend' => ['name' => NULL, 'class' => NULL], 'storage' => ['service' => NULL, 'type' => 'filesystem', 'filesystem' => NULL, 'directory' => (\dirname(__DIR__, 4).'/public/uploads/channel_images'), 'stream_wrapper' => NULL, 'sync_buffer_size' => '100K'], 'route_prefix' => '', 'endpoints' => ['upload' => NULL, 'progress' => NULL, 'cancel' => NULL], 'disallowed_mimetypes' => [], 'error_handler' => NULL, 'use_orphanage' => false, 'enable_progress' => false, 'enable_cancelation' => false, 'root_folder' => false], 'channel_images');
}
/**
* Gets the public 'oneup_uploader.controller.practical_case_resource_file' shared service.
*
* @return \Oneup\UploaderBundle\Controller\DropzoneController
*/
protected function getOneupUploader_Controller_PracticalCaseResourceFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
return $this->services['oneup_uploader.controller.practical_case_resource_file'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, ($this->services['oneup_uploader.orphanage.practical_case_resource_file'] ?? $this->getOneupUploader_Orphanage_PracticalCaseResourceFileService()), ($this->privates['oneup_uploader.error_handler.dropzone'] ?? ($this->privates['oneup_uploader.error_handler.dropzone'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler())), $this->parameters['oneup_uploader.config.practical_case_resource_file'], 'practical_case_resource_file');
}
/**
* Gets the public 'oneup_uploader.controller.practical_case_response_file' shared service.
*
* @return \Oneup\UploaderBundle\Controller\DropzoneController
*/
protected function getOneupUploader_Controller_PracticalCaseResponseFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
return $this->services['oneup_uploader.controller.practical_case_response_file'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, ($this->services['oneup_uploader.orphanage.practical_case_response_file'] ?? $this->getOneupUploader_Orphanage_PracticalCaseResponseFileService()), ($this->privates['oneup_uploader.error_handler.dropzone'] ?? ($this->privates['oneup_uploader.error_handler.dropzone'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler())), $this->parameters['oneup_uploader.config.practical_case_response_file'], 'practical_case_response_file');
}
/**
* Gets the public 'oneup_uploader.controller.user_avatar' shared service.
*
* @return \Oneup\UploaderBundle\Controller\FineUploaderController
*/
protected function getOneupUploader_Controller_UserAvatarService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
return $this->services['oneup_uploader.controller.user_avatar'] = new \Oneup\UploaderBundle\Controller\FineUploaderController($this, new \Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage((\dirname(__DIR__, 4).'/public/uploads/user_avatar')), ($this->privates['oneup_uploader.error_handler.fineuploader'] ?? ($this->privates['oneup_uploader.error_handler.fineuploader'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler())), ['frontend' => 'fineuploader', 'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer', 'max_size' => 10485760, 'allowed_mimetypes' => ['image/jpeg' => [0 => 'jpg', 1 => 'jpeg'], 'image/png' => [0 => 'png'], 'image/gif' => [0 => 'gif'], 'image/svg+xml' => [0 => 'svg']], 'custom_frontend' => ['name' => NULL, 'class' => NULL], 'storage' => ['service' => NULL, 'type' => 'filesystem', 'filesystem' => NULL, 'directory' => (\dirname(__DIR__, 4).'/public/uploads/user_avatar'), 'stream_wrapper' => NULL, 'sync_buffer_size' => '100K'], 'route_prefix' => '', 'endpoints' => ['upload' => NULL, 'progress' => NULL, 'cancel' => NULL], 'disallowed_mimetypes' => [], 'error_handler' => NULL, 'use_orphanage' => false, 'enable_progress' => false, 'enable_cancelation' => false, 'root_folder' => false], 'user_avatar');
}
/**
* Gets the public 'oneup_uploader.namer.uniqid' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
*/
protected function getOneupUploader_Namer_UniqidService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
}
/**
* Gets the public 'oneup_uploader.orphanage.practical_case_resource_file' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
*/
protected function getOneupUploader_Orphanage_PracticalCaseResourceFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
return $this->services['oneup_uploader.orphanage.practical_case_resource_file'] = new \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage(new \Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage(($this->services['practicalCase_filesystem'] ?? $this->getPracticalCaseFilesystemService()), 102400, NULL, ''), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['oneup_uploader.chunks_storage'] ?? ($this->privates['oneup_uploader.chunks_storage'] = new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')))), $this->getParameter('oneup_uploader.orphanage'), 'practical_case_resource_file');
}
/**
* Gets the public 'oneup_uploader.orphanage.practical_case_response_file' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
*/
protected function getOneupUploader_Orphanage_PracticalCaseResponseFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
return $this->services['oneup_uploader.orphanage.practical_case_response_file'] = new \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage(new \Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage(($this->services['practicalCaseResponse_filesystem'] ?? $this->getPracticalCaseResponseFilesystemService()), 102400, NULL, ''), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['oneup_uploader.chunks_storage'] ?? ($this->privates['oneup_uploader.chunks_storage'] = new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')))), $this->getParameter('oneup_uploader.orphanage'), 'practical_case_response_file');
}
/**
* Gets the public 'oneup_uploader.orphanage_manager' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
*/
protected function getOneupUploader_OrphanageManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this, $this->getParameter('oneup_uploader.orphanage'));
}
/**
* Gets the public 'oneup_uploader.routing.loader' shared service.
*
* @return \Oneup\UploaderBundle\Routing\RouteLoader
*/
protected function getOneupUploader_Routing_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
}
/**
* Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
*
* @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getOneupUploader_Templating_UploaderHelperService()
{
return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
}
/**
* Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
*
* @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getOneupUploader_Twig_Extension_UploaderService()
{
return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService()));
}
/**
* Gets the public 'practicalCaseResponse_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getPracticalCaseResponseFilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemReader.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemOperator.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/ChecksumProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
return $this->services['practicalCaseResponse_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__, 4).'/public/uploads/practical_cases_response/'), NULL, 2, 2, NULL, false), []);
}
/**
* Gets the public 'practicalCase_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getPracticalCaseFilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemReader.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemOperator.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/ChecksumProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
return $this->services['practicalCase_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__, 4).'/public/uploads/practical_cases/'), NULL, 2, 2, NULL, false), []);
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
$a->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
$a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
$a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService())));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->privates['messenger.transport.in_memory.factory'])) {
yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['webpack_encore.tag_renderer'])) {
yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
}
if (isset($this->privates['cache.webpack_encore'])) {
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[common]'])) {
yield 'webpack_encore.entrypoint_lookup[common]' => ($this->privates['webpack_encore.entrypoint_lookup[common]'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[vendor]'])) {
yield 'webpack_encore.entrypoint_lookup[vendor]' => ($this->privates['webpack_encore.entrypoint_lookup[vendor]'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[content]'])) {
yield 'webpack_encore.entrypoint_lookup[content]' => ($this->privates['webpack_encore.entrypoint_lookup[content]'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[backoffice]'])) {
yield 'webpack_encore.entrypoint_lookup[backoffice]' => ($this->privates['webpack_encore.entrypoint_lookup[backoffice]'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (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['.debug.http_client'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (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['webpack_encore.entrypoint_lookup[core]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[common]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[vendor]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[content]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[backoffice]'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[core]' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[common]' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[vendor]' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[content]' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[backoffice]' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'spiriit_form_filter.filter_prepare' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
*/
protected function getSpiriitFormFilter_FilterPrepareService()
{
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
}
/**
* Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
*/
protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
$a = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
$a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
$a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
$a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.App\Command\CheckSharedEntityCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCheckSharedEntityCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\CheckSharedEntityCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:check-shared-entity', [], 'Check the given entity is well shared from his origin entity', false, function (): \App\Command\CheckSharedEntityCommand {
return ($this->privates['App\\Command\\CheckSharedEntityCommand'] ?? $this->getCheckSharedEntityCommandService());
});
}
/**
* Gets the private '.App\Command\UpdateMimeTypeForNellappFileCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateMimeTypeForNellappFileCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\UpdateMimeTypeForNellappFileCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:update-nellapp-file', [], 'Once command to set mimeType in DB for NellappFiles', false, function (): \App\Command\UpdateMimeTypeForNellappFileCommand {
return ($this->privates['App\\Command\\UpdateMimeTypeForNellappFileCommand'] ?? $this->getUpdateMimeTypeForNellappFileCommandService());
});
}
/**
* Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCheckChannelMenuDisplayedCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:check:menu-displayed', [], 'Check the channel menu displayed for the given ChannelUserData', false, function (): \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
});
}
/**
* Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getFullRefreshClassCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-full-refresh', [], 'Force full refresh of a class', false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
});
}
/**
* Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getRefreshClassCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-refresh', [], 'Force refresh of a class', false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
});
}
/**
* Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getRefreshOneCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-refresh-one', [], 'Force refresh of an entity', false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
});
}
/**
* Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUserFromChannelCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-sync:ufc', [], 'Force sync all UserFromChannel', false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
});
}
/**
* Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getSyncOneCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:sync:one', [], 'Manual sync by id', false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
});
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerConsumeMessages_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
});
}
/**
* Gets the private '.console.command.messenger_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
});
}
/**
* Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerSetupTransports_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
});
}
/**
* Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerStopWorkers_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false, 'verify_host' => false, 'headers' => [], 'resolve' => []], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLessonService()
{
$this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModuleService()
{
$this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTrainingService()
{
$this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2hwXtE4.App\Entity\Scholar\Lesson\OriginLesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\OriginLesson
*/
protected function getOriginLessonService()
{
$this->throw('Cannot autowire service ".service_locator.2hwXtE4": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5G79K9R.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannelService()
{
$this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson2Service()
{
$this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\LessonReview' shared service.
*
* @return \App\Entity\Scholar\Lesson\LessonReview
*/
protected function getLessonReviewService()
{
$this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\LessonReview" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6sVVxxE.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel2Service()
{
$this->throw('Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6sVVxxE.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining2Service()
{
$this->throw('Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6sVVxxE.App\Entity\Scholar\Training\TrainingPermission' shared service.
*
* @return \App\Entity\Scholar\Training\TrainingPermission
*/
protected function getTrainingPermissionService()
{
$this->throw('Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\TrainingPermission" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.97xYm6x.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson3Service()
{
$this->throw('Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.97xYm6x.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule2Service()
{
$this->throw('Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.97xYm6x.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining3Service()
{
$this->throw('Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FazFLSW.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel3Service()
{
$this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson4Service()
{
$this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule3Service()
{
$this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCase
*/
protected function getPracticalCaseService()
{
$this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
*/
protected function getPracticalCaseUserService()
{
$this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining4Service()
{
$this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Chapter\Chapter' shared service.
*
* @return \App\Entity\Scholar\Chapter\Chapter
*/
protected function getChapterService()
{
$this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson5Service()
{
$this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule4Service()
{
$this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining5Service()
{
$this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson6Service()
{
$this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule5Service()
{
$this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCase
*/
protected function getPracticalCase2Service()
{
$this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
*/
protected function getPracticalCaseUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining6Service()
{
$this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel4Service()
{
$this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\Exercise' shared service.
*
* @return \App\Entity\Exercise\Exercise
*/
protected function getExerciseService()
{
$this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\User\ExerciseResult' shared service.
*
* @return \App\Entity\Exercise\User\ExerciseResult
*/
protected function getExerciseResultService()
{
$this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel5Service()
{
$this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\Exercise' shared service.
*
* @return \App\Entity\Exercise\Exercise
*/
protected function getExercise2Service()
{
$this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\User\ExerciseResult' shared service.
*
* @return \App\Entity\Exercise\User\ExerciseResult
*/
protected function getExerciseResult2Service()
{
$this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson7Service()
{
$this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule6Service()
{
$this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining7Service()
{
$this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "oneup_uploader.routing.loader", "Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\GlobalRoutesLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelResourceAccessCacheLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelUserPermissionResourceCrudLoader".');
}
/**
* Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
*
* @return \Symfony\Component\HttpFoundation\Response
*/
protected function getResponseService()
{
$this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LRth0DE.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel6Service()
{
$this->throw('Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LRth0DE.App\Entity\Scholar\Chapter\Chapter' shared service.
*
* @return \App\Entity\Scholar\Chapter\Chapter
*/
protected function getChapter2Service()
{
$this->throw('Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LRth0DE.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson8Service()
{
$this->throw('Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel7Service()
{
$this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\SharedChannel' shared service.
*
* @return \App\Entity\Channel\SharedChannel
*/
protected function getSharedChannelService()
{
$this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\SharedChannel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Forum\Message' shared service.
*
* @return \App\Entity\Forum\Message
*/
protected function getMessageService()
{
$this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Forum\\Message" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Chapter\Chapter' shared service.
*
* @return \App\Entity\Scholar\Chapter\Chapter
*/
protected function getChapter3Service()
{
$this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson9Service()
{
$this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule7Service()
{
$this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining8Service()
{
$this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NVnD32W.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel8Service()
{
$this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule8Service()
{
$this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining9Service()
{
$this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson10Service()
{
$this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule9Service()
{
$this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCase
*/
protected function getPracticalCase3Service()
{
$this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining10Service()
{
$this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson11Service()
{
$this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule10Service()
{
$this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCase
*/
protected function getPracticalCase4Service()
{
$this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
*/
protected function getPracticalCaseResourceService()
{
$this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining11Service()
{
$this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel9Service()
{
$this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Forum\Message' shared service.
*
* @return \App\Entity\Forum\Message
*/
protected function getMessage2Service()
{
$this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Forum\\Message" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Scholar\Chapter\Chapter' shared service.
*
* @return \App\Entity\Scholar\Chapter\Chapter
*/
protected function getChapter4Service()
{
$this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson12Service()
{
$this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel10Service()
{
$this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson13Service()
{
$this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._U2m1zW.App\Entity\Account\Notification' shared service.
*
* @return \App\Entity\Account\Notification
*/
protected function getNotificationService()
{
$this->throw('Cannot autowire service ".service_locator._U2m1zW": it references class "App\\Entity\\Account\\Notification" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aKDuaO..App\Entity\Exercise\Exercise' shared service.
*
* @return \App\Entity\Exercise\Exercise
*/
protected function getExercise3Service()
{
$this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson14Service()
{
$this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule11Service()
{
$this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining12Service()
{
$this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson15Service()
{
$this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule12Service()
{
$this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCase
*/
protected function getPracticalCase5Service()
{
$this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCaseResponse' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCaseResponse
*/
protected function getPracticalCaseResponseService()
{
$this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining13Service()
{
$this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.axSPUHP.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson16Service()
{
$this->throw('Cannot autowire service ".service_locator.axSPUHP": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel11Service()
{
$this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson17Service()
{
$this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
*
* @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
*/
protected function getPracticalCaseResource2Service()
{
$this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eonISJe.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel12Service()
{
$this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eonISJe.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule13Service()
{
$this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.f4URvXz.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel13Service()
{
$this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.f4URvXz.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson18Service()
{
$this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Account\User' shared service.
*
* @return \App\Entity\Account\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Account\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel14Service()
{
$this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining14Service()
{
$this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel15Service()
{
$this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining15Service()
{
$this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel16Service()
{
$this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\Exercise' shared service.
*
* @return \App\Entity\Exercise\Exercise
*/
protected function getExercise4Service()
{
$this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\User\ExerciseResult' shared service.
*
* @return \App\Entity\Exercise\User\ExerciseResult
*/
protected function getExerciseResult3Service()
{
$this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson19Service()
{
$this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Module\Module' shared service.
*
* @return \App\Entity\Scholar\Module\Module
*/
protected function getModule14Service()
{
$this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining16Service()
{
$this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ldJl2hx.App\Entity\Scholar\Training\Training' shared service.
*
* @return \App\Entity\Scholar\Training\Training
*/
protected function getTraining17Service()
{
$this->throw('Cannot autowire service ".service_locator.ldJl2hx": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel17Service()
{
$this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Exercise\Exercise' shared service.
*
* @return \App\Entity\Exercise\Exercise
*/
protected function getExercise5Service()
{
$this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson20Service()
{
$this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.o2Ryu8z.App\Entity\Account\Advice' shared service.
*
* @return \App\Entity\Account\Advice
*/
protected function getAdviceService()
{
$this->throw('Cannot autowire service ".service_locator.o2Ryu8z": it references class "App\\Entity\\Account\\Advice" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pFqwb5T.App\Entity\Forum\Message' shared service.
*
* @return \App\Entity\Forum\Message
*/
protected function getMessage3Service()
{
$this->throw('Cannot autowire service ".service_locator.pFqwb5T": it references class "App\\Entity\\Forum\\Message" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel18Service()
{
$this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Exercise\Exercise' shared service.
*
* @return \App\Entity\Exercise\Exercise
*/
protected function getExercise6Service()
{
$this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Scholar\Lesson\Lesson' shared service.
*
* @return \App\Entity\Scholar\Lesson\Lesson
*/
protected function getLesson21Service()
{
$this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Account\User' shared service.
*
* @return \App\Entity\Account\User
*/
protected function getUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Account\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Channel\Channel' shared service.
*
* @return \App\Entity\Channel\Channel
*/
protected function getChannel19Service()
{
$this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Common\Assignable' shared service.
*
* @return \App\Entity\Common\Assignable
*/
protected function getAssignableService()
{
$this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Common\\Assignable" but no such service exists.');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.messenger.handler_descriptor.rUCyI0M' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_RUCyI0MService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
return $this->privates['.messenger.handler_descriptor.rUCyI0M'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['entities_handled'], ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService())), []);
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator.2QmeqlZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2QmeqlZService()
{
return $this->privates['.service_locator.2QmeqlZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.2QmeqlZ.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.2QmeqlZ.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.2QmeqlZ.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.2hwXtE4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2hwXtE4Service()
{
return $this->privates['.service_locator.2hwXtE4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.2hwXtE4.App\\Entity\\Scholar\\Lesson\\OriginLesson', NULL, 'Cannot autowire service ".service_locator.2hwXtE4": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
]);
}
/**
* Gets the private '.service_locator.5G79K9R' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5G79K9RService()
{
return $this->privates['.service_locator.5G79K9R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.5G79K9R.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.5G79K9R.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'lessonReview' => ['privates', '.errored..service_locator.5G79K9R.App\\Entity\\Scholar\\Lesson\\LessonReview', NULL, 'Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\LessonReview" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'lessonReview' => 'App\\Entity\\Scholar\\Lesson\\LessonReview',
]);
}
/**
* Gets the private '.service_locator.6sVVxxE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6sVVxxEService()
{
return $this->privates['.service_locator.6sVVxxE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.6sVVxxE.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.6sVVxxE.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
'trainingPermission' => ['privates', '.errored..service_locator.6sVVxxE.App\\Entity\\Scholar\\Training\\TrainingPermission', NULL, 'Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\TrainingPermission" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
'trainingPermission' => 'App\\Entity\\Scholar\\Training\\TrainingPermission',
]);
}
/**
* Gets the private '.service_locator.97xYm6x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_97xYm6xService()
{
return $this->privates['.service_locator.97xYm6x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lessonId' => ['privates', '.errored..service_locator.97xYm6x.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'moduleId' => ['privates', '.errored..service_locator.97xYm6x.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'trainingId' => ['privates', '.errored..service_locator.97xYm6x.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'lessonId' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'moduleId' => 'App\\Entity\\Scholar\\Module\\Module',
'trainingId' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.FazFLSW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FazFLSWService()
{
return $this->privates['.service_locator.FazFLSW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.FazFLSW.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'practicalCase' => ['privates', '.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\PracticalCase\\PracticalCase', NULL, 'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
'practicalCaseUser' => ['privates', '.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser', NULL, 'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.FwJ9yjs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FwJ9yjsService()
{
return $this->privates['.service_locator.FwJ9yjs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'chapter' => ['privates', '.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Chapter\\Chapter', NULL, 'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'statusService' => ['privates', 'App\\Service\\Scholar\\StatusService', 'getStatusServiceService', false],
'training' => ['privates', '.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'statusService' => 'App\\Service\\Scholar\\StatusService',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.GNc8e5B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GNc8e5BService()
{
return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.HvyGIqV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HvyGIqVService()
{
return $this->privates['.service_locator.HvyGIqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'practicalCase' => ['privates', '.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\PracticalCase\\PracticalCase', NULL, 'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
'practicalCaseUser' => ['privates', '.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser', NULL, 'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.IQ8apA3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IQ8apA3Service()
{
return $this->privates['.service_locator.IQ8apA3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.IQ8apA3.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'exercise' => ['privates', '.errored..service_locator.IQ8apA3.App\\Entity\\Exercise\\Exercise', NULL, 'Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
'exerciseResult' => ['privates', '.errored..service_locator.IQ8apA3.App\\Entity\\Exercise\\User\\ExerciseResult', NULL, 'Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'exercise' => 'App\\Entity\\Exercise\\Exercise',
'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
]);
}
/**
* Gets the private '.service_locator.ImqoXUA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ImqoXUAService()
{
return $this->privates['.service_locator.ImqoXUA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.KbnYwpa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KbnYwpaService()
{
return $this->privates['.service_locator.KbnYwpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.KbnYwpa.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'exercise' => ['privates', '.errored..service_locator.KbnYwpa.App\\Entity\\Exercise\\Exercise', NULL, 'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
'exerciseResult' => ['privates', '.errored..service_locator.KbnYwpa.App\\Entity\\Exercise\\User\\ExerciseResult', NULL, 'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.KbnYwpa.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.KbnYwpa.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.KbnYwpa.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'exercise' => 'App\\Entity\\Exercise\\Exercise',
'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.KfbR3DY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfbR3DYService()
{
return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "oneup_uploader.routing.loader", "Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\GlobalRoutesLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelResourceAccessCacheLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelUserPermissionResourceCrudLoader".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.KfwZsne' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfwZsneService()
{
return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'response' => ['privates', '.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response', NULL, 'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
], [
'response' => 'Symfony\\Component\\HttpFoundation\\Response',
]);
}
/**
* Gets the private '.service_locator.LRth0DE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LRth0DEService()
{
return $this->privates['.service_locator.LRth0DE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.LRth0DE.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'chapter' => ['privates', '.errored..service_locator.LRth0DE.App\\Entity\\Scholar\\Chapter\\Chapter', NULL, 'Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.LRth0DE.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
]);
}
/**
* Gets the private '.service_locator.L_kcGCS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LKcGCSService()
{
return $this->privates['.service_locator.L_kcGCS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.L_kcGCS.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'sharedChannel' => ['privates', '.errored..service_locator.L_kcGCS.App\\Entity\\Channel\\SharedChannel', NULL, 'Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\SharedChannel" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'sharedChannel' => 'App\\Entity\\Channel\\SharedChannel',
]);
}
/**
* Gets the private '.service_locator.LfjLvpk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LfjLvpkService()
{
return $this->privates['.service_locator.LfjLvpk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'chapter' => ['privates', '.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Chapter\\Chapter', NULL, 'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'message' => ['privates', '.errored..service_locator.LfjLvpk.App\\Entity\\Forum\\Message', NULL, 'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Forum\\Message" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'message' => 'App\\Entity\\Forum\\Message',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.NVnD32W' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NVnD32WService()
{
return $this->privates['.service_locator.NVnD32W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.NVnD32W.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.NVnD32W.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.NVnD32W.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.PhAmqRu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PhAmqRuService()
{
return $this->privates['.service_locator.PhAmqRu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'practicalCase' => ['privates', '.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\PracticalCase\\PracticalCase', NULL, 'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.SHVJBQn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SHVJBQnService()
{
return $this->privates['.service_locator.SHVJBQn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.internal_api' => ['privates', 'security.firewall.map.context.internal_api', 'getSecurity_Firewall_Map_Context_InternalApiService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
'security.firewall.map.context.reverse_sync' => ['privates', 'security.firewall.map.context.reverse_sync', 'getSecurity_Firewall_Map_Context_ReverseSyncService', false],
'security.firewall.map.context.reverse_sync_doc' => ['privates', 'security.firewall.map.context.reverse_sync_doc', 'getSecurity_Firewall_Map_Context_ReverseSyncDocService', false],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.internal_api' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.reverse_sync' => '?',
'security.firewall.map.context.reverse_sync_doc' => '?',
]);
}
/**
* Gets the private '.service_locator.SqQuVQ2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SqQuVQ2Service()
{
return $this->privates['.service_locator.SqQuVQ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.sync_transport' => ['privates', 'messenger.transport.sync_transport', 'getMessenger_Transport_SyncTransportService', false],
'sync_transport' => ['privates', 'messenger.transport.sync_transport', 'getMessenger_Transport_SyncTransportService', false],
], [
'failed' => '?',
'messenger.transport.failed' => '?',
'messenger.transport.sync_transport' => '?',
'sync_transport' => '?',
]);
}
/**
* Gets the private '.service_locator.W9zh42Q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W9zh42QService()
{
return $this->privates['.service_locator.W9zh42Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'practicalCase' => ['privates', '.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\PracticalCase\\PracticalCase', NULL, 'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
'practicalCaseResource' => ['privates', '.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource', NULL, 'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.Y4J.A.e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y4J_A_EService()
{
return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
], [
'failed' => '?',
]);
}
/**
* Gets the private '.service_locator.YwHLxjy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YwHLxjyService()
{
return $this->privates['.service_locator.YwHLxjy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.YwHLxjy.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'chapter' => ['privates', '.errored..service_locator.YwHLxjy.App\\Entity\\Scholar\\Chapter\\Chapter', NULL, 'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.YwHLxjy.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'message' => ['privates', '.errored..service_locator.YwHLxjy.App\\Entity\\Forum\\Message', NULL, 'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Forum\\Message" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'message' => 'App\\Entity\\Forum\\Message',
]);
}
/**
* Gets the private '.service_locator.ZKyQxSM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZKyQxSMService()
{
return $this->privates['.service_locator.ZKyQxSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.ZKyQxSM.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.ZKyQxSM.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
]);
}
/**
* Gets the private '.service_locator._U2m1zW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U2m1zWService()
{
return $this->privates['.service_locator._U2m1zW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'notification' => ['privates', '.errored..service_locator._U2m1zW.App\\Entity\\Account\\Notification', NULL, 'Cannot autowire service ".service_locator._U2m1zW": it references class "App\\Entity\\Account\\Notification" but no such service exists.'],
], [
'notification' => 'App\\Entity\\Account\\Notification',
]);
}
/**
* Gets the private '.service_locator.aKDuaO.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AKDuaO_Service()
{
return $this->privates['.service_locator.aKDuaO.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'exercise' => ['privates', '.errored..service_locator.aKDuaO..App\\Entity\\Exercise\\Exercise', NULL, 'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.aKDuaO..App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.aKDuaO..App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.aKDuaO..App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'exercise' => 'App\\Entity\\Exercise\\Exercise',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.aoOp0VB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AoOp0VBService()
{
return $this->privates['.service_locator.aoOp0VB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'practicalCase' => ['privates', '.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\PracticalCase\\PracticalCase', NULL, 'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
'practicalCaseResponse' => ['privates', '.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse', NULL, 'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
'practicalCaseResponse' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.axSPUHP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AxSPUHPService()
{
return $this->privates['.service_locator.axSPUHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'lesson' => ['privates', '.errored..service_locator.axSPUHP.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.axSPUHP": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
], [
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
]);
}
/**
* Gets the private '.service_locator.eIVSBjG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EIVSBjGService()
{
return $this->privates['.service_locator.eIVSBjG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.eIVSBjG.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.eIVSBjG.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'practicalCaseResource' => ['privates', '.errored..service_locator.eIVSBjG.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource', NULL, 'Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
]);
}
/**
* Gets the private '.service_locator.eonISJe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EonISJeService()
{
return $this->privates['.service_locator.eonISJe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.eonISJe.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.eonISJe.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
]);
}
/**
* Gets the private '.service_locator.f4URvXz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F4URvXzService()
{
return $this->privates['.service_locator.f4URvXz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.f4URvXz.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.f4URvXz.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
]);
}
/**
* Gets the private '.service_locator.gjFgSCm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GjFgSCmService()
{
return $this->privates['.service_locator.gjFgSCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.gjFgSCm.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.gjFgSCm.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
'user' => ['privates', '.errored..service_locator.gjFgSCm.App\\Entity\\Account\\User', NULL, 'Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Account\\User" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
'user' => 'App\\Entity\\Account\\User',
]);
}
/**
* Gets the private '.service_locator.gpz0aP_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Gpz0aPService()
{
return $this->privates['.service_locator.gpz0aP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.gpz0aP_.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.gpz0aP_.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.hiR71q0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HiR71q0Service()
{
return $this->privates['.service_locator.hiR71q0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.k.6sDgC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K_6sDgCService()
{
return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.k.6sDgC.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
]);
}
/**
* Gets the private '.service_locator.kRHgqDt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KRHgqDtService()
{
return $this->privates['.service_locator.kRHgqDt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'exercise' => ['privates', '.errored..service_locator.kRHgqDt.App\\Entity\\Exercise\\Exercise', NULL, 'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
'exerciseResult' => ['privates', '.errored..service_locator.kRHgqDt.App\\Entity\\Exercise\\User\\ExerciseResult', NULL, 'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.kRHgqDt.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
'module' => ['privates', '.errored..service_locator.kRHgqDt.App\\Entity\\Scholar\\Module\\Module', NULL, 'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
'training' => ['privates', '.errored..service_locator.kRHgqDt.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'exercise' => 'App\\Entity\\Exercise\\Exercise',
'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
'module' => 'App\\Entity\\Scholar\\Module\\Module',
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.ldJl2hx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LdJl2hxService()
{
return $this->privates['.service_locator.ldJl2hx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'training' => ['privates', '.errored..service_locator.ldJl2hx.App\\Entity\\Scholar\\Training\\Training', NULL, 'Cannot autowire service ".service_locator.ldJl2hx": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
], [
'training' => 'App\\Entity\\Scholar\\Training\\Training',
]);
}
/**
* Gets the private '.service_locator.m6HAWmh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M6HAWmhService()
{
return $this->privates['.service_locator.m6HAWmh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.m6HAWmh.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'exercise' => ['privates', '.errored..service_locator.m6HAWmh.App\\Entity\\Exercise\\Exercise', NULL, 'Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.m6HAWmh.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'exercise' => 'App\\Entity\\Exercise\\Exercise',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
]);
}
/**
* Gets the private '.service_locator.ndVqCXg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NdVqCXgService()
{
return $this->privates['.service_locator.ndVqCXg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.nyWDREn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NyWDREnService()
{
return $this->privates['.service_locator.nyWDREn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\Admin\\DashboardController::__invoke' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction::__invoke' => ['privates', '.service_locator.6sVVxxE', 'get_ServiceLocator_6sVVxxEService', false],
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression::__invoke' => ['privates', '.service_locator.gjFgSCm', 'get_ServiceLocator_GjFgSCmService', false],
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => ['privates', '.service_locator.2hwXtE4', 'get_ServiceLocator_2hwXtE4Service', false],
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Account\\Notification\\RedirectController::__invoke' => ['privates', '.service_locator._U2m1zW', 'get_ServiceLocator_U2m1zWService', false],
'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\ShowController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => ['privates', '.service_locator.kRHgqDt', 'get_ServiceLocator_KRHgqDtService', false],
'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => ['privates', '.service_locator.KbnYwpa', 'get_ServiceLocator_KbnYwpaService', false],
'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => ['privates', '.service_locator.aKDuaO.', 'get_ServiceLocator_AKDuaO_Service', false],
'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => ['privates', '.service_locator.kRHgqDt', 'get_ServiceLocator_KRHgqDtService', false],
'App\\Controller\\Front\\Exercise\\StartController::__invoke' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => ['privates', '.service_locator.FwJ9yjs', 'get_ServiceLocator_FwJ9yjsService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates', '.service_locator.LfjLvpk', 'get_ServiceLocator_LfjLvpkService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => ['privates', '.service_locator.pFqwb5T', 'get_ServiceLocator_PFqwb5TService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => ['privates', '.service_locator.2QmeqlZ', 'get_ServiceLocator_2QmeqlZService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => ['privates', '.service_locator.2QmeqlZ', 'get_ServiceLocator_2QmeqlZService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => ['privates', '.service_locator.HvyGIqV', 'get_ServiceLocator_HvyGIqVService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => ['privates', '.service_locator.aoOp0VB', 'get_ServiceLocator_AoOp0VBService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => ['privates', '.service_locator.W9zh42Q', 'get_ServiceLocator_W9zh42QService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => ['privates', '.service_locator.aoOp0VB', 'get_ServiceLocator_AoOp0VBService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => ['privates', '.service_locator.FazFLSW', 'get_ServiceLocator_FazFLSWService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => ['privates', '.service_locator.PhAmqRu', 'get_ServiceLocator_PhAmqRuService', false],
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => ['privates', '.service_locator.o2Ryu8z', 'get_ServiceLocator_O2Ryu8zService', false],
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => ['privates', '.service_locator.ldJl2hx', 'get_ServiceLocator_LdJl2hxService', false],
'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => ['privates', '.service_locator.ldJl2hx', 'get_ServiceLocator_LdJl2hxService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController::closeMultiple' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates', '.service_locator.YwHLxjy', 'get_ServiceLocator_YwHLxjyService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => ['privates', '.service_locator.LRth0DE', 'get_ServiceLocator_LRth0DEService', false],
'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => ['privates', '.service_locator.qnrGaQw', 'get_ServiceLocator_QnrGaQwService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => ['privates', '.service_locator.qnrGaQw', 'get_ServiceLocator_QnrGaQwService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => ['privates', '.service_locator.IQ8apA3', 'get_ServiceLocator_IQ8apA3Service', false],
'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => ['privates', '.service_locator.m6HAWmh', 'get_ServiceLocator_M6HAWmhService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => ['privates', '.service_locator.m6HAWmh', 'get_ServiceLocator_M6HAWmhService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => ['privates', '.service_locator.f4URvXz', 'get_ServiceLocator_F4URvXzService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => ['privates', '.service_locator.5G79K9R', 'get_ServiceLocator_5G79K9RService', false],
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => ['privates', '.service_locator.NVnD32W', 'get_ServiceLocator_NVnD32WService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController::__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController::__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController::__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController::__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController::__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => ['privates', '.service_locator.eIVSBjG', 'get_ServiceLocator_EIVSBjGService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::__invoke' => ['privates', '.service_locator.u_tx1Yx', 'get_ServiceLocator_UTx1YxService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::handleReattribution' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => ['privates', '.service_locator.f4URvXz', 'get_ServiceLocator_F4URvXzService', false],
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction::__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', false],
'App\\Controller\\Admin\\DashboardController:__invoke' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Admin\\DashboardController' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction:__invoke' => ['privates', '.service_locator.6sVVxxE', 'get_ServiceLocator_6sVVxxEService', false],
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction' => ['privates', '.service_locator.6sVVxxE', 'get_ServiceLocator_6sVVxxEService', false],
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression:__invoke' => ['privates', '.service_locator.gjFgSCm', 'get_ServiceLocator_GjFgSCmService', false],
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression' => ['privates', '.service_locator.gjFgSCm', 'get_ServiceLocator_GjFgSCmService', false],
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => ['privates', '.service_locator.2hwXtE4', 'get_ServiceLocator_2hwXtE4Service', false],
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => ['privates', '.service_locator.2hwXtE4', 'get_ServiceLocator_2hwXtE4Service', false],
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Account\\Notification\\RedirectController:__invoke' => ['privates', '.service_locator._U2m1zW', 'get_ServiceLocator_U2m1zWService', false],
'App\\Controller\\Front\\Account\\Notification\\RedirectController' => ['privates', '.service_locator._U2m1zW', 'get_ServiceLocator_U2m1zWService', false],
'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\Image\\DeleteController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\ShowController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\ShowController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\ShowTrainingListController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Channel\\SubAjaxListController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => ['privates', '.service_locator.kRHgqDt', 'get_ServiceLocator_KRHgqDtService', false],
'App\\Controller\\Front\\Exercise\\AnswerController' => ['privates', '.service_locator.kRHgqDt', 'get_ServiceLocator_KRHgqDtService', false],
'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\CancelController' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\FinishController' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => ['privates', '.service_locator.KbnYwpa', 'get_ServiceLocator_KbnYwpaService', false],
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => ['privates', '.service_locator.KbnYwpa', 'get_ServiceLocator_KbnYwpaService', false],
'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => ['privates', '.service_locator.aKDuaO.', 'get_ServiceLocator_AKDuaO_Service', false],
'App\\Controller\\Front\\Exercise\\ShowController' => ['privates', '.service_locator.aKDuaO.', 'get_ServiceLocator_AKDuaO_Service', false],
'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => ['privates', '.service_locator.kRHgqDt', 'get_ServiceLocator_KRHgqDtService', false],
'App\\Controller\\Front\\Exercise\\SolutionController' => ['privates', '.service_locator.kRHgqDt', 'get_ServiceLocator_KRHgqDtService', false],
'App\\Controller\\Front\\Exercise\\StartController:__invoke' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Exercise\\StartController' => ['privates', '.service_locator.97xYm6x', 'get_ServiceLocator_97xYm6xService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => ['privates', '.service_locator.FwJ9yjs', 'get_ServiceLocator_FwJ9yjsService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => ['privates', '.service_locator.FwJ9yjs', 'get_ServiceLocator_FwJ9yjsService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates', '.service_locator.LfjLvpk', 'get_ServiceLocator_LfjLvpkService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => ['privates', '.service_locator.LfjLvpk', 'get_ServiceLocator_LfjLvpkService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => ['privates', '.service_locator.pFqwb5T', 'get_ServiceLocator_PFqwb5TService', false],
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => ['privates', '.service_locator.pFqwb5T', 'get_ServiceLocator_PFqwb5TService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => ['privates', '.service_locator.axSPUHP', 'get_ServiceLocator_AxSPUHPService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => ['privates', '.service_locator.2QmeqlZ', 'get_ServiceLocator_2QmeqlZService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => ['privates', '.service_locator.2QmeqlZ', 'get_ServiceLocator_2QmeqlZService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => ['privates', '.service_locator.2QmeqlZ', 'get_ServiceLocator_2QmeqlZService', false],
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => ['privates', '.service_locator.2QmeqlZ', 'get_ServiceLocator_2QmeqlZService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => ['privates', '.service_locator.HvyGIqV', 'get_ServiceLocator_HvyGIqVService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => ['privates', '.service_locator.HvyGIqV', 'get_ServiceLocator_HvyGIqVService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => ['privates', '.service_locator.aoOp0VB', 'get_ServiceLocator_AoOp0VBService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => ['privates', '.service_locator.aoOp0VB', 'get_ServiceLocator_AoOp0VBService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => ['privates', '.service_locator.W9zh42Q', 'get_ServiceLocator_W9zh42QService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => ['privates', '.service_locator.aoOp0VB', 'get_ServiceLocator_AoOp0VBService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => ['privates', '.service_locator.FazFLSW', 'get_ServiceLocator_FazFLSWService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => ['privates', '.service_locator.FazFLSW', 'get_ServiceLocator_FazFLSWService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => ['privates', '.service_locator.PhAmqRu', 'get_ServiceLocator_PhAmqRuService', false],
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => ['privates', '.service_locator.PhAmqRu', 'get_ServiceLocator_PhAmqRuService', false],
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => ['privates', '.service_locator.o2Ryu8z', 'get_ServiceLocator_O2Ryu8zService', false],
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => ['privates', '.service_locator.o2Ryu8z', 'get_ServiceLocator_O2Ryu8zService', false],
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => ['privates', '.service_locator.ldJl2hx', 'get_ServiceLocator_LdJl2hxService', false],
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => ['privates', '.service_locator.ldJl2hx', 'get_ServiceLocator_LdJl2hxService', false],
'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => ['privates', '.service_locator.ldJl2hx', 'get_ServiceLocator_LdJl2hxService', false],
'App\\Controller\\Front\\Scholar\\Training\\ShowController' => ['privates', '.service_locator.ldJl2hx', 'get_ServiceLocator_LdJl2hxService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController:closeMultiple' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates', '.service_locator.YwHLxjy', 'get_ServiceLocator_YwHLxjyService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => ['privates', '.service_locator.YwHLxjy', 'get_ServiceLocator_YwHLxjyService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => ['privates', '.service_locator.LRth0DE', 'get_ServiceLocator_LRth0DEService', false],
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => ['privates', '.service_locator.LRth0DE', 'get_ServiceLocator_LRth0DEService', false],
'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\DashboardAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\DeleteController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => ['privates', '.service_locator.qnrGaQw', 'get_ServiceLocator_QnrGaQwService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => ['privates', '.service_locator.qnrGaQw', 'get_ServiceLocator_QnrGaQwService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => ['privates', '.service_locator.qnrGaQw', 'get_ServiceLocator_QnrGaQwService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => ['privates', '.service_locator.qnrGaQw', 'get_ServiceLocator_QnrGaQwService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => ['privates', '.service_locator.IQ8apA3', 'get_ServiceLocator_IQ8apA3Service', false],
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => ['privates', '.service_locator.IQ8apA3', 'get_ServiceLocator_IQ8apA3Service', false],
'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => ['privates', '.service_locator.m6HAWmh', 'get_ServiceLocator_M6HAWmhService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => ['privates', '.service_locator.m6HAWmh', 'get_ServiceLocator_M6HAWmhService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => ['privates', '.service_locator.m6HAWmh', 'get_ServiceLocator_M6HAWmhService', false],
'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => ['privates', '.service_locator.m6HAWmh', 'get_ServiceLocator_M6HAWmhService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => ['privates', '.service_locator.f4URvXz', 'get_ServiceLocator_F4URvXzService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => ['privates', '.service_locator.f4URvXz', 'get_ServiceLocator_F4URvXzService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => ['privates', '.service_locator.5G79K9R', 'get_ServiceLocator_5G79K9RService', false],
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => ['privates', '.service_locator.5G79K9R', 'get_ServiceLocator_5G79K9RService', false],
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\EditController' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\GetAction' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\NewController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShareController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => ['privates', '.service_locator.NVnD32W', 'get_ServiceLocator_NVnD32WService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShowController' => ['privates', '.service_locator.NVnD32W', 'get_ServiceLocator_NVnD32WService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => ['privates', '.service_locator.eonISJe', 'get_ServiceLocator_EonISJeService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController:__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController:__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController:__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController:__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController:__invoke' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController' => ['privates', '.service_locator.L_kcGCS', 'get_ServiceLocator_LKcGCSService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => ['privates', '.service_locator.eIVSBjG', 'get_ServiceLocator_EIVSBjGService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => ['privates', '.service_locator.eIVSBjG', 'get_ServiceLocator_EIVSBjGService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => ['privates', '.service_locator.ZKyQxSM', 'get_ServiceLocator_ZKyQxSMService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:__invoke' => ['privates', '.service_locator.u_tx1Yx', 'get_ServiceLocator_UTx1YxService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController' => ['privates', '.service_locator.u_tx1Yx', 'get_ServiceLocator_UTx1YxService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:handleReattribution' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => ['privates', '.service_locator.f4URvXz', 'get_ServiceLocator_F4URvXzService', false],
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => ['privates', '.service_locator.f4URvXz', 'get_ServiceLocator_F4URvXzService', false],
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\EditController' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\GetAction' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\NewController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\ShareController' => ['privates', '.service_locator.k.6sDgC', 'get_ServiceLocator_K_6sDgCService', false],
'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\ShowController' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction:__invoke' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction' => ['privates', '.service_locator.gpz0aP_', 'get_ServiceLocator_Gpz0aPService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', false],
], [
'App\\Controller\\Admin\\DashboardController::__invoke' => '?',
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction::__invoke' => '?',
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression::__invoke' => '?',
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => '?',
'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => '?',
'App\\Controller\\Front\\Account\\Notification\\RedirectController::__invoke' => '?',
'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => '?',
'App\\Controller\\Front\\Channel\\ShowController::__invoke' => '?',
'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => '?',
'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => '?',
'App\\Controller\\Front\\Exercise\\StartController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController::closeMultiple' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::handleReattribution' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => '?',
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction::__invoke' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'kernel::terminate' => '?',
'App\\Controller\\Admin\\DashboardController:__invoke' => '?',
'App\\Controller\\Admin\\DashboardController' => '?',
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction:__invoke' => '?',
'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction' => '?',
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression:__invoke' => '?',
'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression' => '?',
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction' => '?',
'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => '?',
'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => '?',
'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => '?',
'App\\Controller\\Front\\Account\\Notification\\RedirectController:__invoke' => '?',
'App\\Controller\\Front\\Account\\Notification\\RedirectController' => '?',
'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => '?',
'App\\Controller\\Front\\Channel\\Image\\DeleteController' => '?',
'App\\Controller\\Front\\Channel\\ShowController:__invoke' => '?',
'App\\Controller\\Front\\Channel\\ShowController' => '?',
'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => '?',
'App\\Controller\\Front\\Channel\\ShowTrainingListController' => '?',
'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => '?',
'App\\Controller\\Front\\Channel\\SubAjaxListController' => '?',
'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\AnswerController' => '?',
'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\CancelController' => '?',
'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\FinishController' => '?',
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => '?',
'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\ShowController' => '?',
'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\SolutionController' => '?',
'App\\Controller\\Front\\Exercise\\StartController:__invoke' => '?',
'App\\Controller\\Front\\Exercise\\StartController' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => '?',
'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => '?',
'App\\Controller\\Front\\Scholar\\Training\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController:closeMultiple' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\DashboardAction' => '?',
'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\DeleteController' => '?',
'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => '?',
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => '?',
'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\EditController' => '?',
'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\GetAction' => '?',
'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\NewController' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShareController' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:handleReattribution' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => '?',
'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\EditController' => '?',
'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\GetAction' => '?',
'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\NewController' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ShareController' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ShowController' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => '?',
'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => '?',
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction:__invoke' => '?',
'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
'kernel:terminate' => '?',
]);
}
/**
* Gets the private '.service_locator.o2Ryu8z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O2Ryu8zService()
{
return $this->privates['.service_locator.o2Ryu8z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'advice' => ['privates', '.errored..service_locator.o2Ryu8z.App\\Entity\\Account\\Advice', NULL, 'Cannot autowire service ".service_locator.o2Ryu8z": it references class "App\\Entity\\Account\\Advice" but no such service exists.'],
], [
'advice' => 'App\\Entity\\Account\\Advice',
]);
}
/**
* Gets the private '.service_locator.pFqwb5T' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PFqwb5TService()
{
return $this->privates['.service_locator.pFqwb5T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'message' => ['privates', '.errored..service_locator.pFqwb5T.App\\Entity\\Forum\\Message', NULL, 'Cannot autowire service ".service_locator.pFqwb5T": it references class "App\\Entity\\Forum\\Message" but no such service exists.'],
], [
'message' => 'App\\Entity\\Forum\\Message',
]);
}
/**
* Gets the private '.service_locator.qnrGaQw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QnrGaQwService()
{
return $this->privates['.service_locator.qnrGaQw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'channel' => ['privates', '.errored..service_locator.qnrGaQw.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'exercise' => ['privates', '.errored..service_locator.qnrGaQw.App\\Entity\\Exercise\\Exercise', NULL, 'Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
'lesson' => ['privates', '.errored..service_locator.qnrGaQw.App\\Entity\\Scholar\\Lesson\\Lesson', NULL, 'Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
], [
'channel' => 'App\\Entity\\Channel\\Channel',
'exercise' => 'App\\Entity\\Exercise\\Exercise',
'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
]);
}
/**
* Gets the private '.service_locator.qsmLBkW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QsmLBkWService()
{
return $this->privates['.service_locator.qsmLBkW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.api' => ['privates', 'security.event_dispatcher.api', 'getSecurity_EventDispatcher_ApiService', false],
'security.event_dispatcher.internal_api' => ['privates', 'security.event_dispatcher.internal_api', 'getSecurity_EventDispatcher_InternalApiService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
'security.event_dispatcher.reverse_sync' => ['privates', 'security.event_dispatcher.reverse_sync', 'getSecurity_EventDispatcher_ReverseSyncService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.internal_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.u_tx1Yx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UTx1YxService()
{
return $this->privates['.service_locator.u_tx1Yx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assignable' => ['privates', '.errored..service_locator.u_tx1Yx.App\\Entity\\Common\\Assignable', NULL, 'Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Common\\Assignable" but no such service exists.'],
'channel' => ['privates', '.errored..service_locator.u_tx1Yx.App\\Entity\\Channel\\Channel', NULL, 'Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
'user' => ['privates', '.errored..service_locator.u_tx1Yx.App\\Entity\\Account\\User', NULL, 'Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Account\\User" but no such service exists.'],
], [
'assignable' => 'App\\Entity\\Common\\Assignable',
'channel' => 'App\\Entity\\Channel\\Channel',
'user' => 'App\\Entity\\Account\\User',
]);
}
/**
* Gets the private '.service_locator.z4vVS.d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z4vVS_DService()
{
return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'paginator' => '?',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener' shared service.
*
* @return \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener
*/
protected function getPsrResponseListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/EventListener/PsrResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
return $this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] = new \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
}
/**
* Gets the private 'App\Command\CalculateMcqCommand' shared autowired service.
*
* @return \App\Command\CalculateMcqCommand
*/
protected function getCalculateMcqCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CalculateMcqCommand.php';
$this->privates['App\\Command\\CalculateMcqCommand'] = $instance = new \App\Command\CalculateMcqCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
$instance->setName('app:calculate-mcq');
return $instance;
}
/**
* Gets the private 'App\Command\CheckSharedEntityCommand' shared autowired service.
*
* @return \App\Command\CheckSharedEntityCommand
*/
protected function getCheckSharedEntityCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckSharedEntityCommand.php';
$this->privates['App\\Command\\CheckSharedEntityCommand'] = $instance = new \App\Command\CheckSharedEntityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setName('app:check-shared-entity');
$instance->setDescription('Check the given entity is well shared from his origin entity');
return $instance;
}
/**
* Gets the private 'App\Command\FixImageChapterCommand' shared autowired service.
*
* @return \App\Command\FixImageChapterCommand
*/
protected function getFixImageChapterCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixImageChapterCommand.php';
$this->privates['App\\Command\\FixImageChapterCommand'] = $instance = new \App\Command\FixImageChapterCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()));
$instance->setName('app:fix-image-chapter');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateMimeTypeForNellappFileCommand' shared autowired service.
*
* @return \App\Command\UpdateMimeTypeForNellappFileCommand
*/
protected function getUpdateMimeTypeForNellappFileCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateMimeTypeForNellappFileCommand.php';
$this->privates['App\\Command\\UpdateMimeTypeForNellappFileCommand'] = $instance = new \App\Command\UpdateMimeTypeForNellappFileCommand(($this->privates['App\\Repository\\Common\\FileRepository'] ?? $this->getFileRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
$instance->setName('app:update-nellapp-file');
$instance->setDescription('Once command to set mimeType in DB for NellappFiles');
return $instance;
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Account\UserSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber
*/
protected function getUserSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Account/UserSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber
*/
protected function getChannelUserDataSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/ChannelUserData/ChannelUserDataSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber
*/
protected function getChannelSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Channel/ChannelSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber
*/
protected function getAssignableSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Common/AssignableSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
*/
protected function getFileSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\FileSubscriber'] = new \App\Doctrine\EventEntitySubscriber\FileSubscriber($this);
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber
*/
protected function getLessonReviewSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/LessonReviewSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber(($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber
*/
protected function getModuleStatusSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/AbstractStatusSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/ModuleStatusSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber(($this->privates['App\\Service\\Scholar\\PermissionNotificationMailer'] ?? $this->getPermissionNotificationMailerService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber
*/
protected function getOriginLessonSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/OriginLessonSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber(($this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] ?? $this->getSharedLessonRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber
*/
protected function getPracticalCaseResponseSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseResponseSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber
*/
protected function getPracticalCaseSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber
*/
protected function getShareLessonSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/ShareLessonSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber();
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber
*/
protected function getSharedModuleSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/SharedModuleSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber();
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber
*/
protected function getSharedTrainingSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/SharedTrainingSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber(($this->privates['App\\Service\\Scholar\\TrainingApiService'] ?? $this->getTrainingApiServiceService()));
}
/**
* Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber
*/
protected function getTrainingStatusSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/AbstractStatusSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventEntitySubscriber/Scholar/TrainingStatusSubscriber.php';
return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber(($this->privates['App\\Service\\Scholar\\PermissionNotificationMailer'] ?? $this->getPermissionNotificationMailerService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\ImageSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\ImageSubscriber
*/
protected function getImageSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/ImageSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\ImageSubscriber((\dirname(__DIR__, 4).'/public/uploads/channel_images'), 'uploads/channel_images', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber
*/
protected function getCountSharedContentSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/CountSharedContentSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/SharedChannelService.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber(new \App\Service\ShareContent\SharedChannelService(($this->privates['App\\Repository\\Channel\\SharedChannelRepository'] ?? $this->getSharedChannelRepositoryService())));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber
*/
protected function getLessonSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/LessonSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber();
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\ModuleLessonSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\ModuleLessonSubscriber
*/
protected function getModuleLessonSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/ModuleLessonSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\ModuleLessonSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber
*/
protected function getOriginChapterSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginChapterSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber
*/
protected function getOriginExerciseSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginExerciseSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber
*/
protected function getOriginPracticalCaseSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginPracticalCaseSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\TrainingModuleSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingModuleSubscriber
*/
protected function getTrainingModuleSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/TrainingModuleSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingModuleSubscriber(($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\TrainingSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingSubscriber
*/
protected function getTrainingSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Channel/Scholar/TrainingSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingSubscriber(($this->privates['App\\Service\\Scholar\\TrainingApiService'] ?? $this->getTrainingApiServiceService()));
}
/**
* Gets the private 'App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber' shared autowired service.
*
* @return \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber
*/
protected function getProductUpdateSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/EventSubscriber/Payment/ProductUpdateSubscriber.php';
return $this->privates['App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber'] = new \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber();
}
/**
* Gets the private 'App\EventSubscriber\Account\AvatarSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Account\AvatarSubscriber
*/
protected function getAvatarSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Account/AvatarSubscriber.php';
return $this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] = new \App\EventSubscriber\Account\AvatarSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__, 4).'/public/uploads/user_avatar'), 'uploads/user_avatar', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['App\\Service\\Account\\UserAvatar'] ?? $this->getUserAvatarService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\EventSubscriber\Channel\ImageUploaderSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Channel\ImageUploaderSubscriber
*/
protected function getImageUploaderSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Channel/ImageUploaderSubscriber.php';
return $this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] = new \App\EventSubscriber\Channel\ImageUploaderSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* Gets the private 'App\EventSubscriber\Exercise\LoginSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Exercise\LoginSubscriber
*/
protected function getLoginSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Exercise/LoginSubscriber.php';
return $this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] = new \App\EventSubscriber\Exercise\LoginSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Filter\Account\AssignableFilterType' shared autowired service.
*
* @return \App\Filter\Account\AssignableFilterType
*/
protected function getAssignableFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Account/AssignableFilterType.php';
return $this->privates['App\\Filter\\Account\\AssignableFilterType'] = new \App\Filter\Account\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Filter\Async\Channel\User\UserFilter' shared autowired service.
*
* @return \App\Filter\Async\Channel\User\UserFilter
*/
protected function getUserFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Async/Channel/User/UserFilter.php';
return $this->privates['App\\Filter\\Async\\Channel\\User\\UserFilter'] = new \App\Filter\Async\Channel\User\UserFilter();
}
/**
* Gets the private 'App\Filter\Channel\AssignableFilterType' shared autowired service.
*
* @return \App\Filter\Channel\AssignableFilterType
*/
protected function getAssignableFilterType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Channel/AssignableFilterType.php';
return $this->privates['App\\Filter\\Channel\\AssignableFilterType'] = new \App\Filter\Channel\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Filter\Channel\ImageFilter' shared autowired service.
*
* @return \App\Filter\Channel\ImageFilter
*/
protected function getImageFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Channel/ImageFilter.php';
return $this->privates['App\\Filter\\Channel\\ImageFilter'] = new \App\Filter\Channel\ImageFilter();
}
/**
* Gets the private 'App\Filter\Common\AssignableFilterType' shared autowired service.
*
* @return \App\Filter\Common\AssignableFilterType
*/
protected function getAssignableFilterType3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Common/AssignableFilterType.php';
return $this->privates['App\\Filter\\Common\\AssignableFilterType'] = new \App\Filter\Common\AssignableFilterType();
}
/**
* Gets the private 'App\Filter\Front\GlobalSearch' shared autowired service.
*
* @return \App\Filter\Front\GlobalSearch
*/
protected function getGlobalSearchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Front/GlobalSearch.php';
return $this->privates['App\\Filter\\Front\\GlobalSearch'] = new \App\Filter\Front\GlobalSearch(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Filter\Front\GlobalSearchExtendedType' shared autowired service.
*
* @return \App\Filter\Front\GlobalSearchExtendedType
*/
protected function getGlobalSearchExtendedTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Front/GlobalSearchExtendedType.php';
return $this->privates['App\\Filter\\Front\\GlobalSearchExtendedType'] = new \App\Filter\Front\GlobalSearchExtendedType(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Filter\Sync\TrainingFilter' shared autowired service.
*
* @return \App\Filter\Sync\TrainingFilter
*/
protected function getTrainingFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Filter/Sync/TrainingFilter.php';
return $this->privates['App\\Filter\\Sync\\TrainingFilter'] = new \App\Filter\Sync\TrainingFilter();
}
/**
* Gets the private 'App\Form\Account\AdviceType' shared autowired service.
*
* @return \App\Form\Account\AdviceType
*/
protected function getAdviceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Account/AdviceType.php';
return $this->privates['App\\Form\\Account\\AdviceType'] = new \App\Form\Account\AdviceType();
}
/**
* Gets the private 'App\Form\Channel\ContactType' shared autowired service.
*
* @return \App\Form\Channel\ContactType
*/
protected function getContactTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Channel/ContactType.php';
return $this->privates['App\\Form\\Channel\\ContactType'] = new \App\Form\Channel\ContactType();
}
/**
* Gets the private 'App\Form\Channel\Filter\ChannelTrainingFilter' shared autowired service.
*
* @return \App\Form\Channel\Filter\ChannelTrainingFilter
*/
protected function getChannelTrainingFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Channel/Filter/ChannelTrainingFilter.php';
return $this->privates['App\\Form\\Channel\\Filter\\ChannelTrainingFilter'] = new \App\Form\Channel\Filter\ChannelTrainingFilter();
}
/**
* Gets the private 'App\Form\Channel\ImageSelectorType' shared autowired service.
*
* @return \App\Form\Channel\ImageSelectorType
*/
protected function getImageSelectorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Channel/ImageSelectorType.php';
return $this->privates['App\\Form\\Channel\\ImageSelectorType'] = new \App\Form\Channel\ImageSelectorType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\Common\AddressType' shared autowired service.
*
* @return \App\Form\Common\AddressType
*/
protected function getAddressTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Common/AddressType.php';
return $this->privates['App\\Form\\Common\\AddressType'] = new \App\Form\Common\AddressType();
}
/**
* Gets the private 'App\Form\Common\CountPaginationType' shared autowired service.
*
* @return \App\Form\Common\CountPaginationType
*/
protected function getCountPaginationTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Common/CountPaginationType.php';
return $this->privates['App\\Form\\Common\\CountPaginationType'] = new \App\Form\Common\CountPaginationType();
}
/**
* Gets the private 'App\Form\Common\CustomFileType' shared autowired service.
*
* @return \App\Form\Common\CustomFileType
*/
protected function getCustomFileTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Common/CustomFileType.php';
return $this->privates['App\\Form\\Common\\CustomFileType'] = new \App\Form\Common\CustomFileType($this, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
}
/**
* Gets the private 'App\Form\Common\NellappSliderType' shared autowired service.
*
* @return \App\Form\Common\NellappSliderType
*/
protected function getNellappSliderTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Common/NellappSliderType.php';
return $this->privates['App\\Form\\Common\\NellappSliderType'] = new \App\Form\Common\NellappSliderType();
}
/**
* Gets the private 'App\Form\Common\RatingType' shared autowired service.
*
* @return \App\Form\Common\RatingType
*/
protected function getRatingTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Common/RatingType.php';
return $this->privates['App\\Form\\Common\\RatingType'] = new \App\Form\Common\RatingType();
}
/**
* Gets the private 'App\Form\Common\ReAssignableFormType' shared autowired service.
*
* @return \App\Form\Common\ReAssignableFormType
*/
protected function getReAssignableFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Common/ReAssignableFormType.php';
return $this->privates['App\\Form\\Common\\ReAssignableFormType'] = new \App\Form\Common\ReAssignableFormType(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\Exercise\ExerciseType' shared autowired service.
*
* @return \App\Form\Exercise\ExerciseType
*/
protected function getExerciseTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/ExerciseType.php';
return $this->privates['App\\Form\\Exercise\\ExerciseType'] = new \App\Form\Exercise\ExerciseType();
}
/**
* Gets the private 'App\Form\Exercise\Question\MultipleChoiceAnswerType' shared autowired service.
*
* @return \App\Form\Exercise\Question\MultipleChoiceAnswerType
*/
protected function getMultipleChoiceAnswerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/Question/MultipleChoiceAnswerType.php';
return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType'] = new \App\Form\Exercise\Question\MultipleChoiceAnswerType();
}
/**
* Gets the private 'App\Form\Exercise\Question\MultipleChoiceQuestionType' shared autowired service.
*
* @return \App\Form\Exercise\Question\MultipleChoiceQuestionType
*/
protected function getMultipleChoiceQuestionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/Question/MultipleChoiceQuestionType.php';
return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType'] = new \App\Form\Exercise\Question\MultipleChoiceQuestionType();
}
/**
* Gets the private 'App\Form\Exercise\Question\QuestionType' shared autowired service.
*
* @return \App\Form\Exercise\Question\QuestionType
*/
protected function getQuestionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/Question/QuestionType.php';
return $this->privates['App\\Form\\Exercise\\Question\\QuestionType'] = new \App\Form\Exercise\Question\QuestionType();
}
/**
* Gets the private 'App\Form\Exercise\User\ChoiceAnswerType' shared autowired service.
*
* @return \App\Form\Exercise\User\ChoiceAnswerType
*/
protected function getChoiceAnswerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/User/ChoiceAnswerType.php';
return $this->privates['App\\Form\\Exercise\\User\\ChoiceAnswerType'] = new \App\Form\Exercise\User\ChoiceAnswerType();
}
/**
* Gets the private 'App\Form\Exercise\User\ExerciseResultType' shared autowired service.
*
* @return \App\Form\Exercise\User\ExerciseResultType
*/
protected function getExerciseResultTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/User/ExerciseResultType.php';
return $this->privates['App\\Form\\Exercise\\User\\ExerciseResultType'] = new \App\Form\Exercise\User\ExerciseResultType();
}
/**
* Gets the private 'App\Form\Exercise\User\MultipleChoiceQuestionResultType' shared autowired service.
*
* @return \App\Form\Exercise\User\MultipleChoiceQuestionResultType
*/
protected function getMultipleChoiceQuestionResultTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/User/MultipleChoiceQuestionResultType.php';
return $this->privates['App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType'] = new \App\Form\Exercise\User\MultipleChoiceQuestionResultType();
}
/**
* Gets the private 'App\Form\Exercise\User\QuestionResultType' shared autowired service.
*
* @return \App\Form\Exercise\User\QuestionResultType
*/
protected function getQuestionResultTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Exercise/User/QuestionResultType.php';
return $this->privates['App\\Form\\Exercise\\User\\QuestionResultType'] = new \App\Form\Exercise\User\QuestionResultType();
}
/**
* Gets the private 'App\Form\Forum\MessageAnswerType' shared autowired service.
*
* @return \App\Form\Forum\MessageAnswerType
*/
protected function getMessageAnswerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Forum/MessageAnswerType.php';
return $this->privates['App\\Form\\Forum\\MessageAnswerType'] = new \App\Form\Forum\MessageAnswerType();
}
/**
* Gets the private 'App\Form\Forum\MessageType' shared autowired service.
*
* @return \App\Form\Forum\MessageType
*/
protected function getMessageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Forum/MessageType.php';
return $this->privates['App\\Form\\Forum\\MessageType'] = new \App\Form\Forum\MessageType();
}
/**
* Gets the private 'App\Form\Manager\Filter\Api\LessonScholarFilterType' shared autowired service.
*
* @return \App\Form\Manager\Filter\Api\LessonScholarFilterType
*/
protected function getLessonScholarFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Api/LessonScholarFilterType.php';
return $this->privates['App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType'] = new \App\Form\Manager\Filter\Api\LessonScholarFilterType();
}
/**
* Gets the private 'App\Form\Manager\Filter\Channel\ChannelFilterType' shared autowired service.
*
* @return \App\Form\Manager\Filter\Channel\ChannelFilterType
*/
protected function getChannelFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Channel/ChannelFilterType.php';
return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType'] = new \App\Form\Manager\Filter\Channel\ChannelFilterType();
}
/**
* Gets the private 'App\Form\Manager\Filter\Channel\Exercise\CollectionFilter' shared autowired service.
*
* @return \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter
*/
protected function getCollectionFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Channel/Exercise/CollectionFilter.php';
return $this->privates['App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter'] = new \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter();
}
/**
* Gets the private 'App\Form\Manager\Filter\Channel\LessonReviewFilterType' shared autowired service.
*
* @return \App\Form\Manager\Filter\Channel\LessonReviewFilterType
*/
protected function getLessonReviewFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Channel/LessonReviewFilterType.php';
return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'] = new \App\Form\Manager\Filter\Channel\LessonReviewFilterType();
}
/**
* Gets the private 'App\Form\Manager\Filter\Channel\LessonScholarFilter' shared autowired service.
*
* @return \App\Form\Manager\Filter\Channel\LessonScholarFilter
*/
protected function getLessonScholarFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Channel/LessonScholarFilter.php';
return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'] = new \App\Form\Manager\Filter\Channel\LessonScholarFilter();
}
/**
* Gets the private 'App\Form\Manager\Filter\Channel\ScholarCollectionFilter' shared autowired service.
*
* @return \App\Form\Manager\Filter\Channel\ScholarCollectionFilter
*/
protected function getScholarCollectionFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Channel/ScholarCollectionFilter.php';
return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'] = new \App\Form\Manager\Filter\Channel\ScholarCollectionFilter();
}
/**
* Gets the private 'App\Form\Manager\Filter\Channel\SharedChannelFilterType' shared autowired service.
*
* @return \App\Form\Manager\Filter\Channel\SharedChannelFilterType
*/
protected function getSharedChannelFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/Channel/SharedChannelFilterType.php';
return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType'] = new \App\Form\Manager\Filter\Channel\SharedChannelFilterType();
}
/**
* Gets the private 'App\Form\Manager\Filter\UserFilter' shared autowired service.
*
* @return \App\Form\Manager\Filter\UserFilter
*/
protected function getUserFilter2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Manager/Filter/UserFilter.php';
return $this->privates['App\\Form\\Manager\\Filter\\UserFilter'] = new \App\Form\Manager\Filter\UserFilter();
}
/**
* Gets the private 'App\Form\Payment\FundingType' shared autowired service.
*
* @return \App\Form\Payment\FundingType
*/
protected function getFundingTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Payment/FundingType.php';
return $this->privates['App\\Form\\Payment\\FundingType'] = new \App\Form\Payment\FundingType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\Form\Scholar\ChapterType' shared autowired service.
*
* @return \App\Form\Scholar\ChapterType
*/
protected function getChapterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/ChapterType.php';
return $this->privates['App\\Form\\Scholar\\ChapterType'] = new \App\Form\Scholar\ChapterType();
}
/**
* Gets the private 'App\Form\Scholar\LessonPrerequisiteType' shared autowired service.
*
* @return \App\Form\Scholar\LessonPrerequisiteType
*/
protected function getLessonPrerequisiteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/LessonPrerequisiteType.php';
return $this->privates['App\\Form\\Scholar\\LessonPrerequisiteType'] = new \App\Form\Scholar\LessonPrerequisiteType();
}
/**
* Gets the private 'App\Form\Scholar\LessonReviewType' shared autowired service.
*
* @return \App\Form\Scholar\LessonReviewType
*/
protected function getLessonReviewTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/LessonReviewType.php';
return $this->privates['App\\Form\\Scholar\\LessonReviewType'] = new \App\Form\Scholar\LessonReviewType();
}
/**
* Gets the private 'App\Form\Scholar\LessonType' shared autowired service.
*
* @return \App\Form\Scholar\LessonType
*/
protected function getLessonTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/LessonType.php';
return $this->privates['App\\Form\\Scholar\\LessonType'] = new \App\Form\Scholar\LessonType(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\Scholar\ModuleLessonType' shared autowired service.
*
* @return \App\Form\Scholar\ModuleLessonType
*/
protected function getModuleLessonTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/ModuleLessonType.php';
return $this->privates['App\\Form\\Scholar\\ModuleLessonType'] = new \App\Form\Scholar\ModuleLessonType();
}
/**
* Gets the private 'App\Form\Scholar\ModuleType' shared autowired service.
*
* @return \App\Form\Scholar\ModuleType
*/
protected function getModuleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/ModuleType.php';
return $this->privates['App\\Form\\Scholar\\ModuleType'] = new \App\Form\Scholar\ModuleType();
}
/**
* Gets the private 'App\Form\Scholar\PracticalCaseCorrectionType' shared autowired service.
*
* @return \App\Form\Scholar\PracticalCaseCorrectionType
*/
protected function getPracticalCaseCorrectionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/PracticalCaseCorrectionType.php';
return $this->privates['App\\Form\\Scholar\\PracticalCaseCorrectionType'] = new \App\Form\Scholar\PracticalCaseCorrectionType();
}
/**
* Gets the private 'App\Form\Scholar\PracticalCaseResourceType' shared autowired service.
*
* @return \App\Form\Scholar\PracticalCaseResourceType
*/
protected function getPracticalCaseResourceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/PracticalCaseResourceType.php';
return $this->privates['App\\Form\\Scholar\\PracticalCaseResourceType'] = new \App\Form\Scholar\PracticalCaseResourceType();
}
/**
* Gets the private 'App\Form\Scholar\PracticalCaseResponseType' shared autowired service.
*
* @return \App\Form\Scholar\PracticalCaseResponseType
*/
protected function getPracticalCaseResponseTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/PracticalCaseResponseType.php';
return $this->privates['App\\Form\\Scholar\\PracticalCaseResponseType'] = new \App\Form\Scholar\PracticalCaseResponseType();
}
/**
* Gets the private 'App\Form\Scholar\PracticalCaseType' shared autowired service.
*
* @return \App\Form\Scholar\PracticalCaseType
*/
protected function getPracticalCaseTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/PracticalCaseType.php';
return $this->privates['App\\Form\\Scholar\\PracticalCaseType'] = new \App\Form\Scholar\PracticalCaseType();
}
/**
* Gets the private 'App\Form\Scholar\ScholarInterfaceSelektor' shared autowired service.
*
* @return \App\Form\Scholar\ScholarInterfaceSelektor
*/
protected function getScholarInterfaceSelektorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/ScholarInterfaceSelektor.php';
return $this->privates['App\\Form\\Scholar\\ScholarInterfaceSelektor'] = new \App\Form\Scholar\ScholarInterfaceSelektor();
}
/**
* Gets the private 'App\Form\Scholar\TrainingDescriptionType' shared autowired service.
*
* @return \App\Form\Scholar\TrainingDescriptionType
*/
protected function getTrainingDescriptionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/TrainingDescriptionType.php';
return $this->privates['App\\Form\\Scholar\\TrainingDescriptionType'] = new \App\Form\Scholar\TrainingDescriptionType();
}
/**
* Gets the private 'App\Form\Scholar\TrainingModuleType' shared autowired service.
*
* @return \App\Form\Scholar\TrainingModuleType
*/
protected function getTrainingModuleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/TrainingModuleType.php';
return $this->privates['App\\Form\\Scholar\\TrainingModuleType'] = new \App\Form\Scholar\TrainingModuleType();
}
/**
* Gets the private 'App\Form\Scholar\TrainingProductType' shared autowired service.
*
* @return \App\Form\Scholar\TrainingProductType
*/
protected function getTrainingProductTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/TrainingProductType.php';
return $this->privates['App\\Form\\Scholar\\TrainingProductType'] = new \App\Form\Scholar\TrainingProductType();
}
/**
* Gets the private 'App\Form\Scholar\TrainingType' shared autowired service.
*
* @return \App\Form\Scholar\TrainingType
*/
protected function getTrainingTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scholar/TrainingType.php';
return $this->privates['App\\Form\\Scholar\\TrainingType'] = new \App\Form\Scholar\TrainingType();
}
/**
* Gets the private 'App\Form\Share\ShareContentType' shared autowired service.
*
* @return \App\Form\Share\ShareContentType
*/
protected function getShareContentTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Share/ShareContentType.php';
return $this->privates['App\\Form\\Share\\ShareContentType'] = new \App\Form\Share\ShareContentType(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\TemplatePage\CreatePageType' shared autowired service.
*
* @return \App\Form\TemplatePage\CreatePageType
*/
protected function getCreatePageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TemplatePage/CreatePageType.php';
return $this->privates['App\\Form\\TemplatePage\\CreatePageType'] = new \App\Form\TemplatePage\CreatePageType();
}
/**
* Gets the private 'App\Menu\Admin\DrawerBuilder' shared autowired service.
*
* @return \App\Menu\Admin\DrawerBuilder
*/
protected function getDrawerBuilderService()
{
include_once \dirname(__DIR__, 4).'/src/Menu/Admin/DrawerBuilder.php';
return $this->privates['App\\Menu\\Admin\\DrawerBuilder'] = new \App\Menu\Admin\DrawerBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
}
/**
* Gets the private 'App\Menu\Front\DrawerBuilder' shared autowired service.
*
* @return \App\Menu\Front\DrawerBuilder
*/
protected function getDrawerBuilder2Service()
{
include_once \dirname(__DIR__, 4).'/src/Menu/Front/DrawerBuilder.php';
return $this->privates['App\\Menu\\Front\\DrawerBuilder'] = new \App\Menu\Front\DrawerBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* Gets the private 'App\Repository\Account\AdviceRepository' shared autowired service.
*
* @return \App\Repository\Account\AdviceRepository
*/
protected function getAdviceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Account/AdviceRepository.php';
return $this->privates['App\\Repository\\Account\\AdviceRepository'] = new \App\Repository\Account\AdviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Account\LogUserDataRepository' shared autowired service.
*
* @return \App\Repository\Account\LogUserDataRepository
*/
protected function getLogUserDataRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Account/LogUserDataRepository.php';
return $this->privates['App\\Repository\\Account\\LogUserDataRepository'] = new \App\Repository\Account\LogUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
*
* @return \App\Repository\Account\NotificationRepository
*/
protected function getNotificationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Account/NotificationRepository.php';
return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
*
* @return \App\Repository\Account\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Account/UserRepository.php';
return $this->privates['App\\Repository\\Account\\UserRepository'] = new \App\Repository\Account\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementChapterRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementChapterRepository
*/
protected function getAchievementChapterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementContentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementChapterRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] = new \App\Repository\Achievement\AchievementChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementContentRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementContentRepository
*/
protected function getAchievementContentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementContentRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementContentRepository'] = new \App\Repository\Achievement\AchievementContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementLessonRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementLessonRepository
*/
protected function getAchievementLessonRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementContentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementLessonRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] = new \App\Repository\Achievement\AchievementLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementModuleRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementModuleRepository
*/
protected function getAchievementModuleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementContentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementModuleRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] = new \App\Repository\Achievement\AchievementModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementTimeLogLessonRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementTimeLogLessonRepository
*/
protected function getAchievementTimeLogLessonRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementTimeLogLessonRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] = new \App\Repository\Achievement\AchievementTimeLogLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementTimeLogRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementTimeLogRepository
*/
protected function getAchievementTimeLogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementTimeLogRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] = new \App\Repository\Achievement\AchievementTimeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Achievement\AchievementTrainingRepository' shared autowired service.
*
* @return \App\Repository\Achievement\AchievementTrainingRepository
*/
protected function getAchievementTrainingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementContentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Achievement/AchievementTrainingRepository.php';
return $this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] = new \App\Repository\Achievement\AchievementTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
*
* @return \App\Repository\ChannelUserData\AbstractCursusRepository
*/
protected function getAbstractCursusRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
*
* @return \App\Repository\ChannelUserData\ChannelUserDataRepository
*/
protected function getChannelUserDataRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
return $this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] = new \App\Repository\ChannelUserData\ChannelUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'App\Repository\Channel\ChannelDescriptionRepository' shared autowired service.
*
* @return \App\Repository\Channel\ChannelDescriptionRepository
*/
protected function getChannelDescriptionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/ChannelDescriptionRepository.php';
return $this->privates['App\\Repository\\Channel\\ChannelDescriptionRepository'] = new \App\Repository\Channel\ChannelDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Channel\ChannelGalleryRepository' shared autowired service.
*
* @return \App\Repository\Channel\ChannelGalleryRepository
*/
protected function getChannelGalleryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/ChannelGalleryRepository.php';
return $this->privates['App\\Repository\\Channel\\ChannelGalleryRepository'] = new \App\Repository\Channel\ChannelGalleryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
*
* @return \App\Repository\Channel\ChannelRepository
*/
protected function getChannelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/ChannelRepository.php';
return $this->privates['App\\Repository\\Channel\\ChannelRepository'] = new \App\Repository\Channel\ChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
*
* @return \App\Repository\Channel\GroupRepository
*/
protected function getGroupRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/GroupRepository.php';
return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Channel\ImageRepository' shared autowired service.
*
* @return \App\Repository\Channel\ImageRepository
*/
protected function getImageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/ImageRepository.php';
return $this->privates['App\\Repository\\Channel\\ImageRepository'] = new \App\Repository\Channel\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Channel\InstitutionRepository' shared autowired service.
*
* @return \App\Repository\Channel\InstitutionRepository
*/
protected function getInstitutionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/InstitutionRepository.php';
return $this->privates['App\\Repository\\Channel\\InstitutionRepository'] = new \App\Repository\Channel\InstitutionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Channel\Partner\PartnerRepository' shared autowired service.
*
* @return \App\Repository\Channel\Partner\PartnerRepository
*/
protected function getPartnerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/Partner/PartnerRepository.php';
return $this->privates['App\\Repository\\Channel\\Partner\\PartnerRepository'] = new \App\Repository\Channel\Partner\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Channel\SharedChannelRepository' shared autowired service.
*
* @return \App\Repository\Channel\SharedChannelRepository
*/
protected function getSharedChannelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Channel/SharedChannelRepository.php';
return $this->privates['App\\Repository\\Channel\\SharedChannelRepository'] = new \App\Repository\Channel\SharedChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Common\AssignableRepository' shared autowired service.
*
* @return \App\Repository\Common\AssignableRepository
*/
protected function getAssignableRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Common/AssignableRepository.php';
return $this->privates['App\\Repository\\Common\\AssignableRepository'] = new \App\Repository\Common\AssignableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Common\FileRepository' shared autowired service.
*
* @return \App\Repository\Common\FileRepository
*/
protected function getFileRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Common/FileRepository.php';
return $this->privates['App\\Repository\\Common\\FileRepository'] = new \App\Repository\Common\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Exercise\ExerciseRepository' shared autowired service.
*
* @return \App\Repository\Exercise\ExerciseRepository
*/
protected function getExerciseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Exercise/ExerciseRepository.php';
return $this->privates['App\\Repository\\Exercise\\ExerciseRepository'] = new \App\Repository\Exercise\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Exercise\User\ExerciseResultRepository' shared autowired service.
*
* @return \App\Repository\Exercise\User\ExerciseResultRepository
*/
protected function getExerciseResultRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Exercise/User/ExerciseResultRepository.php';
return $this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] = new \App\Repository\Exercise\User\ExerciseResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository' shared autowired service.
*
* @return \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository
*/
protected function getMultipleChoiceQuestionResultRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Exercise/User/MultipleChoiceQuestionResultRepository.php';
return $this->privates['App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository'] = new \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Forum\MessageRepository' shared autowired service.
*
* @return \App\Repository\Forum\MessageRepository
*/
protected function getMessageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Forum/MessageRepository.php';
return $this->privates['App\\Repository\\Forum\\MessageRepository'] = new \App\Repository\Forum\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Payment\LessonProductRepository' shared autowired service.
*
* @return \App\Repository\Payment\LessonProductRepository
*/
protected function getLessonProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Payment/LessonProductRepository.php';
return $this->privates['App\\Repository\\Payment\\LessonProductRepository'] = new \App\Repository\Payment\LessonProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Payment\ModuleProductRepository' shared autowired service.
*
* @return \App\Repository\Payment\ModuleProductRepository
*/
protected function getModuleProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Payment/ModuleProductRepository.php';
return $this->privates['App\\Repository\\Payment\\ModuleProductRepository'] = new \App\Repository\Payment\ModuleProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Payment\OrderAttemptRepository' shared autowired service.
*
* @return \App\Repository\Payment\OrderAttemptRepository
*/
protected function getOrderAttemptRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Payment/OrderAttemptRepository.php';
return $this->privates['App\\Repository\\Payment\\OrderAttemptRepository'] = new \App\Repository\Payment\OrderAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Payment\TrainingProductRepository' shared autowired service.
*
* @return \App\Repository\Payment\TrainingProductRepository
*/
protected function getTrainingProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Payment/TrainingProductRepository.php';
return $this->privates['App\\Repository\\Payment\\TrainingProductRepository'] = new \App\Repository\Payment\TrainingProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\ChapterRepository' shared autowired service.
*
* @return \App\Repository\Scholar\ChapterRepository
*/
protected function getChapterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/ChapterRepository.php';
return $this->privates['App\\Repository\\Scholar\\ChapterRepository'] = new \App\Repository\Scholar\ChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\LessonPrerequisiteRepository' shared autowired service.
*
* @return \App\Repository\Scholar\LessonPrerequisiteRepository
*/
protected function getLessonPrerequisiteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LessonPrerequisiteRepository.php';
return $this->privates['App\\Repository\\Scholar\\LessonPrerequisiteRepository'] = new \App\Repository\Scholar\LessonPrerequisiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\LessonRepository' shared autowired service.
*
* @return \App\Repository\Scholar\LessonRepository
*/
protected function getLessonRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LessonRepository.php';
return $this->privates['App\\Repository\\Scholar\\LessonRepository'] = new \App\Repository\Scholar\LessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\LessonReviewRepository' shared autowired service.
*
* @return \App\Repository\Scholar\LessonReviewRepository
*/
protected function getLessonReviewRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LessonReviewRepository.php';
return $this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] = new \App\Repository\Scholar\LessonReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\LessonStatsRepository' shared autowired service.
*
* @return \App\Repository\Scholar\LessonStatsRepository
*/
protected function getLessonStatsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LessonStatsRepository.php';
return $this->privates['App\\Repository\\Scholar\\LessonStatsRepository'] = new \App\Repository\Scholar\LessonStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\ModulePermissionRepository' shared autowired service.
*
* @return \App\Repository\Scholar\ModulePermissionRepository
*/
protected function getModulePermissionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/ModulePermissionRepository.php';
return $this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] = new \App\Repository\Scholar\ModulePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\ModuleRepository' shared autowired service.
*
* @return \App\Repository\Scholar\ModuleRepository
*/
protected function getModuleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/ModuleRepository.php';
return $this->privates['App\\Repository\\Scholar\\ModuleRepository'] = new \App\Repository\Scholar\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\OriginLessonRepository' shared autowired service.
*
* @return \App\Repository\Scholar\OriginLessonRepository
*/
protected function getOriginLessonRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/OriginLessonRepository.php';
return $this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] = new \App\Repository\Scholar\OriginLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository' shared autowired service.
*
* @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository
*/
protected function getFilePracticalCaseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseRepository.php';
return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository' shared autowired service.
*
* @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository
*/
protected function getFilePracticalCaseResponseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseResponseRepository.php';
return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseRepository' shared autowired service.
*
* @return \App\Repository\Scholar\PracticalCase\PracticalCaseRepository
*/
protected function getPracticalCaseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/PracticalCase/PracticalCaseRepository.php';
return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository' shared autowired service.
*
* @return \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository
*/
protected function getPracticalCaseResourceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResourceRepository.php';
return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository' shared autowired service.
*
* @return \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository
*/
protected function getPracticalCaseResponseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResponseRepository.php';
return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository' shared autowired service.
*
* @return \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository
*/
protected function getPracticalCaseUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/PracticalCase/PracticalCaseUserRepository.php';
return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\SharedChapterRepository' shared autowired service.
*
* @return \App\Repository\Scholar\SharedChapterRepository
*/
protected function getSharedChapterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/SharedChapterRepository.php';
return $this->privates['App\\Repository\\Scholar\\SharedChapterRepository'] = new \App\Repository\Scholar\SharedChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\SharedExerciseRepository' shared autowired service.
*
* @return \App\Repository\Scholar\SharedExerciseRepository
*/
protected function getSharedExerciseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/SharedExerciseRepository.php';
return $this->privates['App\\Repository\\Scholar\\SharedExerciseRepository'] = new \App\Repository\Scholar\SharedExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\SharedLessonRepository' shared autowired service.
*
* @return \App\Repository\Scholar\SharedLessonRepository
*/
protected function getSharedLessonRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/SharedLessonRepository.php';
return $this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] = new \App\Repository\Scholar\SharedLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\SharedModuleRepository' shared autowired service.
*
* @return \App\Repository\Scholar\SharedModuleRepository
*/
protected function getSharedModuleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/SharedModuleRepository.php';
return $this->privates['App\\Repository\\Scholar\\SharedModuleRepository'] = new \App\Repository\Scholar\SharedModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\SharedPracticalCaseRepository' shared autowired service.
*
* @return \App\Repository\Scholar\SharedPracticalCaseRepository
*/
protected function getSharedPracticalCaseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/SharedPracticalCaseRepository.php';
return $this->privates['App\\Repository\\Scholar\\SharedPracticalCaseRepository'] = new \App\Repository\Scholar\SharedPracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\SharedTrainingRepository' shared autowired service.
*
* @return \App\Repository\Scholar\SharedTrainingRepository
*/
protected function getSharedTrainingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/SharedTrainingRepository.php';
return $this->privates['App\\Repository\\Scholar\\SharedTrainingRepository'] = new \App\Repository\Scholar\SharedTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\TrainingDescriptionRepository' shared autowired service.
*
* @return \App\Repository\Scholar\TrainingDescriptionRepository
*/
protected function getTrainingDescriptionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/TrainingDescriptionRepository.php';
return $this->privates['App\\Repository\\Scholar\\TrainingDescriptionRepository'] = new \App\Repository\Scholar\TrainingDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\TrainingPermissionRepository' shared autowired service.
*
* @return \App\Repository\Scholar\TrainingPermissionRepository
*/
protected function getTrainingPermissionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/TrainingPermissionRepository.php';
return $this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] = new \App\Repository\Scholar\TrainingPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Scholar\TrainingRepository' shared autowired service.
*
* @return \App\Repository\Scholar\TrainingRepository
*/
protected function getTrainingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scholar/TrainingRepository.php';
return $this->privates['App\\Repository\\Scholar\\TrainingRepository'] = new \App\Repository\Scholar\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Template\TemplatePageRepository' shared autowired service.
*
* @return \App\Repository\Template\TemplatePageRepository
*/
protected function getTemplatePageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Template/TemplatePageRepository.php';
return $this->privates['App\\Repository\\Template\\TemplatePageRepository'] = new \App\Repository\Template\TemplatePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
*
* @return \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher
*/
protected function getChannelRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Sync/FullRefresher/Channel/ChannelRefresher.php';
$instance = new \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
$instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$this->privates['App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance = $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
return $instance;
}
/**
* Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
*
* @return \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator
*/
protected function getGroupHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Sync/Hydrator/Channel/GroupHydrator.php';
$instance = new \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
$this->privates['App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
*
* @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
*/
protected function getTrainingHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
$instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
$this->privates['App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'App\Serializer\EventSubscriber\ChannelImageSubscriber' shared autowired service.
*
* @return \App\Serializer\EventSubscriber\ChannelImageSubscriber
*/
protected function getChannelImageSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/EventSubscriber/ChannelImageSubscriber.php';
return $this->privates['App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'] = new \App\Serializer\EventSubscriber\ChannelImageSubscriber(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()));
}
/**
* Gets the private 'App\Serializer\Handler\PaginationHandler' shared autowired service.
*
* @return \App\Serializer\Handler\PaginationHandler
*/
protected function getPaginationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/Handler/PaginationHandler.php';
return $this->privates['App\\Serializer\\Handler\\PaginationHandler'] = new \App\Serializer\Handler\PaginationHandler();
}
/**
* Gets the private 'App\Service\Account\NotificationManager' shared autowired service.
*
* @return \App\Service\Account\NotificationManager
*/
protected function getNotificationManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Account/NotificationManager.php';
return $this->privates['App\\Service\\Account\\NotificationManager'] = new \App\Service\Account\NotificationManager(($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
}
/**
* Gets the private 'App\Service\Account\UserAvatar' shared autowired service.
*
* @return \App\Service\Account\UserAvatar
*/
protected function getUserAvatarService()
{
return $this->privates['App\\Service\\Account\\UserAvatar'] = new \App\Service\Account\UserAvatar(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), (\dirname(__DIR__, 4).'/public/uploads/user_avatar'), 'uploads/user_avatar', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
}
/**
* Gets the private 'App\Service\Achievement\AchievementManager' shared autowired service.
*
* @return \App\Service\Achievement\AchievementManager
*/
protected function getAchievementManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Achievement/AchievementManager.php';
return $this->privates['App\\Service\\Achievement\\AchievementManager'] = new \App\Service\Achievement\AchievementManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] ?? $this->getAchievementModuleRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] ?? $this->getAchievementTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
}
/**
* Gets the private 'App\Service\Advice\AdviceManager' shared autowired service.
*
* @return \App\Service\Advice\AdviceManager
*/
protected function getAdviceManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Advice/AdviceManager.php';
return $this->privates['App\\Service\\Advice\\AdviceManager'] = new \App\Service\Advice\AdviceManager(($this->privates['App\\Repository\\Account\\AdviceRepository'] ?? $this->getAdviceRepositoryService()));
}
/**
* Gets the private 'App\Service\ChannelUserData\CursusService' shared autowired service.
*
* @return \App\Service\ChannelUserData\CursusService
*/
protected function getCursusServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/ChannelUserData/CursusService.php';
return $this->privates['App\\Service\\ChannelUserData\\CursusService'] = new \App\Service\ChannelUserData\CursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
}
/**
* Gets the private 'App\Service\Channel\Image\ImageUrlGenerator' shared autowired service.
*
* @return \App\Service\Channel\Image\ImageUrlGenerator
*/
protected function getImageUrlGeneratorService()
{
return $this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] = new \App\Service\Channel\Image\ImageUrlGenerator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
}
/**
* Gets the private 'App\Service\Common\FileService' shared autowired service.
*
* @return \App\Service\Common\FileService
*/
protected function getFileServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Common/FileService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
return $this->privates['App\\Service\\Common\\FileService'] = new \App\Service\Common\FileService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
}
/**
* Gets the private 'App\Service\Exercise\UserExerciseResultManipulator' shared autowired service.
*
* @return \App\Service\Exercise\UserExerciseResultManipulator
*/
protected function getUserExerciseResultManipulatorService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Exercise/UserExerciseResultManipulator.php';
return $this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] = new \App\Service\Exercise\UserExerciseResultManipulator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Service\Scholar\ExerciseService' shared autowired service.
*
* @return \App\Service\Scholar\ExerciseService
*/
protected function getExerciseServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/ExerciseService.php';
return $this->privates['App\\Service\\Scholar\\ExerciseService'] = new \App\Service\Scholar\ExerciseService(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
}
/**
* Gets the private 'App\Service\Scholar\LessonService' shared autowired service.
*
* @return \App\Service\Scholar\LessonService
*/
protected function getLessonServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/LessonService.php';
return $this->privates['App\\Service\\Scholar\\LessonService'] = new \App\Service\Scholar\LessonService(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\Scholar\\ExerciseService'] ?? $this->getExerciseServiceService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()), ($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()));
}
/**
* Gets the private 'App\Service\Scholar\ModuleService' shared autowired service.
*
* @return \App\Service\Scholar\ModuleService
*/
protected function getModuleServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/ModuleService.php';
return $this->privates['App\\Service\\Scholar\\ModuleService'] = new \App\Service\Scholar\ModuleService(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
}
/**
* Gets the private 'App\Service\Scholar\PermissionNotificationMailer' shared autowired service.
*
* @return \App\Service\Scholar\PermissionNotificationMailer
*/
protected function getPermissionNotificationMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/PermissionNotificationMailer.php';
return $this->privates['App\\Service\\Scholar\\PermissionNotificationMailer'] = new \App\Service\Scholar\PermissionNotificationMailer(($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Service\Scholar\PracticalCaseService' shared autowired service.
*
* @return \App\Service\Scholar\PracticalCaseService
*/
protected function getPracticalCaseServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/PracticalCaseService.php';
return $this->privates['App\\Service\\Scholar\\PracticalCaseService'] = new \App\Service\Scholar\PracticalCaseService(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
}
/**
* Gets the private 'App\Service\Scholar\ScholarNavigationSecurityService' shared autowired service.
*
* @return \App\Service\Scholar\ScholarNavigationSecurityService
*/
protected function getScholarNavigationSecurityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/ScholarNavigationSecurityService.php';
return $this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] = new \App\Service\Scholar\ScholarNavigationSecurityService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
}
/**
* Gets the private 'App\Service\Scholar\ScholarNavigationService' shared autowired service.
*
* @return \App\Service\Scholar\ScholarNavigationService
*/
protected function getScholarNavigationServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/ScholarNavigationService.php';
return $this->privates['App\\Service\\Scholar\\ScholarNavigationService'] = new \App\Service\Scholar\ScholarNavigationService(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService()));
}
/**
* Gets the private 'App\Service\Scholar\StatusService' shared autowired service.
*
* @return \App\Service\Scholar\StatusService
*/
protected function getStatusServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/StatusService.php';
return $this->privates['App\\Service\\Scholar\\StatusService'] = new \App\Service\Scholar\StatusService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
}
/**
* Gets the private 'App\Service\Scholar\TrainingApiService' shared autowired service.
*
* @return \App\Service\Scholar\TrainingApiService
*/
protected function getTrainingApiServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/TrainingApiService.php';
return $this->privates['App\\Service\\Scholar\\TrainingApiService'] = new \App\Service\Scholar\TrainingApiService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()));
}
/**
* Gets the private 'App\Service\Scholar\TrainingService' shared autowired service.
*
* @return \App\Service\Scholar\TrainingService
*/
protected function getTrainingServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Scholar/TrainingService.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Enum/EnumForFormInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Enum/AbstractEnumForForm.php';
include_once \dirname(__DIR__, 4).'/src/Enum/ScholarTrainingDiplomaEnum.php';
return $this->privates['App\\Service\\Scholar\\TrainingService'] = new \App\Service\Scholar\TrainingService(($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), new \App\Enum\ScholarTrainingDiplomaEnum(), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
}
/**
* Gets the private 'App\Service\ShareContent\ShareLessonService' shared autowired service.
*
* @return \App\Service\ShareContent\ShareLessonService
*/
protected function getShareLessonServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/ShareServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/ShareLessonService.php';
return $this->privates['App\\Service\\ShareContent\\ShareLessonService'] = new \App\Service\ShareContent\ShareLessonService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the private 'App\Service\ShareContent\ShareModuleService' shared autowired service.
*
* @return \App\Service\ShareContent\ShareModuleService
*/
protected function getShareModuleServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/ShareServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/ShareModuleService.php';
return $this->privates['App\\Service\\ShareContent\\ShareModuleService'] = new \App\Service\ShareContent\ShareModuleService(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
}
/**
* Gets the private 'App\Service\ShareContent\ShareTrainingService' shared autowired service.
*
* @return \App\Service\ShareContent\ShareTrainingService
*/
protected function getShareTrainingServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/ShareServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/ShareTrainingService.php';
return $this->privates['App\\Service\\ShareContent\\ShareTrainingService'] = new \App\Service\ShareContent\ShareTrainingService(($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
}
/**
* Gets the private 'App\Service\ShareContent\shareScholarService' shared autowired service.
*
* @return \App\Service\ShareContent\shareScholarService
*/
protected function getShareScholarServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/ShareContent/shareScholarService.php';
return $this->privates['App\\Service\\ShareContent\\shareScholarService'] = new \App\Service\ShareContent\shareScholarService(($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Twig\Component\NellappVideoPlayer' autowired service.
*
* @return \App\Twig\Component\NellappVideoPlayer
*/
protected function getNellappVideoPlayerService()
{
include_once \dirname(__DIR__, 4).'/src/Twig/Component/NellappVideoPlayer.php';
$this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer'] = function () {
return new \App\Twig\Component\NellappVideoPlayer();
};
return $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer']();
}
/**
* Gets the private 'App\Twig\Component\Scholar\HorizontalTrainingCard' autowired service.
*
* @return \App\Twig\Component\Scholar\HorizontalTrainingCard
*/
protected function getHorizontalTrainingCardService()
{
include_once \dirname(__DIR__, 4).'/src/Twig/Component/Scholar/HorizontalTrainingCard.php';
$this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard'] = function () {
return new \App\Twig\Component\Scholar\HorizontalTrainingCard(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
};
return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard']();
}
/**
* Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardImage' autowired service.
*
* @return \App\Twig\Component\Scholar\SubTrainingCard\CardImage
*/
protected function getCardImageService()
{
include_once \dirname(__DIR__, 4).'/src/Twig/Component/Scholar/SubTrainingCard/CardImage.php';
$this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage'] = function () {
return new \App\Twig\Component\Scholar\SubTrainingCard\CardImage(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
};
return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage']();
}
/**
* Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardModality' autowired service.
*
* @return \App\Twig\Component\Scholar\SubTrainingCard\CardModality
*/
protected function getCardModalityService()
{
include_once \dirname(__DIR__, 4).'/src/Twig/Component/Scholar/SubTrainingCard/CardModality.php';
$this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality'] = function () {
return new \App\Twig\Component\Scholar\SubTrainingCard\CardModality(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
};
return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality']();
}
/**
* Gets the private 'App\Twig\Component\Scholar\TrainingCard' autowired service.
*
* @return \App\Twig\Component\Scholar\TrainingCard
*/
protected function getTrainingCardService()
{
include_once \dirname(__DIR__, 4).'/src/Twig/Component/Scholar/TrainingCard.php';
$this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard'] = function () {
return new \App\Twig\Component\Scholar\TrainingCard();
};
return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard']();
}
/**
* Gets the private 'App\Twig\Runtime\Account\GetAvatarRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Account\GetAvatarRuntime
*/
protected function getGetAvatarRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Account/GetAvatarRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Account\\GetAvatarRuntime'] = new \App\Twig\Runtime\Account\GetAvatarRuntime(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
}
/**
* Gets the private 'App\Twig\Runtime\Account\GetCountAnswersRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Account\GetCountAnswersRuntime
*/
protected function getGetCountAnswersRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Account/GetCountAnswersRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime'] = new \App\Twig\Runtime\Account\GetCountAnswersRuntime(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\Account\NotificationRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Account\NotificationRuntime
*/
protected function getNotificationRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Account/NotificationRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Account\\NotificationRuntime'] = new \App\Twig\Runtime\Account\NotificationRuntime(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
}
/**
* Gets the private 'App\Twig\Runtime\Achievement\AchievementTimeLogRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Achievement\AchievementTimeLogRuntime
*/
protected function getAchievementTimeLogRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Achievement/AchievementTimeLogRuntime.php';
include_once \dirname(__DIR__, 4).'/src/Service/Achievement/AchievementTimeManager.php';
return $this->privates['App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime'] = new \App\Twig\Runtime\Achievement\AchievementTimeLogRuntime(new \App\Service\Achievement\AchievementTimeManager(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService())));
}
/**
* Gets the private 'App\Twig\Runtime\Achievement\ProgressionRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Achievement\ProgressionRuntime
*/
protected function getProgressionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Achievement/ProgressionRuntime.php';
include_once \dirname(__DIR__, 4).'/src/Service/Achievement/AchievementStatCalculator.php';
$a = ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService());
return $this->privates['App\\Twig\\Runtime\\Achievement\\ProgressionRuntime'] = new \App\Twig\Runtime\Achievement\ProgressionRuntime(new \App\Service\Achievement\AchievementStatCalculator(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), $a), ($this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] ?? $this->getAchievementTrainingRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] ?? $this->getAchievementModuleRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), $a, ($this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] ?? $this->getTrainingPermissionRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] ?? $this->getModulePermissionRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\AdviceRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\AdviceRuntime
*/
protected function getAdviceRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/AdviceRuntime.php';
return $this->privates['App\\Twig\\Runtime\\AdviceRuntime'] = new \App\Twig\Runtime\AdviceRuntime(($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()));
}
/**
* Gets the private 'App\Twig\Runtime\AssignableRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\AssignableRuntime
*/
protected function getAssignableRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/AssignableRuntime.php';
include_once \dirname(__DIR__, 4).'/src/Enum/PracticalCaseResponseStatusEnum.php';
return $this->privates['App\\Twig\\Runtime\\AssignableRuntime'] = new \App\Twig\Runtime\AssignableRuntime(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), new \App\Enum\PracticalCaseResponseStatusEnum());
}
/**
* Gets the private 'App\Twig\Runtime\ChannelRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\ChannelRuntime
*/
protected function getChannelRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/ChannelRuntime.php';
return $this->privates['App\\Twig\\Runtime\\ChannelRuntime'] = new \App\Twig\Runtime\ChannelRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\Channel\ChannelDescriptionRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Channel\ChannelDescriptionRuntime
*/
protected function getChannelDescriptionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Channel/ChannelDescriptionRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime'] = new \App\Twig\Runtime\Channel\ChannelDescriptionRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\Channel\ChannelTrainingsRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Channel\ChannelTrainingsRuntime
*/
protected function getChannelTrainingsRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Channel/ChannelTrainingsRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime'] = new \App\Twig\Runtime\Channel\ChannelTrainingsRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\Channel\ChannelUserCheckRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Channel\ChannelUserCheckRuntime
*/
protected function getChannelUserCheckRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Channel/ChannelUserCheckRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime'] = new \App\Twig\Runtime\Channel\ChannelUserCheckRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\Channel\SharedChannelRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Channel\SharedChannelRuntime
*/
protected function getSharedChannelRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Channel/SharedChannelRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Channel\\SharedChannelRuntime'] = new \App\Twig\Runtime\Channel\SharedChannelRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\CountryRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\CountryRuntime
*/
protected function getCountryRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/CountryRuntime.php';
return $this->privates['App\\Twig\\Runtime\\CountryRuntime'] = new \App\Twig\Runtime\CountryRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Twig\Runtime\DateDiffRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\DateDiffRuntime
*/
protected function getDateDiffRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/DateDiffRuntime.php';
return $this->privates['App\\Twig\\Runtime\\DateDiffRuntime'] = new \App\Twig\Runtime\DateDiffRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Twig\Runtime\DateDiffShortRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\DateDiffShortRuntime
*/
protected function getDateDiffShortRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/DateDiffShortRuntime.php';
return $this->privates['App\\Twig\\Runtime\\DateDiffShortRuntime'] = new \App\Twig\Runtime\DateDiffShortRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Twig\Runtime\EntityRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\EntityRuntime
*/
protected function getEntityRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/EntityRuntime.php';
return $this->privates['App\\Twig\\Runtime\\EntityRuntime'] = new \App\Twig\Runtime\EntityRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\EnumKeyTransRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\EnumKeyTransRuntime
*/
protected function getEnumKeyTransRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/EnumKeyTransRuntime.php';
return $this->privates['App\\Twig\\Runtime\\EnumKeyTransRuntime'] = new \App\Twig\Runtime\EnumKeyTransRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Twig\Runtime\FileRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\FileRuntime
*/
protected function getFileRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/FileRuntime.php';
return $this->privates['App\\Twig\\Runtime\\FileRuntime'] = new \App\Twig\Runtime\FileRuntime(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()));
}
/**
* Gets the private 'App\Twig\Runtime\FooterRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\FooterRuntime
*/
protected function getFooterRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/FooterRuntime.php';
return $this->privates['App\\Twig\\Runtime\\FooterRuntime'] = new \App\Twig\Runtime\FooterRuntime(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\Twig\Runtime\Forum\MessageRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Forum\MessageRuntime
*/
protected function getMessageRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Forum/MessageRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Forum\\MessageRuntime'] = new \App\Twig\Runtime\Forum\MessageRuntime(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\ImageRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\ImageRuntime
*/
protected function getImageRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/ImageRuntime.php';
return $this->privates['App\\Twig\\Runtime\\ImageRuntime'] = new \App\Twig\Runtime\ImageRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\LockContentRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\LockContentRuntime
*/
protected function getLockContentRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/LockContentRuntime.php';
return $this->privates['App\\Twig\\Runtime\\LockContentRuntime'] = new \App\Twig\Runtime\LockContentRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\Manager\ScholarCounterRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Manager\ScholarCounterRuntime
*/
protected function getScholarCounterRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Manager/ScholarCounterRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime'] = new \App\Twig\Runtime\Manager\ScholarCounterRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\Manager\ScholarLinkRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Manager\ScholarLinkRuntime
*/
protected function getScholarLinkRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Manager/ScholarLinkRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime'] = new \App\Twig\Runtime\Manager\ScholarLinkRuntime(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime
*/
protected function getScholarPermissionCounterRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime'] = new \App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime(($this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] ?? $this->getTrainingPermissionRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] ?? $this->getModulePermissionRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\RatingRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\RatingRuntime
*/
protected function getRatingRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/RatingRuntime.php';
return $this->privates['App\\Twig\\Runtime\\RatingRuntime'] = new \App\Twig\Runtime\RatingRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarChapterRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarChapterRuntime
*/
protected function getScholarChapterRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarChapterRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime'] = new \App\Twig\Runtime\Scholar\ScholarChapterRuntime(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarExerciseRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarExerciseRuntime
*/
protected function getScholarExerciseRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarExerciseRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime'] = new \App\Twig\Runtime\Scholar\ScholarExerciseRuntime(($this->privates['App\\Service\\Scholar\\ExerciseService'] ?? $this->getExerciseServiceService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarLessonRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarLessonRuntime
*/
protected function getScholarLessonRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarLessonRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime'] = new \App\Twig\Runtime\Scholar\ScholarLessonRuntime(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarModuleRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarModuleRuntime
*/
protected function getScholarModuleRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarModuleRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime'] = new \App\Twig\Runtime\Scholar\ScholarModuleRuntime(($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarNavigationRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarNavigationRuntime
*/
protected function getScholarNavigationRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarNavigationRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime'] = new \App\Twig\Runtime\Scholar\ScholarNavigationRuntime(($this->privates['App\\Service\\Scholar\\ScholarNavigationService'] ?? $this->getScholarNavigationServiceService()), ($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime
*/
protected function getScholarPracticalCaseRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarPracticalCaseRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime'] = new \App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarStatusRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarStatusRuntime
*/
protected function getScholarStatusRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarStatusRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime'] = new \App\Twig\Runtime\Scholar\ScholarStatusRuntime(($this->privates['App\\Service\\Scholar\\StatusService'] ?? $this->getStatusServiceService()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime
*/
protected function getScholarTrainingDescriptionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarTrainingDescriptionRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarTrainingRuntime
*/
protected function getScholarTrainingRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarTrainingRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingRuntime(($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()), ($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] ?? $this->getImageRunTime2Service()));
}
/**
* Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime
*/
protected function getScholarTrainingTypeRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/Scholar/ScholarTrainingTypeRuntime.php';
return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\SearchRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\SearchRuntime
*/
protected function getSearchRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/SearchRuntime.php';
return $this->privates['App\\Twig\\Runtime\\SearchRuntime'] = new \App\Twig\Runtime\SearchRuntime(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
}
/**
* Gets the private 'App\Twig\Runtime\SecondsToFomattedStringRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\SecondsToFomattedStringRuntime
*/
protected function getSecondsToFomattedStringRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/SecondsToFomattedStringRuntime.php';
return $this->privates['App\\Twig\\Runtime\\SecondsToFomattedStringRuntime'] = new \App\Twig\Runtime\SecondsToFomattedStringRuntime();
}
/**
* Gets the private 'App\Twig\Runtime\SnackRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\SnackRuntime
*/
protected function getSnackRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/SnackRuntime.php';
return $this->privates['App\\Twig\\Runtime\\SnackRuntime'] = new \App\Twig\Runtime\SnackRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Twig\Runtime\TimerRuntime' shared autowired service.
*
* @return \App\Twig\Runtime\TimerRuntime
*/
protected function getTimerRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Runtime/TimerRuntime.php';
return $this->privates['App\\Twig\\Runtime\\TimerRuntime'] = new \App\Twig\Runtime\TimerRuntime();
}
/**
* Gets the private 'App\Validator\Constraints\HtmlTagConstraintValidator' shared autowired service.
*
* @return \App\Validator\Constraints\HtmlTagConstraintValidator
*/
protected function getHtmlTagConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/HtmlTagConstraintValidator.php';
return $this->privates['App\\Validator\\Constraints\\HtmlTagConstraintValidator'] = new \App\Validator\Constraints\HtmlTagConstraintValidator();
}
/**
* Gets the private 'App\Validator\Constraints\InjuryConstraintValidator' shared autowired service.
*
* @return \App\Validator\Constraints\InjuryConstraintValidator
*/
protected function getInjuryConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/InjuryConstraintValidator.php';
return $this->privates['App\\Validator\\Constraints\\InjuryConstraintValidator'] = new \App\Validator\Constraints\InjuryConstraintValidator();
}
/**
* Gets the private 'App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator' shared autowired service.
*
* @return \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator
*/
protected function getMultipleChoiceQuestionConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/MultipleChoiceQuestionConstraintValidator.php';
return $this->privates['App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator'] = new \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator();
}
/**
* Gets the private 'App\Validator\Constraints\PracticalCaseConstraintValidator' shared autowired service.
*
* @return \App\Validator\Constraints\PracticalCaseConstraintValidator
*/
protected function getPracticalCaseConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/PracticalCaseConstraintValidator.php';
return $this->privates['App\\Validator\\Constraints\\PracticalCaseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseConstraintValidator();
}
/**
* Gets the private 'App\Validator\Constraints\PracticalCaseResponseConstraintValidator' shared autowired service.
*
* @return \App\Validator\Constraints\PracticalCaseResponseConstraintValidator
*/
protected function getPracticalCaseResponseConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/PracticalCaseResponseConstraintValidator.php';
return $this->privates['App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseResponseConstraintValidator();
}
/**
* Gets the private 'App\Validator\Constraints\ProductConstraintValidator' shared autowired service.
*
* @return \App\Validator\Constraints\ProductConstraintValidator
*/
protected function getProductConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/ProductConstraintValidator.php';
return $this->privates['App\\Validator\\Constraints\\ProductConstraintValidator'] = new \App\Validator\Constraints\ProductConstraintValidator();
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
*
* @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
*/
protected function getAsyncEntityTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
*
* @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
*/
protected function getSelectOrCreateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
*/
protected function getBlameSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber(new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\LazyChainBlamer($this, []));
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber
*/
protected function getHierarchySlugSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/HierarchySlugSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySlugger.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\HierarchySlugger('/'));
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
*/
protected function getHierarchySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber
*/
protected function getSlugSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/SlugSubscriber.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber();
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
*/
protected function getTimestampSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
*/
protected function getTranslationSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber
*/
protected function getSlugSubscriber2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SlugSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Slug/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Slug/Slugger.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\Slugger('-'), false);
}
/**
* Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
*
* @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
*/
protected function getTimestampSubscriber2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
*/
protected function getActionRetrieverService()
{
return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
yield 0 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\AnnotationLoader'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\AnnotationLoader'] = new \Drosalys\Bundle\ApiBundle\Action\Type\ReturnLoader\AnnotationLoader()));
yield 1 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\PhpLoader'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\PhpLoader'] = new \Drosalys\Bundle\ApiBundle\Action\Type\ReturnLoader\PhpLoader()));
}, 2));
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
*/
protected function getActionRequestBodyDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
$instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
$instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
*/
protected function getActionResponseDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
$instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
$instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
*/
protected function getOperationIdDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
$instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
$instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
*/
protected function getPaginationDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService()));
$instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
$instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
*/
protected function getSecurityDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
$instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
$instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
*/
protected function getTagDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
$instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
$instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
*/
protected function getActionControllerSubscriberService()
{
return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
*/
protected function getActionResponseSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
yield 1 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
yield 2 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
yield 3 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
}, 1));
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
*/
protected function getDeserializeActionControllerSubscriberService()
{
return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
*/
protected function getApiFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
*/
protected function getApiFilterManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
*/
protected function getDoctrinePersisterHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] = new \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
*/
protected function getDefaultResponseHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
$instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
*/
protected function getPaginationResponseHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService()));
$instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
*/
protected function getValidationErrorResponseHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
$this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
$instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
return $instance;
}
/**
* Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
*
* @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
*/
protected function getSerializerAdapterService()
{
return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
*/
protected function getLogoutSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
*/
protected function getHandleExpireTokenSubscriberService()
{
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
*/
protected function getChannelMenuDisplayedSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
*/
protected function getForceUserFromSetupSubscriberService()
{
$this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] = $instance = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
$instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
*/
protected function getChannelUserRoleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
*/
protected function getUserFromChannelRepositoryService()
{
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
*/
protected function getUserFromChannelRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'] = new \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
*/
protected function getControllerEntityResolverSubscriberService()
{
return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
*/
protected function getGroupeFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
*/
protected function getSessionFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
*/
protected function getTrainingFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
*/
protected function getUserFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
*/
protected function getNellappBooleanTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
*/
protected function getNellappChoiceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
*/
protected function getCustomViewColumnsFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
*/
protected function getCustomViewManagerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
*/
protected function getEditCustomViewTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
*/
protected function getNewCustomViewTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
*/
protected function getChannelUserRoleFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
*/
protected function getCollectionFilter2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
*/
protected function getCollectionFilter3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
*/
protected function getChannelUserRoleSelektorFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
*/
protected function getUserSelektorFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
*/
protected function getTabContainerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\TabType
*/
protected function getTabTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
*/
protected function getAsyncEntityType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
*/
protected function getChannelUserRoleSelektorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
*/
protected function getGroupSelektorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
*/
protected function getPlaceSelektorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
*/
protected function getUserSelektorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
*/
protected function getChannelGetterServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
*/
protected function getValidGlobalChannelAndUserSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
*/
protected function getGlobalEntitiesServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
*/
protected function getGlobalEntityKeysService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Mailer\Mailer' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Mailer\Mailer
*/
protected function getMailerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] = $instance = new \Nellapp\Bundle\SDKBundle\Mailer\Mailer($this->getEnv('MAIL_SENDER'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('BREVO_API_URL'), $this->getEnv('BREVO_API_KEY'), $this->getEnv('MAIL_DEV_ADDRESS'), $this->getEnv('bool:MAIL_TO_DEV'), $this->getEnv('bool:ACTIVE_MAIL'), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
*/
protected function getChannelUserDataMenuDisplayedServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Permission/ChannelMenuDisplayed.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService(new \App\SdkBundle\Permission\ChannelMenuDisplayed(), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
*/
protected function getChannelResourceManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
*/
protected function getChannelResourceServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()), new \Nellapp\Bundle\SDKBundle\ApiInternal\Client\ApiInternalClient($this->getEnv('APP_SECRET')));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
*/
protected function getChannelUserPermissionManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] ?? $this->getChannelUserPermissionEnumManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
*/
protected function getChannelUserPermissionServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
*/
protected function getCheckChannelMenuDisplayedCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('nellapp:check:menu-displayed');
$instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
*/
protected function getChannelMenuDisplayedSubscriber2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
*/
protected function getPermissionConstraintSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
*/
protected function getChannelUserPermissionEnumManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum()));
yield 1 => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum()));
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
yield 3 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
yield 4 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
}, 5));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
*/
protected function getChannelUserPermissionEnumTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
*/
protected function getChannelUserPermissionResourceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
*/
protected function getChannelUserDataFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
*/
protected function getChannelUserPermissionResourceFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
*/
protected function getMultipleResourcePermissionsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
*/
protected function getSelectUserForChannelResourcePermissionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
*/
protected function getAuthorizationHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
*/
protected function getChannelUserPermissionHierarchyManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelModulePermissionHierarchy()));
yield 1 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelSessionPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelSessionPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy()));
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelTrainingPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelTrainingPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy()));
yield 3 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy()));
}, 4));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
*/
protected function getChannelUserDataPermissionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
*/
protected function getTranslateRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] ?? $this->getChannelUserPermissionEnumManagerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
*/
protected function getUserOwnerRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
*/
protected function getUserOwnerGetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
*/
protected function getUrlGeneratorRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime'] = new \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
*/
protected function getUserClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient
*/
protected function getAbstractCursusClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient
*/
protected function getChannelUserDataClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
*/
protected function getChannelClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
*/
protected function getChannelUserRoleClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
*/
protected function getChannelUserServicePermissionClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
*/
protected function getChannelUserSessionPermissionClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
*/
protected function getGroupClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
*/
protected function getPlaceClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
*/
protected function getRoomClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
*/
protected function getServiceClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
*/
protected function getSessionClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
*/
protected function getTrainingClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
*/
protected function getUserFromChannelClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient
*/
protected function getAdditionalDataClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncAdditionalData/AdditionalDataClient.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
*/
protected function getFailedMessageCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('nellapp:failed-message');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
*/
protected function getFullRefreshClassCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] ?? $this->getFullRefreshManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('nellapp:force-full-refresh');
$instance->setDescription('Force full refresh of a class');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
*/
protected function getRefreshClassCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorManager.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ClientManager.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand(new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
yield 1 => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service());
yield 3 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydrator2Service());
yield 4 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
yield 5 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
yield 6 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
yield 7 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
yield 8 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
yield 9 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
}, 16)), new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
yield 1 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
yield 3 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
yield 4 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
yield 5 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
yield 6 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
yield 7 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
yield 8 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
yield 9 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService());
}, 15)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('nellapp:force-refresh');
$instance->setDescription('Force refresh of a class');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
*/
protected function getRefreshOneCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('nellapp:force-refresh-one');
$instance->setDescription('Force refresh of an entity');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
*/
protected function getUserFromChannelCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('nellapp:force-sync:ufc');
$instance->setDescription('Force sync all UserFromChannel');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
*/
protected function getSyncOneCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
$this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] ?? $this->getFullRefreshManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
$instance->setName('nellapp:sync:one');
$instance->setDescription('Manual sync by id');
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
*/
protected function getUserRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
$instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance = $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
*
* @return \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher
*/
protected function getChannelRefresher3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Sync/FullRefresher/Channel/ChannelRefresher.php';
$instance = new \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
$instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance = $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
*/
protected function getFullRefreshManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\SdkBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
yield 1 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher3Service());
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
}, 3));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
*/
protected function getUserHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator();
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
*/
protected function getAbstractCursusHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
*/
protected function getChannelHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
*/
protected function getChannelUserDataHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
*/
protected function getChannelUserRoleHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
*/
protected function getChannelUserServicePermissionHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
*/
protected function getChannelUserSessionPermissionHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
*
* @return \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator
*/
protected function getGroupHydrator2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Sync/Hydrator/Channel/GroupHydrator.php';
$instance = new \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
*/
protected function getPlaceHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
*/
protected function getRoomHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
*/
protected function getServiceHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator
*/
protected function getSessionHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
*
* @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
*/
protected function getTrainingHydrator2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
include_once \dirname(__DIR__, 4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
$instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
*/
protected function getUserFromChannelHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance = $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator
*/
protected function getManipulatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Manipulator.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
*/
protected function getUserRefresher2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
*/
protected function getAbstractCursusRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
*/
protected function getChannelRefresher2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
*/
protected function getChannelUserDataRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
*/
protected function getChannelUserRoleRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
*/
protected function getChannelUserServicePermissionRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
*/
protected function getChannelUserSessionPermissionRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
*/
protected function getGroupRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydrator2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
*/
protected function getPlaceRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
*/
protected function getRoomRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
*/
protected function getServiceRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
*/
protected function getSessionRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
*/
protected function getTrainingRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
*/
protected function getUserFromChannelRefresherService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager
*/
protected function getRefresherManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
yield 1 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
yield 3 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
yield 4 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
yield 5 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
yield 6 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
yield 7 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
yield 8 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
yield 9 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
}, 14));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
*/
protected function getUserRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
*/
protected function getAbstractCursusRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
*/
protected function getChannelRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
*/
protected function getChannelUserDataRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
*/
protected function getChannelUserRoleRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
*/
protected function getChannelUserServicePermissionRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
*/
protected function getChannelUserSessionPermissionRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
*/
protected function getGroupRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydrator2Service()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
*/
protected function getPlaceRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
*/
protected function getRoomRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
*/
protected function getServiceRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
*/
protected function getSessionRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
*/
protected function getTrainingRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
*/
protected function getUserFromChannelRetrieverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $instance = $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager
*/
protected function getRetrieverManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverManager.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
yield 1 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
yield 2 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
yield 3 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
yield 4 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
yield 5 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
yield 6 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
yield 7 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
yield 8 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
yield 9 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
}, 14));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler
*/
protected function getRouteHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Handler/RouteHandler.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer())));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator
*/
protected function getUrlGeneratorService()
{
$instance = new \Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator(new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Routing\RouteClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nellapp', $this->getEnv('DEFAULT_HOST'));
$instance = $instance->setNellappSdkPermissionCache(($this->services['cache.app'] ?? $this->getCache_AppService()));
$this->privates['Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator'] = $instance = $instance->setDebug(true);
return $instance;
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
*/
protected function getChannelUserProfileCardService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
$this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
};
return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
*/
protected function getChannelUserPermissionFormComponentService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
$this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
};
return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
*/
protected function getChannelUserPermissionGroupFormComponentService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
$this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
};
return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent' autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent
*/
protected function getSdkBadgeComponentService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/SdkBadgeComponent.php';
$this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent'] = function () {
return new \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent();
};
return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent']();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
*/
protected function getBooleanRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
*/
protected function getChannelGetterRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
*/
protected function getChannelRuntime2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
*/
protected function getChannelUserDataRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
*/
protected function getChatNotificationRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
*/
protected function getCustomizableViewRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
*/
protected function getEnvRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
*/
protected function getFileRuntime2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
*/
protected function getFormRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime(($this->services['translator'] ?? $this->getTranslatorService()), new \Nellapp\Bundle\SDKBundle\Form\Service\FormService());
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
*/
protected function getHeaderRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime([], ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
*/
protected function getImageRunTime2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
*/
protected function getNellappFileRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
*/
protected function getPaginationRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
*/
protected function getSerializerRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
*/
protected function getSideNavItemRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
*/
protected function getSideNavRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
*/
protected function getUserRunTimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
*/
protected function getVersionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime(new \Nellapp\Bundle\SDKBundle\Version\Version(\dirname(__DIR__, 4)));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
*/
protected function getNellappFileSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'] = new \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
*/
protected function getMimeTypeChoiceFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
}
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
*/
protected function getNellappFileServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] = new \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'oneup_flysystem.practicalCaseResponse_filesystem' => ['services', 'practicalCaseResponse_filesystem', 'getPracticalCaseResponseFilesystemService', false],
'oneup_flysystem.practicalCase_filesystem' => ['services', 'practicalCase_filesystem', 'getPracticalCaseFilesystemService', false],
], [
'oneup_flysystem.practicalCaseResponse_filesystem' => '?',
'oneup_flysystem.practicalCase_filesystem' => '?',
]), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Nellapp\Bundle\SDKBundle\Uploader\NellappFileStorageConfig(['practical_case_resource_file' => ['maxsize' => 200000000, 'mimeTypes' => $this->parameters['file_practical_case_mime_types'], 'uploadDirectory' => (\dirname(__DIR__, 4).'/public/uploads/practical_cases/')], 'practical_case_response_file' => ['maxsize' => 64000000, 'mimeTypes' => $this->parameters['file_practical_case_response_mime_types'], 'uploadDirectory' => (\dirname(__DIR__, 4).'/public/uploads/practical_cases_response/')]]), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default', 1 => 'core', 2 => 'common', 3 => 'vendor', 4 => 'content', 5 => 'backoffice']);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
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);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'app.nellapp_side_nav' shared autowired service.
*
* @return \Knp\Menu\MenuItem
*/
protected function getApp_NellappSideNavService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
include_once \dirname(__DIR__, 4).'/src/Menu/MenuBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
return $this->privates['app.nellapp_side_nav'] = (new \App\Menu\MenuBuilder(new \Nellapp\Bundle\SDKBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService()))))->createNellappSideNav(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'assets._package_backoffice' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getAssets_PackageBackofficeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
return $this->privates['assets._package_backoffice'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/backoffice/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets._package_common' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getAssets_PackageCommonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
return $this->privates['assets._package_common'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/common/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets._package_content' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getAssets_PackageContentService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
return $this->privates['assets._package_content'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/content/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets._package_vendor' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getAssets_PackageVendorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
return $this->privates['assets._package_vendor'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/vendor/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
yield 'common' => ($this->privates['assets._package_common'] ?? $this->getAssets_PackageCommonService());
yield 'content' => ($this->privates['assets._package_content'] ?? $this->getAssets_PackageContentService());
yield 'vendor' => ($this->privates['assets._package_vendor'] ?? $this->getAssets_PackageVendorService());
yield 'backoffice' => ($this->privates['assets._package_backoffice'] ?? $this->getAssets_PackageBackofficeService());
yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
}, 7));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sxiiRtlnV2', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.webpack_encore']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.webpack_encore']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.webpack_encore']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
}, 12));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.qsmLBkW'] ?? $this->get_ServiceLocator_QsmLBkWService()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Filter\\Account', 2 => 'App\\Filter\\Async\\Channel\\User', 3 => 'App\\Filter\\Channel', 4 => 'App\\Filter\\Common', 5 => 'App\\Filter\\Front', 6 => 'App\\Filter\\Sync', 7 => 'App\\Form\\Account', 8 => 'App\\Form\\Channel', 9 => 'App\\Form\\Channel\\Filter', 10 => 'App\\Form\\Common', 11 => 'App\\Form\\Exercise', 12 => 'App\\Form\\Exercise\\Question', 13 => 'App\\Form\\Exercise\\User', 14 => 'App\\Form\\Forum', 15 => 'App\\Form\\Manager\\Filter\\Api', 16 => 'App\\Form\\Manager\\Filter\\Channel', 17 => 'App\\Form\\Manager\\Filter\\Channel\\Exercise', 18 => 'App\\Form\\Manager\\Filter', 19 => 'App\\Form\\Payment', 20 => 'App\\Form\\Scholar', 21 => 'App\\Form\\Share', 22 => 'App\\Form\\TemplatePage', 23 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 24 => 'Liip\\ImagineBundle\\Form\\Type', 25 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor', 26 => 'Nellapp\\Bundle\\SDKBundle\\Filter', 27 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common', 28 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView', 29 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData', 30 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat', 31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression', 32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter', 33 => 'Nellapp\\Bundle\\SDKBundle\\Form', 34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type', 35 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form', 36 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter', 37 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form', 38 => 'Drosalys\\Bundle\\ApiBundle\\Filter', 39 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type', 40 => 'Karser\\Recaptcha3Bundle\\Form', 41 => ''], [0 => 'App\\Filter\\Account\\AssignableFilterType', 1 => 'App\\Filter\\Async\\Channel\\User\\UserFilter', 2 => 'App\\Filter\\Channel\\AssignableFilterType', 3 => 'App\\Filter\\Channel\\ImageFilter', 4 => 'App\\Filter\\Common\\AssignableFilterType', 5 => 'App\\Filter\\Front\\GlobalSearch', 6 => 'App\\Filter\\Front\\GlobalSearchExtendedType', 7 => 'App\\Filter\\Sync\\TrainingFilter', 8 => 'App\\Form\\Account\\AdviceType', 9 => 'App\\Form\\Channel\\ContactType', 10 => 'App\\Form\\Channel\\Filter\\ChannelTrainingFilter', 11 => 'App\\Form\\Channel\\ImageSelectorType', 12 => 'App\\Form\\Common\\AddressType', 13 => 'App\\Form\\Common\\CountPaginationType', 14 => 'App\\Form\\Common\\CustomFileType', 15 => 'App\\Form\\Common\\NellappSliderType', 16 => 'App\\Form\\Common\\RatingType', 17 => 'App\\Form\\Common\\ReAssignableFormType', 18 => 'App\\Form\\Exercise\\ExerciseType', 19 => 'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType', 20 => 'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType', 21 => 'App\\Form\\Exercise\\Question\\QuestionType', 22 => 'App\\Form\\Exercise\\User\\ChoiceAnswerType', 23 => 'App\\Form\\Exercise\\User\\ExerciseResultType', 24 => 'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType', 25 => 'App\\Form\\Exercise\\User\\QuestionResultType', 26 => 'App\\Form\\Forum\\MessageAnswerType', 27 => 'App\\Form\\Forum\\MessageType', 28 => 'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType', 29 => 'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType', 30 => 'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter', 31 => 'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType', 32 => 'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter', 33 => 'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter', 34 => 'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType', 35 => 'App\\Form\\Manager\\Filter\\UserFilter', 36 => 'App\\Form\\Payment\\FundingType', 37 => 'App\\Form\\Scholar\\ChapterType', 38 => 'App\\Form\\Scholar\\LessonPrerequisiteType', 39 => 'App\\Form\\Scholar\\LessonReviewType', 40 => 'App\\Form\\Scholar\\LessonType', 41 => 'App\\Form\\Scholar\\ModuleLessonType', 42 => 'App\\Form\\Scholar\\ModuleType', 43 => 'App\\Form\\Scholar\\PracticalCaseCorrectionType', 44 => 'App\\Form\\Scholar\\PracticalCaseResourceType', 45 => 'App\\Form\\Scholar\\PracticalCaseResponseType', 46 => 'App\\Form\\Scholar\\PracticalCaseType', 47 => 'App\\Form\\Scholar\\ScholarInterfaceSelektor', 48 => 'App\\Form\\Scholar\\TrainingDescriptionType', 49 => 'App\\Form\\Scholar\\TrainingModuleType', 50 => 'App\\Form\\Scholar\\TrainingProductType', 51 => 'App\\Form\\Scholar\\TrainingType', 52 => 'App\\Form\\Share\\ShareContentType', 53 => 'App\\Form\\TemplatePage\\CreatePageType', 54 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 55 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 56 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 57 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 58 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 59 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType', 60 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType', 61 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType', 62 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType', 63 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType', 64 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType', 65 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType', 66 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter', 67 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType', 68 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType', 69 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType', 70 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType', 71 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter', 72 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter', 73 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType', 74 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType', 75 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType', 76 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType', 77 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType', 78 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType', 79 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType', 80 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType', 81 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType', 82 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType', 83 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType', 84 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter', 85 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter', 86 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType', 87 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType', 88 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType', 89 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter', 90 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType', 91 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType', 92 => 'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type', 93 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType', 94 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType', 95 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType', 96 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType', 97 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType', 98 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType', 99 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType', 100 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType', 101 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType', 102 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType', 103 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType', 104 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType', 105 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType', 106 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType'], [0 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension', 1 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension', 2 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension', 3 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension', 4 => 'App\\Form\\Extension\\Channel\\TextareaExtension', 5 => 'App\\Form\\Extension\\CollectionExtension', 6 => 'App\\Form\\Extension\\CollectionInnerExtension', 7 => 'App\\Form\\Extension\\FormExtension', 8 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 9 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 10 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 11 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 12 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 13 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 14 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 15 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 16 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension', 17 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension', 18 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension', 19 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension', 20 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension', 21 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.messenger_consume_messages' shared service.
*
* @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
*/
protected function getConsole_Command_MessengerConsumeMessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
$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()), [0 => 'sync_transport', 1 => 'failed'], NULL, [0 => 'messenger.bus.default']);
$instance->setName('messenger:consume');
$instance->setDescription('Consume messages');
return $instance;
}
/**
* Gets the private 'console.command.messenger_debug' shared service.
*
* @return \Symfony\Component\Messenger\Command\DebugCommand
*/
protected function getConsole_Command_MessengerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
$this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [0 => [0 => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler', 1 => []]]]]);
$instance->setName('debug:messenger');
$instance->setDescription('List messages you can dispatch using the message buses');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_remove' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
*/
protected function getConsole_Command_MessengerFailedMessagesRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
$this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
$instance->setName('messenger:failed:remove');
$instance->setDescription('Remove given messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_retry' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
*/
protected function getConsole_Command_MessengerFailedMessagesRetryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
$this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('messenger:failed:retry');
$instance->setDescription('Retry one or more messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_show' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
*/
protected function getConsole_Command_MessengerFailedMessagesShowService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
$this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
$instance->setName('messenger:failed:show');
$instance->setDescription('Show one or more messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_setup_transports' shared service.
*
* @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
*/
protected function getConsole_Command_MessengerSetupTransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
$this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'sync_transport', 1 => 'failed']);
$instance->setName('messenger:setup-transports');
$instance->setDescription('Prepare the required infrastructure for the transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_stop_workers' shared service.
*
* @return \Symfony\Component\Messenger\Command\StopWorkersCommand
*/
protected function getConsole_Command_MessengerStopWorkersService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
$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()));
$instance->setName('messenger:stop-workers');
$instance->setDescription('Stop workers after their current message');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$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()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$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'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php'), 3 => (\dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php'), 4 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php'), 5 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php'), 7 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php'), 8 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/DeleteController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/EditController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/NewController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareMultipleController.php'), 18 => (\dirname(__DIR__, 4).'/src/Service/Account/NotificationManager.php'), 19 => (\dirname(__DIR__, 4).'/src/Service/Scholar/ScholarNavigationService.php'), 20 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/AssignableRuntime.php'), 21 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/DateDiffRuntime.php'), 22 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/DateDiffShortRuntime.php'), 23 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/EnumKeyTransRuntime.php'), 24 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 25 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/SnackRuntime.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 31 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 32 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 35 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 36 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 37 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 38 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 39 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 40 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 41 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 42 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 44 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 45 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php'), 3 => (\dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php'), 4 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php'), 5 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php'), 7 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php'), 8 => (\dirname(__DIR__, 4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/DeleteController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/EditController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Exercise/NewController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareMultipleController.php'), 18 => (\dirname(__DIR__, 4).'/src/Service/Account/NotificationManager.php'), 19 => (\dirname(__DIR__, 4).'/src/Service/Scholar/ScholarNavigationService.php'), 20 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/AssignableRuntime.php'), 21 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/DateDiffRuntime.php'), 22 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/DateDiffShortRuntime.php'), 23 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/EnumKeyTransRuntime.php'), 24 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 25 => (\dirname(__DIR__, 4).'/src/Twig/Runtime/SnackRuntime.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 31 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 32 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 35 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 36 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 37 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 38 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 39 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 40 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 41 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 42 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 44 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 45 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getPsr7ServerRequestResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
$a = new \Nyholm\Psr7\Factory\Psr17Factory();
return $this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a, $a, $a, $a)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getActionResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
return $this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getConstraintViolationListResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
return $this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDeserializeResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
return $this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
*/
protected function getDebug_ArgumentResolverService()
{
return $this->privates['debug.argument_resolver'] = 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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
yield 5 => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
yield 6 => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
yield 7 => ($this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] ?? $this->getPsr7ServerRequestResolverService());
yield 8 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 9 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
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.nyWDREn'] ?? $this->get_ServiceLocator_NyWDREnService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
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.nyWDREn'] ?? $this->get_ServiceLocator_NyWDREnService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
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))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
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');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
yield 3 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\CanShareContentVoter'] ?? $this->getCanShareContentVoterService());
yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\LessonVoter'] ?? $this->getLessonVoterService());
yield 5 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\ModuleVoter'] ?? $this->getModuleVoterService());
yield 6 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\TrainingVoter'] ?? $this->getTrainingVoterService());
yield 7 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Manager\\LockContentVoter'] ?? $this->getLockContentVoterService());
yield 8 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\PracticalCaseUserVoter'] ?? $this->getPracticalCaseUserVoterService());
yield 9 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
yield 10 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
yield 13 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
yield 14 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
}, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
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()));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] = new \Nellapp\Bundle\SDKBundle\Sync\Security\CoreAuthenticator($this->getEnv('resolve:SYNC_SECRET'))))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.internal_api' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_InternalApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
return $this->privates['debug.security.firewall.authenticator.internal_api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] = new \Nellapp\Bundle\SDKBundle\ApiInternal\Security\InternalAuthenticator($this->getEnv('APP_SECRET'))))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.internal_api'] ?? $this->getSecurity_EventDispatcher_InternalApiService()), 'internal_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
return $this->privates['debug.security.firewall.authenticator.reverse_sync'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] = new \Nellapp\Bundle\SDKBundle\Sync\Security\CoreAuthenticator($this->getEnv('resolve:SYNC_SECRET'))))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.reverse_sync'] ?? $this->getSecurity_EventDispatcher_ReverseSyncService()), 'reverse_sync', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voter\Channel\CanShareContentVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getCanShareContentVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voter/Channel/CanShareContentVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\CanShareContentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Channel\CanShareContentVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\LessonVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getLessonVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voter/Scholar/Front/LessonVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\LessonVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Front\LessonVoter(($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\ModuleVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getModuleVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voter/Scholar/Front/ModuleVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\ModuleVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Front\ModuleVoter(($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\TrainingVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getTrainingVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voter/Scholar/Front/TrainingVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\TrainingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Front\TrainingVoter(($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Manager\LockContentVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getLockContentVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voter/Scholar/Manager/LockContentVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Manager\\LockContentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Manager\LockContentVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voter\Scholar\PracticalCaseUserVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getPracticalCaseUserVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voter/Scholar/PracticalCaseUserVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\PracticalCaseUserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\PracticalCaseUserVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getChannelUserDataVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getChannelUserMenuVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getChannelUserPermissionResourceVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getChannelUserPermissionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSharableChannelPermissionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourceToChannelPermissionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourceToChannelPermissionManager.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelPermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelResourceToChannelPermissionManager(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSharableChannelResourcePermissionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourcePermissionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourcePermissionManager.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelResourcePermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelResourcePermissionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] = new \App\SdkBundle\Permission\SharablePermission\LessonResolver()));
yield 1 => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] = new \App\SdkBundle\Permission\SharablePermission\ModuleResolver()));
}, 2)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSuperAdminVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getUserOwnerVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getUsersResourceVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
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()));
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
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()));
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
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()));
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
$this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
$instance->addEntityListener('App\\Entity\\Account\\User', 'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber', 'preRemove');
$instance->addEntityListener('App\\Entity\\Account\\User', 'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber', 'postRemove');
$instance->addEntityListener('App\\Entity\\Channel\\Channel', 'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber', 'preUpdate');
$instance->addEntityListener('App\\Entity\\Channel\\Channel', 'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData', 'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber', 'postRemove');
$instance->addEntityListener('App\\Entity\\Common\\Assignable', 'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber', 'preFlush');
$instance->addEntityListener('App\\Entity\\Common\\File', 'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber', 'preUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'postPersist');
$instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber', 'postRemove');
$instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'postPersist');
$instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'preUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\OriginLesson', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'prePersist');
$instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'preFlush');
$instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber', 'preRemove');
$instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber', 'preRemove');
$instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber', 'preUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber', 'preUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Training\\SharedTraining', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber', 'postUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Training\\TrainingPermission', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'postPersist');
$instance->addEntityListener('App\\Entity\\Scholar\\Training\\TrainingPermission', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'preUpdate');
$instance->addEntityListener('App\\Entity\\Scholar\\Training\\TrainingPermission', 'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber', 'postUpdate');
return $instance;
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
yield 1 => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
}, 2));
}
/**
* Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
*/
protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(6, 6, 5, 'Symfony\\Component\\Uid\\UuidV4', NULL, NULL));
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), '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()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
*/
protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/src/Fixtures/Processor/ChannelImageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Fixtures/Processor/EaseUuidProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Uploader/Naming/UuidNamer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [0 => new \App\Fixtures\Processor\ChannelImageProcessor(($this->services['App\\Uploader\\Naming\\UuidNamer'] ?? ($this->services['App\\Uploader\\Naming\\UuidNamer'] = new \App\Uploader\Naming\UuidNamer())), (\dirname(__DIR__, 4).'/public/uploads/channel_images')), 1 => new \App\Fixtures\Processor\EaseUuidProcessor($a), 2 => new \Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor($a)]);
}
/**
* Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
*/
protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
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())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Filter\\Account\\AssignableFilterType' => ['privates', 'App\\Filter\\Account\\AssignableFilterType', 'getAssignableFilterTypeService', false],
'App\\Filter\\Async\\Channel\\User\\UserFilter' => ['privates', 'App\\Filter\\Async\\Channel\\User\\UserFilter', 'getUserFilterService', false],
'App\\Filter\\Channel\\AssignableFilterType' => ['privates', 'App\\Filter\\Channel\\AssignableFilterType', 'getAssignableFilterType2Service', false],
'App\\Filter\\Channel\\ImageFilter' => ['privates', 'App\\Filter\\Channel\\ImageFilter', 'getImageFilterService', false],
'App\\Filter\\Common\\AssignableFilterType' => ['privates', 'App\\Filter\\Common\\AssignableFilterType', 'getAssignableFilterType3Service', false],
'App\\Filter\\Front\\GlobalSearch' => ['privates', 'App\\Filter\\Front\\GlobalSearch', 'getGlobalSearchService', false],
'App\\Filter\\Front\\GlobalSearchExtendedType' => ['privates', 'App\\Filter\\Front\\GlobalSearchExtendedType', 'getGlobalSearchExtendedTypeService', false],
'App\\Filter\\Sync\\TrainingFilter' => ['privates', 'App\\Filter\\Sync\\TrainingFilter', 'getTrainingFilterService', false],
'App\\Form\\Account\\AdviceType' => ['privates', 'App\\Form\\Account\\AdviceType', 'getAdviceTypeService', false],
'App\\Form\\Channel\\ContactType' => ['privates', 'App\\Form\\Channel\\ContactType', 'getContactTypeService', false],
'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => ['privates', 'App\\Form\\Channel\\Filter\\ChannelTrainingFilter', 'getChannelTrainingFilterService', false],
'App\\Form\\Channel\\ImageSelectorType' => ['privates', 'App\\Form\\Channel\\ImageSelectorType', 'getImageSelectorTypeService', false],
'App\\Form\\Common\\AddressType' => ['privates', 'App\\Form\\Common\\AddressType', 'getAddressTypeService', false],
'App\\Form\\Common\\CountPaginationType' => ['privates', 'App\\Form\\Common\\CountPaginationType', 'getCountPaginationTypeService', false],
'App\\Form\\Common\\CustomFileType' => ['privates', 'App\\Form\\Common\\CustomFileType', 'getCustomFileTypeService', false],
'App\\Form\\Common\\NellappSliderType' => ['privates', 'App\\Form\\Common\\NellappSliderType', 'getNellappSliderTypeService', false],
'App\\Form\\Common\\RatingType' => ['privates', 'App\\Form\\Common\\RatingType', 'getRatingTypeService', false],
'App\\Form\\Common\\ReAssignableFormType' => ['privates', 'App\\Form\\Common\\ReAssignableFormType', 'getReAssignableFormTypeService', false],
'App\\Form\\Exercise\\ExerciseType' => ['privates', 'App\\Form\\Exercise\\ExerciseType', 'getExerciseTypeService', false],
'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => ['privates', 'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType', 'getMultipleChoiceAnswerTypeService', false],
'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => ['privates', 'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType', 'getMultipleChoiceQuestionTypeService', false],
'App\\Form\\Exercise\\Question\\QuestionType' => ['privates', 'App\\Form\\Exercise\\Question\\QuestionType', 'getQuestionTypeService', false],
'App\\Form\\Exercise\\User\\ChoiceAnswerType' => ['privates', 'App\\Form\\Exercise\\User\\ChoiceAnswerType', 'getChoiceAnswerTypeService', false],
'App\\Form\\Exercise\\User\\ExerciseResultType' => ['privates', 'App\\Form\\Exercise\\User\\ExerciseResultType', 'getExerciseResultTypeService', false],
'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => ['privates', 'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType', 'getMultipleChoiceQuestionResultTypeService', false],
'App\\Form\\Exercise\\User\\QuestionResultType' => ['privates', 'App\\Form\\Exercise\\User\\QuestionResultType', 'getQuestionResultTypeService', false],
'App\\Form\\Forum\\MessageAnswerType' => ['privates', 'App\\Form\\Forum\\MessageAnswerType', 'getMessageAnswerTypeService', false],
'App\\Form\\Forum\\MessageType' => ['privates', 'App\\Form\\Forum\\MessageType', 'getMessageTypeService', false],
'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => ['privates', 'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType', 'getLessonScholarFilterTypeService', false],
'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => ['privates', 'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType', 'getChannelFilterTypeService', false],
'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => ['privates', 'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter', 'getCollectionFilterService', false],
'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => ['privates', 'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType', 'getLessonReviewFilterTypeService', false],
'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => ['privates', 'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter', 'getLessonScholarFilterService', false],
'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => ['privates', 'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter', 'getScholarCollectionFilterService', false],
'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType' => ['privates', 'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType', 'getSharedChannelFilterTypeService', false],
'App\\Form\\Manager\\Filter\\UserFilter' => ['privates', 'App\\Form\\Manager\\Filter\\UserFilter', 'getUserFilter2Service', false],
'App\\Form\\Payment\\FundingType' => ['privates', 'App\\Form\\Payment\\FundingType', 'getFundingTypeService', false],
'App\\Form\\Scholar\\ChapterType' => ['privates', 'App\\Form\\Scholar\\ChapterType', 'getChapterTypeService', false],
'App\\Form\\Scholar\\LessonPrerequisiteType' => ['privates', 'App\\Form\\Scholar\\LessonPrerequisiteType', 'getLessonPrerequisiteTypeService', false],
'App\\Form\\Scholar\\LessonReviewType' => ['privates', 'App\\Form\\Scholar\\LessonReviewType', 'getLessonReviewTypeService', false],
'App\\Form\\Scholar\\LessonType' => ['privates', 'App\\Form\\Scholar\\LessonType', 'getLessonTypeService', false],
'App\\Form\\Scholar\\ModuleLessonType' => ['privates', 'App\\Form\\Scholar\\ModuleLessonType', 'getModuleLessonTypeService', false],
'App\\Form\\Scholar\\ModuleType' => ['privates', 'App\\Form\\Scholar\\ModuleType', 'getModuleTypeService', false],
'App\\Form\\Scholar\\PracticalCaseCorrectionType' => ['privates', 'App\\Form\\Scholar\\PracticalCaseCorrectionType', 'getPracticalCaseCorrectionTypeService', false],
'App\\Form\\Scholar\\PracticalCaseResourceType' => ['privates', 'App\\Form\\Scholar\\PracticalCaseResourceType', 'getPracticalCaseResourceTypeService', false],
'App\\Form\\Scholar\\PracticalCaseResponseType' => ['privates', 'App\\Form\\Scholar\\PracticalCaseResponseType', 'getPracticalCaseResponseTypeService', false],
'App\\Form\\Scholar\\PracticalCaseType' => ['privates', 'App\\Form\\Scholar\\PracticalCaseType', 'getPracticalCaseTypeService', false],
'App\\Form\\Scholar\\ScholarInterfaceSelektor' => ['privates', 'App\\Form\\Scholar\\ScholarInterfaceSelektor', 'getScholarInterfaceSelektorService', false],
'App\\Form\\Scholar\\TrainingDescriptionType' => ['privates', 'App\\Form\\Scholar\\TrainingDescriptionType', 'getTrainingDescriptionTypeService', false],
'App\\Form\\Scholar\\TrainingModuleType' => ['privates', 'App\\Form\\Scholar\\TrainingModuleType', 'getTrainingModuleTypeService', false],
'App\\Form\\Scholar\\TrainingProductType' => ['privates', 'App\\Form\\Scholar\\TrainingProductType', 'getTrainingProductTypeService', false],
'App\\Form\\Scholar\\TrainingType' => ['privates', 'App\\Form\\Scholar\\TrainingType', 'getTrainingTypeService', false],
'App\\Form\\Share\\ShareContentType' => ['privates', 'App\\Form\\Share\\ShareContentType', 'getShareContentTypeService', false],
'App\\Form\\TemplatePage\\CreatePageType' => ['privates', 'App\\Form\\TemplatePage\\CreatePageType', 'getCreatePageTypeService', false],
'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates', 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType', 'getAsyncEntityTypeService', false],
'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates', 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType', 'getSelectOrCreateTypeService', false],
'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates', 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter', 'getApiFilterService', false],
'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => ['privates', 'karser_recaptcha3.form.type', 'getKarserRecaptcha3_Form_TypeService', false],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType', 'getGroupeFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType', 'getSessionFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType', 'getTrainingFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType', 'getUserFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType', 'getNellappBooleanTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType', 'getNellappChoiceTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter', 'getCustomViewColumnsFilterService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType', 'getCustomViewManagerTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType', 'getEditCustomViewTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType', 'getNewCustomViewTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType', 'getChannelUserRoleFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter', 'getCollectionFilter2Service', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter', 'getCollectionFilter3Service', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType', 'getChannelUserRoleSelektorFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType', 'getUserSelektorFilterTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType', 'getTabContainerTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType', 'getTabTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType', 'getAsyncEntityType2Service', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType', 'getChannelUserRoleSelektorTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType', 'getGroupSelektorTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType', 'getPlaceSelektorTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType', 'getUserSelektorTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType', 'getChannelUserPermissionEnumTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType', 'getChannelUserPermissionResourceTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter', 'getChannelUserDataFilterService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter', 'getChannelUserPermissionResourceFilterService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType', 'getMultipleResourcePermissionsTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType', 'getSelectUserForChannelResourcePermissionTypeService', false],
'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates', 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType', 'getMimeTypeChoiceFilterTypeService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates', 'spiriit_form_filter.type.filter_boolean', 'getSpiriitFormFilter_Type_FilterBooleanService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates', 'spiriit_form_filter.type.filter_checkbox', 'getSpiriitFormFilter_Type_FilterCheckboxService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates', 'spiriit_form_filter.type.filter_choice', 'getSpiriitFormFilter_Type_FilterChoiceService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates', 'spiriit_form_filter.type.filter_collection_adapter', 'getSpiriitFormFilter_Type_FilterCollectionAdapterService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates', 'spiriit_form_filter.type.filter_date', 'getSpiriitFormFilter_Type_FilterDateService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates', 'spiriit_form_filter.type.filter_date_range', 'getSpiriitFormFilter_Type_FilterDateRangeService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates', 'spiriit_form_filter.type.filter_datetime', 'getSpiriitFormFilter_Type_FilterDatetimeService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates', 'spiriit_form_filter.type.filter_datetime_range', 'getSpiriitFormFilter_Type_FilterDatetimeRangeService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates', 'spiriit_form_filter.type.filter_entity', 'getSpiriitFormFilter_Type_FilterEntityService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates', 'spiriit_form_filter.type.filter_enum', 'getSpiriitFormFilter_Type_FilterEnumService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates', 'spiriit_form_filter.type.filter_number', 'getSpiriitFormFilter_Type_FilterNumberService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates', 'spiriit_form_filter.type.filter_number_range', 'getSpiriitFormFilter_Type_FilterNumberRangeService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates', 'spiriit_form_filter.type.filter_sharedable', 'getSpiriitFormFilter_Type_FilterSharedableService', false],
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates', 'spiriit_form_filter.type.filter_text', 'getSpiriitFormFilter_Type_FilterTextService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'App\\Filter\\Account\\AssignableFilterType' => '?',
'App\\Filter\\Async\\Channel\\User\\UserFilter' => '?',
'App\\Filter\\Channel\\AssignableFilterType' => '?',
'App\\Filter\\Channel\\ImageFilter' => '?',
'App\\Filter\\Common\\AssignableFilterType' => '?',
'App\\Filter\\Front\\GlobalSearch' => '?',
'App\\Filter\\Front\\GlobalSearchExtendedType' => '?',
'App\\Filter\\Sync\\TrainingFilter' => '?',
'App\\Form\\Account\\AdviceType' => '?',
'App\\Form\\Channel\\ContactType' => '?',
'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => '?',
'App\\Form\\Channel\\ImageSelectorType' => '?',
'App\\Form\\Common\\AddressType' => '?',
'App\\Form\\Common\\CountPaginationType' => '?',
'App\\Form\\Common\\CustomFileType' => '?',
'App\\Form\\Common\\NellappSliderType' => '?',
'App\\Form\\Common\\RatingType' => '?',
'App\\Form\\Common\\ReAssignableFormType' => '?',
'App\\Form\\Exercise\\ExerciseType' => '?',
'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => '?',
'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => '?',
'App\\Form\\Exercise\\Question\\QuestionType' => '?',
'App\\Form\\Exercise\\User\\ChoiceAnswerType' => '?',
'App\\Form\\Exercise\\User\\ExerciseResultType' => '?',
'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => '?',
'App\\Form\\Exercise\\User\\QuestionResultType' => '?',
'App\\Form\\Forum\\MessageAnswerType' => '?',
'App\\Form\\Forum\\MessageType' => '?',
'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => '?',
'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => '?',
'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => '?',
'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => '?',
'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => '?',
'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => '?',
'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType' => '?',
'App\\Form\\Manager\\Filter\\UserFilter' => '?',
'App\\Form\\Payment\\FundingType' => '?',
'App\\Form\\Scholar\\ChapterType' => '?',
'App\\Form\\Scholar\\LessonPrerequisiteType' => '?',
'App\\Form\\Scholar\\LessonReviewType' => '?',
'App\\Form\\Scholar\\LessonType' => '?',
'App\\Form\\Scholar\\ModuleLessonType' => '?',
'App\\Form\\Scholar\\ModuleType' => '?',
'App\\Form\\Scholar\\PracticalCaseCorrectionType' => '?',
'App\\Form\\Scholar\\PracticalCaseResourceType' => '?',
'App\\Form\\Scholar\\PracticalCaseResponseType' => '?',
'App\\Form\\Scholar\\PracticalCaseType' => '?',
'App\\Form\\Scholar\\ScholarInterfaceSelektor' => '?',
'App\\Form\\Scholar\\TrainingDescriptionType' => '?',
'App\\Form\\Scholar\\TrainingModuleType' => '?',
'App\\Form\\Scholar\\TrainingProductType' => '?',
'App\\Form\\Scholar\\TrainingType' => '?',
'App\\Form\\Share\\ShareContentType' => '?',
'App\\Form\\TemplatePage\\CreatePageType' => '?',
'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
yield 1 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
yield 2 => ($this->privates['App\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionExtension'] = new \App\Form\Extension\CollectionExtension()));
}, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
yield 1 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
yield 2 => ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] = new \App\Form\Extension\CollectionInnerExtension()));
yield 3 => ($this->privates['App\\Form\\Extension\\FormExtension'] ?? ($this->privates['App\\Form\\Extension\\FormExtension'] = new \App\Form\Extension\FormExtension()));
yield 4 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 5 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 6 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 7 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 8 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 9 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 10 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
yield 11 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension('form_div_layout.html.twig')));
yield 12 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension()));
yield 13 => ($this->privates['spiriit_form_filter.type_extension.filter_extension'] ?? ($this->privates['spiriit_form_filter.type_extension.filter_extension'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\FilterTypeExtension()));
}, 14), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] ?? ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] = new \App\Form\Extension\Channel\TextareaExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
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())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
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()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
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())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
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['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* Gets the private 'jms_serializer.array_collection_handler' shared service.
*
* @return \JMS\Serializer\Handler\ArrayCollectionHandler
*/
protected function getJmsSerializer_ArrayCollectionHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
}
/**
* Gets the private 'jms_serializer.cache.cache_clearer' shared service.
*
* @return \JMS\SerializerBundle\Cache\CacheClearer
*/
protected function getJmsSerializer_Cache_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
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')))));
}
/**
* Gets the private 'jms_serializer.constraint_violation_handler' shared service.
*
* @return \JMS\Serializer\Handler\ConstraintViolationHandler
*/
protected function getJmsSerializer_ConstraintViolationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
}
/**
* Gets the private 'jms_serializer.datetime_handler' shared service.
*
* @return \JMS\Serializer\Handler\DateHandler
*/
protected function getJmsSerializer_DatetimeHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'Europe/Paris', true);
}
/**
* Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
*
* @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
*/
protected function getJmsSerializer_DoctrineProxySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
}
/**
* Gets the private 'jms_serializer.form_error_handler' shared service.
*
* @return \JMS\Serializer\Handler\FormErrorHandler
*/
protected function getJmsSerializer_FormErrorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'jms_serializer.iterator_handler' shared service.
*
* @return \JMS\Serializer\Handler\IteratorHandler
*/
protected function getJmsSerializer_IteratorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
}
/**
* Gets the private 'jms_serializer.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_MetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
$this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$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')))));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
*
* @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
*/
protected function getJmsSerializer_StopwatchSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
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))));
}
/**
* Gets the private 'karser_recaptcha3.form.type' shared service.
*
* @return \Karser\Recaptcha3Bundle\Form\Recaptcha3Type
*/
protected function getKarserRecaptcha3_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Form/Recaptcha3Type.php';
return $this->privates['karser_recaptcha3.form.type'] = new \Karser\Recaptcha3Bundle\Form\Recaptcha3Type($this->getEnv('RECAPTCHA3_KEY'), 'www.google.com', true);
}
/**
* Gets the private 'karser_recaptcha3.validator' shared service.
*
* @return \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator
*/
protected function getKarserRecaptcha3_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Validator/Constraints/Recaptcha3Validator.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/RequestMethod/SymfonyHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolver.php';
$a = new \ReCaptcha\ReCaptcha($this->getEnv('RECAPTCHA3_SECRET'), new \Karser\Recaptcha3Bundle\RequestMethod\SymfonyHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), (new \Karser\Recaptcha3Bundle\Services\HostProvider('www.google.com'))->getVerifyUrl()));
$a->setScoreThreshold(0.5);
return $this->privates['karser_recaptcha3.validator'] = new \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator($a, true, new \Karser\Recaptcha3Bundle\Services\IpResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
}
/**
* Gets the private 'knp_menu.helper' shared service.
*
* @return \Knp\Menu\Twig\Helper
*/
protected function getKnpMenu_HelperService()
{
return $this->privates['knp_menu.helper'] = new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', false],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', false],
], [
'list' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
}, 2)), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator())), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
}
/**
* Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
*
* @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
*/
protected function getKnpMenu_MenuProvider_BuilderAliasService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel', 1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
}
/**
* Gets the private 'knp_menu.menu_provider.lazy' shared service.
*
* @return \Knp\Menu\Provider\LazyProvider
*/
protected function getKnpMenu_MenuProvider_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['admin_drawer' => [0 => function () {
return ($this->privates['App\\Menu\\Admin\\DrawerBuilder'] ?? $this->getDrawerBuilderService());
}, 1 => 'getMenu'], 'front_drawer' => [0 => function () {
return ($this->privates['App\\Menu\\Front\\DrawerBuilder'] ?? $this->getDrawerBuilder2Service());
}, 1 => 'getMenu'], 'nellapp_side_nav' => function () {
return ($this->privates['app.nellapp_side_nav'] ?? $this->getApp_NellappSideNavService());
}, 'side_nav' => function () {
return ($this->privates['nellapp_sdk.side_nav'] ?? $this->getNellappSdk_SideNavService());
}]);
}
/**
* Gets the private 'knp_menu.renderer.list' shared service.
*
* @return \Knp\Menu\Renderer\ListRenderer
*/
protected function getKnpMenu_Renderer_ListService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
}
/**
* Gets the private 'knp_menu.renderer.twig' shared service.
*
* @return \Knp\Menu\Renderer\TwigRenderer
*/
protected function getKnpMenu_Renderer_TwigService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
}
/**
* Gets the private 'knp_menu.voter.router' shared service.
*
* @return \Knp\Menu\Matcher\Voter\RouteVoter
*/
protected function getKnpMenu_Voter_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@NellappSDK/Partials/component/pagination/pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
*
* @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
*/
protected function getLiipImagine_Binary_MimeTypeGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
}
/**
* Gets the private 'liip_imagine.command.cache_remove' shared service.
*
* @return \Liip\ImagineBundle\Command\RemoveCacheCommand
*/
protected function getLiipImagine_Command_CacheRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
$this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:remove');
return $instance;
}
/**
* Gets the private 'liip_imagine.command.cache_resolve' shared service.
*
* @return \Liip\ImagineBundle\Command\ResolveCacheCommand
*/
protected function getLiipImagine_Command_CacheResolveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
$this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:resolve');
return $instance;
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.form.type.image' shared service.
*
* @return \Liip\ImagineBundle\Form\Type\ImageType
*/
protected function getLiipImagine_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
}
/**
* Gets the private 'liip_imagine.gd' shared service.
*
* @return \Imagine\Gd\Imagine
*/
protected function getLiipImagine_GdService()
{
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
$this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
$instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
return $instance;
}
/**
* Gets the private 'liip_imagine.service.filter' shared service.
*
* @return \Liip\ImagineBundle\Service\FilterService
*/
protected function getLiipImagine_Service_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false, $this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$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()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$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()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$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()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$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()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$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()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$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()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$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()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$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()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$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()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$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()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$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()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$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()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$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()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Entity')])));
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [0 => [0 => 'App\\Entity', 1 => $a], 1 => [0 => 'Nellapp\\Bundle\\SDKBundle\\Entity', 1 => $a]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
$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()));
$instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
return $instance;
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', $a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
$this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.rUCyI0M'] ?? $this->get_Messenger_HandlerDescriptor_RUCyI0MService());
}, 1)]));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.bus.default.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_TraceableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
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');
}
/**
* Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
*/
protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'sync_transport' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
], [
'failed' => '?',
'sync_transport' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
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()));
}
/**
* Gets the private 'messenger.middleware.send_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
*/
protected function getMessenger_Middleware_SendMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
$this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [0 => 'sync_transport']], ($this->privates['.service_locator.SqQuVQ2'] ?? $this->get_ServiceLocator_SqQuVQ2Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.receiver_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getMessenger_ReceiverLocatorService()
{
return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.sync_transport' => ['privates', 'messenger.transport.sync_transport', 'getMessenger_Transport_SyncTransportService', false],
'sync_transport' => ['privates', 'messenger.transport.sync_transport', 'getMessenger_Transport_SyncTransportService', false],
], [
'failed' => '?',
'messenger.transport.failed' => '?',
'messenger.transport.sync_transport' => '?',
'sync_transport' => '?',
]);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
*/
protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.SqQuVQ2'] ?? $this->get_ServiceLocator_SqQuVQ2Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.retry.multiplier_retry_strategy.failed', 'getMessenger_Retry_MultiplierRetryStrategy_FailedService', false],
'sync_transport' => ['privates', 'messenger.retry.multiplier_retry_strategy.sync_transport', 'getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService', false],
], [
'failed' => '?',
'sync_transport' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'messenger.routable_message_bus' shared service.
*
* @return \Symfony\Component\Messenger\RoutableMessageBus
*/
protected function getMessenger_RoutableMessageBusService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'messenger.bus.default' => '?',
]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
}
/**
* Gets the private 'messenger.transport.doctrine.factory' shared service.
*
* @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
*/
protected function getMessenger_Transport_Doctrine_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'messenger.transport.failed' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_FailedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['auto_setup' => false, 'transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.sync.factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
*/
protected function getMessenger_Transport_Sync_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
}
/**
* Gets the private 'messenger.transport.sync_transport' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_SyncTransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.sync_transport'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['transport_name' => 'sync_transport'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport_factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportFactory
*/
protected function getMessenger_TransportFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
yield 1 => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
yield 4 => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
}, 5));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.messenger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MessengerService()
{
$this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.nelmio_api_doc' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_NelmioApiDocService()
{
$this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
*
* @return \Symfony\Component\Asset\UrlPackage
*/
protected function getNellappSdk_Assets_PackageChannelImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
return $this->privates['nellapp_sdk.assets._package_channel_image'] = new \Symfony\Component\Asset\UrlPackage([0 => $this->getEnv('resolve:CORE_ASSETS_BASE_URL')], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'nellapp_sdk.assets._package_core' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getNellappSdk_Assets_PackageCoreService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
return $this->privates['nellapp_sdk.assets._package_core'] = new \Symfony\Component\Asset\PathPackage('/bundles/nellappsdk', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/bundles/nellappsdk/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
*
* @return \Symfony\Component\Asset\UrlPackage
*/
protected function getNellappSdk_Assets_PackageUserAvatarService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
return $this->privates['nellapp_sdk.assets._package_user_avatar'] = new \Symfony\Component\Asset\UrlPackage([0 => $this->getEnv('resolve:CORE_ASSETS_BASE_URL')], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Auth_UserResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface', 'App\\Entity\\Account\\User', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface', 'App\\Entity\\ChannelUserData\\AbstractCursus', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface', 'App\\Entity\\Channel\\Channel', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.channel_group_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_ChannelGroupResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.channel_group_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Group\\GroupInterface', 'App\\Entity\\Channel\\Group', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface', 'App\\Entity\\Scholar\\Training\\Training', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface', 'App\\Entity\\ChannelUserData\\ChannelUserData', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface', 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface', 'App\\Entity\\Channel\\Channel', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface', 'App\\Entity\\ChannelUserData\\ChannelUserData', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface', 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
$this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface', 'App\\Entity\\Account\\User', []);
return $instance;
}
/**
* Gets the private 'nellapp_sdk.side_nav' shared autowired service.
*
* @return \Knp\Menu\MenuItem
*/
protected function getNellappSdk_SideNavService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
return $this->privates['nellapp_sdk.side_nav'] = (new \Nellapp\Bundle\SDKBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService())))->createSideNav(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
*
* @return \Nelmio\Alice\Parser\RuntimeCacheParser
*/
protected function getNelmioAlice_FileParser_RuntimeCacheService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
$a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel', 1)));
return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([0 => new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), 1 => new \Nelmio\Alice\Parser\Chainable\PhpParser(), 2 => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
}
/**
* Gets the private 'nelmio_api_doc.describers.config.core_sync' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_Config_CoreSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
return $this->privates['nelmio_api_doc.describers.config.core_sync'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Nellapp Core Sync API', 'version' => '1.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'apiKey', 'description' => 'Authorization: Core {secret}', 'name' => 'Authorization', 'in' => 'header']]]], true);
}
/**
* Gets the private 'nelmio_api_doc.describers.config.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_Config_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
return $this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Nellapp ASYNC API', 'description' => 'API for Nellapp', 'version' => '2.0.0']], true);
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.core_sync' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.core_sync'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.core_sync'] ?? $this->getNelmioApiDoc_Routes_CoreSyncService()), ($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()));
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($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()));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.core_sync' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_CoreSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.core_sync'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.core_sync'] ?? $this->getNelmioApiDoc_Routes_CoreSyncService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
yield 2 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
yield 3 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
yield 4 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
yield 5 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
yield 6 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
yield 7 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
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 () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
yield 2 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
yield 3 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
yield 4 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
yield 5 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
yield 6 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
yield 7 => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.model_describers.form' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json']);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_JmsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], NULL);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.object' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
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 () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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()));
yield 2 => ($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()));
yield 3 => ($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()));
yield 4 => ($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()));
yield 5 => ($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()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8), [0 => 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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()));
yield 2 => ($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()));
yield 3 => ($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()));
yield 4 => ($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()));
yield 5 => ($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()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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()));
yield 2 => ($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()));
yield 3 => ($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()));
yield 4 => ($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()));
yield 5 => ($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()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
*
* @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
$this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
$instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
return $instance;
}
/**
* Gets the private 'nelmio_api_doc.routes.core_sync' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_CoreSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.core_sync'] = (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))), 'core_sync', ['path_patterns' => [0 => '^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'(?!/doc)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_api_doc.routes.default' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
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' => [0 => '^/async(?!/doc)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'oneup_uploader.command.clear_chunks' shared service.
*
* @return \Oneup\UploaderBundle\Command\ClearChunkCommand
*/
protected function getOneupUploader_Command_ClearChunksService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
$this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
$instance->setName('oneup:uploader:clear-chunks');
return $instance;
}
/**
* Gets the private 'oneup_uploader.command.clear_orphans' shared service.
*
* @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
*/
protected function getOneupUploader_Command_ClearOrphansService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
$this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
$instance->setName('oneup:uploader:clear-orphans');
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [0 => 'ROLE_SUPER_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/manager'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
return $instance;
}
/**
* Gets the private 'security.authenticator.guard.main.0' shared service.
*
* @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
*/
protected function getSecurity_Authenticator_Guard_Main_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
return $this->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\CoreAuthenticator(($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']))), new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\UserRetriever\DoctrineUserRetriever(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService())), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
$a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] = new \Nellapp\Bundle\SDKBundle\Sync\Security\CoreAuthenticator($this->getEnv('resolve:SYNC_SECRET'))));
$this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.SHVJBQn'] ?? $this->get_ServiceLocator_SHVJBQnService()), ($this->privates['.service_locator.qsmLBkW'] ?? $this->get_ServiceLocator_QsmLBkWService()), ['reverse_sync' => [0 => $a], 'internal_api' => [0 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] = new \Nellapp\Bundle\SDKBundle\ApiInternal\Security\InternalAuthenticator($this->getEnv('APP_SECRET'))))], 'api' => [0 => $a], 'main' => [0 => ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())]], true);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\Account\\User']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\Account\\User']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Account\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* Gets the private 'security.event_dispatcher.api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiService()
{
$this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
}, 1 => 'checkPendingExercise'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.internal_api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_InternalApiService()
{
$this->privates['security.event_dispatcher.internal_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
}, 1 => 'checkPendingExercise'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
}, 1 => 'checkPendingExercise'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.reverse_sync' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ReverseSyncService()
{
$this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
}, 1 => 'checkPendingExercise'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.SHVJBQn'] ?? $this->get_ServiceLocator_SHVJBQnService()), new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.rjAAtYb'] ?? ($this->privates['.security.request_matcher.rjAAtYb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.0Z2yD2k'] ?? ($this->privates['.security.request_matcher.0Z2yD2k'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
yield 'security.firewall.map.context.internal_api' => ($this->privates['.security.request_matcher.o9KZ.LS'] ?? ($this->privates['.security.request_matcher.o9KZ.LS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api/')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
yield 'security.firewall.map.context.main' => NULL;
}, 6));
}
/**
* Gets the private 'security.firewall.map.context.api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', NULL, NULL, NULL, ($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', true, true, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, [0 => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.internal_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_InternalApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.internal_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.internal_api'] ?? $this->getDebug_Security_Firewall_Authenticator_InternalApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'internal_api', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('internal_api', 'security.user_checker', '.security.request_matcher.o9KZ.LS', true, true, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, [0 => 'Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), 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())), $b, 'main', ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'guard'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'security.firewall.map.context.reverse_sync' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'reverse_sync', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync', 'security.user_checker', '.security.request_matcher.0Z2yD2k', true, true, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, [0 => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc', 'security.user_checker', '.security.request_matcher.rjAAtYb', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.listener.check_authenticator_credentials' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
*/
protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.csrf_protection' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
*/
protected function getSecurity_Listener_CsrfProtectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'security.listener.main.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_Main_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
}
/**
* Gets the private 'security.listener.password_migrating' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
*/
protected function getSecurity_Listener_PasswordMigratingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.session.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
}
/**
* Gets the private 'security.listener.user_checker.api' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.internal_api' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_InternalApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.internal_api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.reverse_sync' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ReverseSyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.reverse_sync'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'nellapp_sdk_logged_out');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Account\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Account\\User', 'email', NULL);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Mapping\Loader\AttributeLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Mapping\Loader\AttributeLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
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()));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => ($this->privates['session_listener'] ?? $this->getSessionListenerService()), 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
*/
protected function getSession_Storage_Factory_ServiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
$a = new \Redis();
$a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'nellapp_session', 'ttl' => 46800]), $this->getSession_Storage_MetadataBagService());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
*/
protected function getSpiriitFormFilter_Type_FilterBooleanService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
*/
protected function getSpiriitFormFilter_Type_FilterCheckboxService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
*/
protected function getSpiriitFormFilter_Type_FilterChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
*/
protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_date' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
*/
protected function getSpiriitFormFilter_Type_FilterDateService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
*/
protected function getSpiriitFormFilter_Type_FilterDateRangeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
*/
protected function getSpiriitFormFilter_Type_FilterDatetimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
*/
protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
*/
protected function getSpiriitFormFilter_Type_FilterEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
*/
protected function getSpiriitFormFilter_Type_FilterEnumService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_number' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
*/
protected function getSpiriitFormFilter_Type_FilterNumberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
*/
protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
*/
protected function getSpiriitFormFilter_Type_FilterSharedableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
}
/**
* Gets the private 'spiriit_form_filter.type.filter_text' shared service.
*
* @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
*/
protected function getSpiriitFormFilter_Type_FilterTextService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
}
/**
* Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
*
* @return \Gedmo\Sluggable\SluggableListener
*/
protected function getStofDoctrineExtensions_Listener_SluggableService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
$this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.cs.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.de.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.en.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.es.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/NellappSDKBundle.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/email.fr.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.fr.yaml'), 8 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), 9 => (\dirname(__DIR__, 4).'/translations/NellappSDKBundle.fr.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/OneupUploaderBundle.fr.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/date.fr.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/email.fr.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/security.fr.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/validators.fr.yaml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hu.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.it.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nb.xliff')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nn.xliff')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt.xliff')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_BR.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.pt_BR.yml')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ru.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sl.xliff')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.th.xliff')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.uk.xliff')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.vi.xliff')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_CN.xliff')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_TW.xliff')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), 1 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'bs_Latn_BA' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eo.xliff')], 'hr_HR' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hr_HR.xliff')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sr_Latin.xliff')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.xliff')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.ua.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/oneup/uploader-bundle/src/Resources/translations', 4 => 'vendor/knplabs/knp-paginator-bundle/translations', 5 => 'vendor/nellapp/sdk-bundle/src/Resources/translations', 6 => 'vendor/knplabs/knp-time-bundle/Resources/translations', 7 => 'vendor/drosalys-web/form-bundle/src/Resources/translations', 8 => 'vendor/spiriitlabs/form-filter-bundle/Resources/translations', 9 => 'translations', 10 => 'vendor/symfony/framework-bundle/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/doctrine/doctrine-bundle/translations', 14 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 15 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 16 => 'vendor/hautelook/alice-bundle/src/translations', 17 => 'vendor/symfony/web-profiler-bundle/translations', 18 => 'vendor/symfony/monolog-bundle/translations', 19 => 'vendor/symfony/debug-bundle/translations', 20 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 21 => 'vendor/symfony/maker-bundle/src/translations', 22 => 'vendor/knplabs/knp-menu-bundle/src/translations', 23 => 'vendor/liip/imagine-bundle/translations', 24 => 'vendor/symfony/webpack-encore-bundle/src/translations', 25 => 'vendor/jms/serializer-bundle/translations', 26 => 'vendor/nelmio/api-doc-bundle/translations', 27 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 28 => 'vendor/twig/extra-bundle/translations', 29 => 'vendor/drosalys-web/object-extensions/src/Bridge/Symfony/translations', 30 => 'vendor/ajgarlag/psr-http-message-bundle/src/translations', 31 => 'vendor/sensio/framework-extra-bundle/src/translations', 32 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 33 => 'vendor/drosalys/api-bundle/src/translations', 34 => 'vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations', 35 => 'vendor/oneup/flysystem-bundle/src/translations', 36 => 'vendor/karser/karser-recaptcha3-bundle/translations', 37 => 'vendor/symfony/ux-twig-component/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* Gets the private 'url_helper' shared service.
*
* @return \Symfony\Component\HttpFoundation\UrlHelper
*/
protected function getUrlHelperService()
{
return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the private 'ux.twig_component.component_factory' shared service.
*
* @return \Symfony\UX\TwigComponent\ComponentFactory
*/
protected function getUx_TwigComponent_ComponentFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CardImage' => [false, 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage', 'getCardImageService', false],
'CardModality' => [false, 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality', 'getCardModalityService', false],
'ChannelUserPermissionFormComponent' => [false, 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent', 'getChannelUserPermissionFormComponentService', false],
'ChannelUserPermissionGroupFormComponent' => [false, 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent', 'getChannelUserPermissionGroupFormComponentService', false],
'ChannelUserProfileCard' => [false, 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard', 'getChannelUserProfileCardService', false],
'HorizontalTrainingCard' => [false, 'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard', 'getHorizontalTrainingCardService', false],
'NellappVideoPlayer' => [false, 'App\\Twig\\Component\\NellappVideoPlayer', 'getNellappVideoPlayerService', false],
'SdkBadgeComponent' => [false, 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent', 'getSdkBadgeComponentService', false],
'TrainingCard' => [false, 'App\\Twig\\Component\\Scholar\\TrainingCard', 'getTrainingCardService', false],
], [
'CardImage' => '?',
'CardModality' => '?',
'ChannelUserPermissionFormComponent' => '?',
'ChannelUserPermissionGroupFormComponent' => '?',
'ChannelUserProfileCard' => '?',
'HorizontalTrainingCard' => '?',
'NellappVideoPlayer' => '?',
'SdkBadgeComponent' => '?',
'TrainingCard' => '?',
]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ['NellappVideoPlayer' => ['template' => 'Components/nellapp_video_player.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'NellappVideoPlayer', 'service_id' => 'App\\Twig\\Component\\NellappVideoPlayer', 'class' => 'App\\Twig\\Component\\NellappVideoPlayer'], 'HorizontalTrainingCard' => ['template' => 'Components/Scholar/horizontal_training_card.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'HorizontalTrainingCard', 'service_id' => 'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard', 'class' => 'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard'], 'CardImage' => ['template' => 'Components/Scholar/SubTrainingCard/card_image.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'CardImage', 'service_id' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage', 'class' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage'], 'CardModality' => ['template' => 'Components/Scholar/SubTrainingCard/card_modality.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'CardModality', 'service_id' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality', 'class' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality'], 'TrainingCard' => ['template' => 'Components/Scholar/training_card.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'TrainingCard', 'service_id' => 'App\\Twig\\Component\\Scholar\\TrainingCard', 'class' => 'App\\Twig\\Component\\Scholar\\TrainingCard'], 'ChannelUserProfileCard' => ['template' => '@NellappSDK/Components/channelUserData/channel_user_profile_card.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'ChannelUserProfileCard', 'service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard', 'class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'], 'ChannelUserPermissionFormComponent' => ['template' => '@NellappSDK/Components/permission/channel_user_permission_form.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'ChannelUserPermissionFormComponent', 'service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent', 'class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'], 'ChannelUserPermissionGroupFormComponent' => ['template' => '@NellappSDK/Components/permission/channel_user_permission_group_form.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'ChannelUserPermissionGroupFormComponent', 'service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent', 'class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'], 'SdkBadgeComponent' => ['template' => '@NellappSDK/Component/sdk-badge-component.html.twig', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'key' => 'SdkBadgeComponent', 'service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent', 'class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent']]);
}
/**
* Gets the private 'ux.twig_component.component_renderer' shared service.
*
* @return \Symfony\UX\TwigComponent\ComponentRenderer
*/
protected function getUx_TwigComponent_ComponentRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
return $this->privates['ux.twig_component.component_renderer'] = new \Symfony\UX\TwigComponent\ComponentRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), new \Symfony\UX\TwigComponent\ComponentStack());
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\HtmlTagConstraintValidator', 'getHtmlTagConstraintValidatorService', false],
'App\\Validator\\Constraints\\InjuryConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\InjuryConstraintValidator', 'getInjuryConstraintValidatorService', false],
'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator', 'getMultipleChoiceQuestionConstraintValidatorService', false],
'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\PracticalCaseConstraintValidator', 'getPracticalCaseConstraintValidatorService', false],
'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator', 'getPracticalCaseResponseConstraintValidatorService', false],
'App\\Validator\\Constraints\\ProductConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\ProductConstraintValidator', 'getProductConstraintValidatorService', false],
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', false],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'karser_recaptcha3_validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => '?',
'App\\Validator\\Constraints\\InjuryConstraintValidator' => '?',
'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => '?',
'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => '?',
'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => '?',
'App\\Validator\\Constraints\\ProductConstraintValidator' => '?',
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'karser_recaptcha3_validator' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
*
* @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
*/
protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__, 4).'/public/build/common/entrypoints.json'), 'core' => (\dirname(__DIR__, 4).'/public/bundles/nellappsdk/entrypoints.json'), 'common' => (\dirname(__DIR__, 4).'/public/build/common/entrypoints.json'), 'vendor' => (\dirname(__DIR__, 4).'/public/build/vendor/entrypoints.json'), 'content' => (\dirname(__DIR__, 4).'/public/build/content/entrypoints.json'), 'backoffice' => (\dirname(__DIR__, 4).'/public/build/backoffice/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupDefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/common/entrypoints.json'), NULL, '_default', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[backoffice]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupbackofficeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[backoffice]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/backoffice/entrypoints.json'), NULL, 'backoffice', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[common]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupcommonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[common]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/common/entrypoints.json'), NULL, 'common', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[content]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupcontentService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[content]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/content/entrypoints.json'), NULL, 'content', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupcoreService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/bundles/nellappsdk/entrypoints.json'), NULL, 'core', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[vendor]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupvendorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[vendor]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/vendor/entrypoints.json'), NULL, 'vendor', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
'backoffice' => ['privates', 'webpack_encore.entrypoint_lookup[backoffice]', 'getWebpackEncore_EntrypointLookupbackofficeService', false],
'common' => ['privates', 'webpack_encore.entrypoint_lookup[common]', 'getWebpackEncore_EntrypointLookupcommonService', false],
'content' => ['privates', 'webpack_encore.entrypoint_lookup[content]', 'getWebpackEncore_EntrypointLookupcontentService', false],
'core' => ['privates', 'webpack_encore.entrypoint_lookup[core]', 'getWebpackEncore_EntrypointLookupcoreService', false],
'vendor' => ['privates', 'webpack_encore.entrypoint_lookup[vendor]', 'getWebpackEncore_EntrypointLookupvendorService', false],
], [
'_default' => '?',
'backoffice' => '?',
'common' => '?',
'content' => '?',
'core' => '?',
'vendor' => '?',
]), '_default');
}
/**
* Gets the private 'webpack_encore.exception_listener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
*/
protected function getWebpackEncore_ExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default', 1 => 'core', 2 => 'common', 3 => 'vendor', 4 => 'content', 5 => 'backoffice']);
}
/**
* Gets the private 'webpack_encore.tag_renderer' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
*/
protected function getWebpackEncore_TagRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
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()), ['crossorigin' => 'anonymous'], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'core_sync_reverse' => false,
'kernel.secret' => false,
'kernel.trusted_proxies' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'hautelook_alice.fixtures_path' => false,
'oneup_uploader.chunks' => false,
'oneup_uploader.orphanage' => false,
'oneup_uploader.config' => false,
'nellapp_sdk.api_internal.secret' => false,
'nellapp_sdk.sync.base_uri' => false,
'nellapp_sdk.sync.secret' => false,
'karser_recaptcha3.site_key' => false,
'karser_recaptcha3.secret_key' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'core_sync_reverse': $value = $this->getEnv('CORE_REVERSE_SYNC'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'kernel.trusted_proxies': $value = $this->getEnv('TRUSTED_PROXIES'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'hautelook_alice.fixtures_path': $value = [
0 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
]; break;
case 'oneup_uploader.chunks': $value = [
'maxage' => 86400,
'storage' => [
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'type' => 'filesystem',
'filesystem' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
]; break;
case 'oneup_uploader.orphanage': $value = [
'maxage' => 43200,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
]; break;
case 'oneup_uploader.config': $value = [
'orphanage' => [
'maxage' => 43200,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
],
'chunks' => [
'maxage' => 86400,
'storage' => [
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'type' => 'filesystem',
'filesystem' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
],
'mappings' => [
'channel_images' => [
'frontend' => 'fineuploader',
'namer' => 'App\\Uploader\\Naming\\UuidNamer',
'max_size' => 50000000,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'image/gif' => [
0 => 'gif',
],
'image/svg+xml' => [
0 => 'svg',
],
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'storage' => [
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'user_avatar' => [
'frontend' => 'fineuploader',
'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
'max_size' => 10485760,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'image/gif' => [
0 => 'gif',
],
'image/svg+xml' => [
0 => 'svg',
],
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'storage' => [
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'practical_case_response_file' => [
'use_orphanage' => true,
'frontend' => 'dropzone',
'max_size' => 64000000,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'application/pdf' => [
0 => 'pdf',
],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
0 => 'docx',
],
'application/msword' => [
0 => 'doc',
],
'application/vnd.oasis.opendocument.text' => [
0 => 'odt',
],
'application/vnd.ms-excel' => [
0 => 'xls',
],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
0 => 'xlsx',
],
'application/vnd.ms-powerpoint' => [
0 => 'ppt',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
0 => 'pptx',
],
'application/zip' => [
0 => 'zip',
],
'video/mp4' => [
0 => 'mp4',
],
],
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'enable_progress' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
'root_folder' => false,
],
'practical_case_resource_file' => [
'use_orphanage' => true,
'frontend' => 'dropzone',
'max_size' => 200000000,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'application/pdf' => [
0 => 'pdf',
],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
0 => 'docx',
],
'application/msword' => [
0 => 'doc',
],
'application/vnd.oasis.opendocument.text' => [
0 => 'odt',
],
'application/vnd.ms-excel' => [
0 => 'xls',
],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
0 => 'xlsx',
],
'application/vnd.ms-powerpoint' => [
0 => 'ppt',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
0 => 'pptx',
],
'application/zip' => [
0 => 'zip',
],
'video/mp4' => [
0 => 'mp4',
],
],
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'enable_progress' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
'root_folder' => false,
],
],
'twig' => true,
]; break;
case 'nellapp_sdk.api_internal.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'nellapp_sdk.sync.base_uri': $value = $this->getEnv('resolve:SYNC_DOMAIN'); break;
case 'nellapp_sdk.sync.secret': $value = $this->getEnv('resolve:SYNC_SECRET'); break;
case 'karser_recaptcha3.site_key': $value = $this->getEnv('RECAPTCHA3_KEY'); break;
case 'karser_recaptcha3.secret_key': $value = $this->getEnv('RECAPTCHA3_SECRET'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
'AjgarlagPsrHttpMessageBundle' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle\\AjgarlagPsrHttpMessageBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'NelmioAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
],
'FidryAliceDataFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
],
'HautelookAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src'),
'namespace' => 'Hautelook\\AliceBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'OneupUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src'),
'namespace' => 'Oneup\\UploaderBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'DrosalysWebObjectExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
],
'AjgarlagPsrHttpMessageBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src'),
'namespace' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'NellappSDKBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src'),
'namespace' => 'Nellapp\\Bundle\\SDKBundle',
],
'KnpTimeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle'),
'namespace' => 'Knp\\Bundle\\TimeBundle',
],
'KnpUOAuth2ClientBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
'namespace' => 'KnpU\\OAuth2ClientBundle',
],
'DrosalysApiBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/drosalys/api-bundle/src'),
'namespace' => 'Drosalys\\Bundle\\ApiBundle',
],
'DrosalysWebDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
],
'DrosalysWebFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/drosalys-web/form-bundle/src'),
'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'KarserRecaptcha3Bundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle'),
'namespace' => 'Karser\\Recaptcha3Bundle',
],
'TwigComponentBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component'),
'namespace' => 'Symfony\\UX\\TwigComponent',
],
'SpiriitFormFilterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/spiriitlabs/form-filter-bundle'),
'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'env(DATABASE_URL)' => '',
'locale' => 'en',
'file_practical_case_directory' => (\dirname(__DIR__, 4).'/public/uploads/practical_cases/'),
'file_practical_case_maxsize' => 200000000,
'file_practical_case_mime_types' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'application/pdf' => [
0 => 'pdf',
],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
0 => 'docx',
],
'application/msword' => [
0 => 'doc',
],
'application/vnd.oasis.opendocument.text' => [
0 => 'odt',
],
'application/vnd.ms-excel' => [
0 => 'xls',
],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
0 => 'xlsx',
],
'application/vnd.ms-powerpoint' => [
0 => 'ppt',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
0 => 'pptx',
],
'application/zip' => [
0 => 'zip',
],
'video/mp4' => [
0 => 'mp4',
],
],
'file_practical_case_response_directory' => (\dirname(__DIR__, 4).'/public/uploads/practical_cases_response/'),
'file_practical_case_response_maxsize' => 64000000,
'file_practical_case_response_mime_types' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'application/pdf' => [
0 => 'pdf',
],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
0 => 'docx',
],
'application/msword' => [
0 => 'doc',
],
'application/vnd.oasis.opendocument.text' => [
0 => 'odt',
],
'application/vnd.ms-excel' => [
0 => 'xls',
],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
0 => 'xlsx',
],
'application/vnd.ms-powerpoint' => [
0 => 'ppt',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
0 => 'pptx',
],
'application/zip' => [
0 => 'zip',
],
'video/mp4' => [
0 => 'mp4',
],
],
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'kernel.trusted_headers' => 30,
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_lifetime' => 86400,
'cookie_secure' => 'auto',
'cookie_httponly' => false,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
2 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
3 => '@NellappSDK/Form/form_theme.html.twig',
4 => '@LiipImagine/Form/form_div_layout.html.twig',
5 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
6 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
7 => 'Form/layout.html.twig',
8 => 'Form/collection_layout.html.twig',
9 => 'Form/channel_layout.html.twig',
10 => 'Form/common_layout.html.twig',
11 => 'Form/exercise_layout.html.twig',
12 => 'Form/scholar_layout.html.twig',
13 => 'Form/form_theme_custom_upload_item.html.twig',
14 => 'Form/form_theme_custom_upload_file.html.twig',
15 => 'Form/form_rating_form_type.twig',
16 => 'Form/nellapp_slider_type.html.twig',
17 => '@DrosalysWebForm/Form/collection_layout.html.twig',
18 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'security.role_hierarchy.roles' => [
'ROLE_APP_USER_READ' => [
0 => 'ROLE_USER',
],
'ROLE_APP_USER_READ_LIST' => [
0 => 'ROLE_APP_USER_READ',
],
'ROLE_APP_USER_CREATE' => [
0 => 'ROLE_APP_USER_READ',
],
'ROLE_APP_USER_UPDATE' => [
0 => 'ROLE_APP_USER_CREATE',
],
'ROLE_APP_USER_DELETE' => [
0 => 'ROLE_APP_USER_UPDATE',
],
'ROLE_APP_USER_FULL' => [
0 => 'ROLE_APP_USER_READ_LIST',
1 => 'ROLE_APP_USER_DELETE',
],
'ROLE_CHANNEL_READ' => [
0 => 'ROLE_USER',
],
'ROLE_CHANNEL_READ_LIST' => [
0 => 'ROLE_CHANNEL_READ',
],
'ROLE_CHANNEL_CREATE' => [
0 => 'ROLE_CHANNEL_READ',
],
'ROLE_CHANNEL_UPDATE' => [
0 => 'ROLE_CHANNEL_CREATE',
],
'ROLE_CHANNEL_DELETE' => [
0 => 'ROLE_CHANNEL_UPDATE',
],
'ROLE_CHANNEL_FULL' => [
0 => 'ROLE_CHANNEL_READ_LIST',
1 => 'ROLE_CHANNEL_DELETE',
],
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_APP_USER_FULL',
2 => 'ROLE_CHANNEL_FULL',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'reverse_sync_doc',
2 => 'reverse_sync',
3 => 'internal_api',
4 => 'api',
5 => 'main',
],
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'nelmio_alice.locale' => 'fr_FR',
'nelmio_alice.seed' => 1,
'nelmio_alice.functions_blacklist' => [
0 => 'current',
],
'nelmio_alice.loading_limit' => 5,
'nelmio_alice.max_unique_values_retry' => 150,
'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
'hautelook_alice.root_dirs' => [
0 => \dirname(__DIR__, 4),
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/migrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
'oneup_uploader.config.channel_images' => [
'frontend' => 'fineuploader',
'namer' => 'App\\Uploader\\Naming\\UuidNamer',
'max_size' => 50000000,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'image/gif' => [
0 => 'gif',
],
'image/svg+xml' => [
0 => 'svg',
],
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'storage' => [
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.user_avatar' => [
'frontend' => 'fineuploader',
'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
'max_size' => 10485760,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'image/gif' => [
0 => 'gif',
],
'image/svg+xml' => [
0 => 'svg',
],
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'storage' => [
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.practical_case_response_file' => [
'use_orphanage' => true,
'frontend' => 'dropzone',
'max_size' => 64000000,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'application/pdf' => [
0 => 'pdf',
],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
0 => 'docx',
],
'application/msword' => [
0 => 'doc',
],
'application/vnd.oasis.opendocument.text' => [
0 => 'odt',
],
'application/vnd.ms-excel' => [
0 => 'xls',
],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
0 => 'xlsx',
],
'application/vnd.ms-powerpoint' => [
0 => 'ppt',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
0 => 'pptx',
],
'application/zip' => [
0 => 'zip',
],
'video/mp4' => [
0 => 'mp4',
],
],
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'enable_progress' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
'root_folder' => false,
],
'oneup_uploader.config.practical_case_resource_file' => [
'use_orphanage' => true,
'frontend' => 'dropzone',
'max_size' => 200000000,
'allowed_mimetypes' => [
'image/jpeg' => [
0 => 'jpg',
1 => 'jpeg',
],
'image/png' => [
0 => 'png',
],
'application/pdf' => [
0 => 'pdf',
],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
0 => 'docx',
],
'application/msword' => [
0 => 'doc',
],
'application/vnd.oasis.opendocument.text' => [
0 => 'odt',
],
'application/vnd.ms-excel' => [
0 => 'xls',
],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
0 => 'xlsx',
],
'application/vnd.ms-powerpoint' => [
0 => 'ppt',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
0 => 'pptx',
],
'application/zip' => [
0 => 'zip',
],
'video/mp4' => [
0 => 'mp4',
],
],
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'enable_progress' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
'root_folder' => false,
],
'oneup_uploader.controllers' => [
'channel_images' => [
0 => 'oneup_uploader.controller.channel_images',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'user_avatar' => [
0 => 'oneup_uploader.controller.user_avatar',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'practical_case_response_file' => [
0 => 'oneup_uploader.controller.practical_case_response_file',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'practical_case_resource_file' => [
0 => 'oneup_uploader.controller.practical_case_resource_file',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
],
'oneup_uploader.maxsize' => [
'channel_images' => 20971520,
'user_avatar' => 10485760,
'practical_case_response_file' => 20971520,
'practical_case_resource_file' => 20971520,
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'channel_thumbnail' => [
'quality' => 100,
'jpeg_quality' => 80,
'png_compression_level' => 8,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 600,
1 => 300,
],
'mode' => 'inset',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'avatar_thumbnail' => [
'quality' => 100,
'jpeg_quality' => 80,
'png_compression_level' => 8,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 100,
1 => 100,
],
'mode' => 'outbound',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'card_thumbnail' => [
'quality' => 100,
'jpeg_quality' => 80,
'png_compression_level' => 8,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 300,
1 => 200,
],
'mode' => 'outbound',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'card_preview' => [
'quality' => 100,
'jpeg_quality' => 80,
'png_compression_level' => 8,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 600,
1 => 300,
],
'mode' => 'inset',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'default_file_preview' => [
'quality' => 100,
'jpeg_quality' => 80,
'png_compression_level' => 8,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 300,
1 => 200,
],
'mode' => 'inset',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'nelmio_api_doc.areas' => [
0 => 'default',
1 => 'core_sync',
],
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.default_locale' => 'fr_FR',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'drosalys_object_extensions.slug.delimiter' => '-',
'drosalys_object_extensions.slug.on_pre_update' => false,
'drosalys_object_extensions.slug.hierarchy_delimiter' => '/',
'nellapp_sdk.global_getter.global_entities' => [
'channel_class' => 'App\\Entity\\Channel\\Channel',
'user_class' => 'App\\Entity\\Account\\User',
'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
],
'nellapp_sdk.default.doctrine_connection' => 'default',
'nellapp_sdk.auth.enable' => true,
'nellapp_sdk.auth.doctrine_connection' => 'default',
'nellapp_sdk.sync.enable' => true,
'nellapp_sdk.channel.enable' => true,
'entities_handled' => [
0 => 'channel_channel',
1 => 'channel_user_from_channels',
2 => 'channel_group',
3 => 'channel_user_role',
4 => 'channel_user_data',
5 => 'abstract_cursus',
6 => 'channel_training',
],
'nellapp_sdk.template_header.search_deactivated_domain' => [
],
'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
'drosalys_api.serializer.symfony' => true,
'drosalys_form.collection.import_template' => true,
'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
'drosalys_form.select_or_create.import_template' => true,
'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
'karser_recaptcha3.score_threshold' => 0.5,
'karser_recaptcha3.enabled' => true,
'karser_recaptcha3.host' => 'www.google.com',
'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
'spiriit_form_filter.where_method' => 'and',
'spiriit_form_filter.text.condition_pattern' => 1,
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}