app/cache/dev/Jianmo/ContainerUSjqpg7/AppKernelDevDebugContainer.php line 2478

Open in your IDE?
  1. <?php
  2. namespace ContainerUSjqpg7;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class AppKernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             '.twig.cache.inner' => 'get_Twig_Cache_InnerService',
  40.             'biz' => 'getBizService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'codeages_plugin.dict_twig_extension' => 'getCodeagesPlugin_DictTwigExtensionService',
  45.             'corporatetrainingbundle.twig.web_extension' => 'getCorporatetrainingbundle_Twig_WebExtensionService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'extension.manager' => 'getExtension_ManagerService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'offline_course_pro.twig.offline_class_extension' => 'getOfflineCoursePro_Twig_OfflineClassExtensionService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'reward_point.response_decorator' => 'getRewardPoint_ResponseDecoratorService',
  52.             'router' => 'getRouterService',
  53.             'translator' => 'getTranslatorService',
  54.             'web.twig.app_extension' => 'getWeb_Twig_AppExtensionService',
  55.             'web.twig.extension' => 'getWeb_Twig_ExtensionService',
  56.             'web.twig.html_extension' => 'getWeb_Twig_HtmlExtensionService',
  57.             'web.twig.live_extension' => 'getWeb_Twig_LiveExtensionService',
  58.             'cache_clearer' => 'getCacheClearerService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65.             'security.token_storage' => 'getSecurity_TokenStorageService',
  66.             'twig' => 'getTwigService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  77.             '.container.private.session' => 'get_Container_Private_SessionService',
  78.             'ApiBundle\\Controller\\EntryPointController' => 'getEntryPointControllerService',
  79.             'ApiV3Bundle\\Controller\\Admin\\Data\\CourseExportController' => 'getCourseExportControllerService',
  80.             'ApiV3Bundle\\Controller\\Admin\\Data\\DataCenterExportController' => 'getDataCenterExportControllerService',
  81.             'ApiV3Bundle\\Controller\\Admin\\Data\\TestPaperResultExportController' => 'getTestPaperResultExportControllerService',
  82.             'ApiV3Bundle\\Controller\\Admin\\Data\\UserDataController' => 'getUserDataControllerService',
  83.             'ApiV3Bundle\\Controller\\Admin\\OrgController' => 'getOrgControllerService',
  84.             'ApiV3Bundle\\Controller\\App\\CategoryController' => 'getCategoryControllerService',
  85.             'ApiV3Bundle\\Controller\\App\\ClassroomController' => 'getClassroomControllerService',
  86.             'ApiV3Bundle\\Controller\\App\\CourseController' => 'getCourseControllerService',
  87.             'ApiV3Bundle\\Controller\\App\\CourseTaskController' => 'getCourseTaskControllerService',
  88.             'ApiV3Bundle\\Controller\\App\\DiscoveryController' => 'getDiscoveryControllerService',
  89.             'ApiV3Bundle\\Controller\\App\\LiveController' => 'getLiveControllerService',
  90.             'ApiV3Bundle\\Controller\\App\\LoginController' => 'getLoginControllerService',
  91.             'ApiV3Bundle\\Controller\\App\\OfflineActivityController' => 'getOfflineActivityControllerService',
  92.             'ApiV3Bundle\\Controller\\App\\OnlineExamController' => 'getOnlineExamControllerService',
  93.             'ApiV3Bundle\\Controller\\App\\ProjectPlanController' => 'getProjectPlanControllerService',
  94.             'ApiV3Bundle\\Controller\\App\\RecentLearnController' => 'getRecentLearnControllerService',
  95.             'ApiV3Bundle\\Controller\\App\\SearchController' => 'getSearchControllerService',
  96.             'ApiV3Bundle\\Controller\\App\\SettingController' => 'getSettingControllerService',
  97.             'ApiV3Bundle\\Controller\\App\\TagController' => 'getTagControllerService',
  98.             'ApiV3Bundle\\Controller\\App\\UploaderController' => 'getUploaderControllerService',
  99.             'ApiV3Bundle\\Controller\\AssemblyController' => 'getAssemblyControllerService',
  100.             'ApiV3Bundle\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  101.             'ApiV3Bundle\\Controller\\AuthController' => 'getAuthControllerService',
  102.             'ApiV3Bundle\\Controller\\BaseController' => 'getBaseControllerService',
  103.             'ApiV3Bundle\\Controller\\ClassroomCourseController' => 'getClassroomCourseControllerService',
  104.             'ApiV3Bundle\\Controller\\CourseController' => 'getCourseController2Service',
  105.             'ApiV3Bundle\\Controller\\FileController' => 'getFileControllerService',
  106.             'ApiV3Bundle\\Controller\\GameController' => 'getGameControllerService',
  107.             'ApiV3Bundle\\Controller\\NavigationController' => 'getNavigationControllerService',
  108.             'ApiV3Bundle\\Controller\\OfflineCourseSignController' => 'getOfflineCourseSignControllerService',
  109.             'ApiV3Bundle\\Controller\\OrgController' => 'getOrgController2Service',
  110.             'ApiV3Bundle\\Controller\\ProjectPlan\\AssignmentController' => 'getAssignmentControllerService',
  111.             'ApiV3Bundle\\Controller\\ProjectPlan\\AssignmentManageController' => 'getAssignmentManageControllerService',
  112.             'ApiV3Bundle\\Controller\\ProjectPlan\\ExporterController' => 'getExporterControllerService',
  113.             'ApiV3Bundle\\Controller\\ProjectPlan\\MemberStudyDataController' => 'getMemberStudyDataControllerService',
  114.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanCategoryManageController' => 'getProjectPlanCategoryManageControllerService',
  115.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanController' => 'getProjectPlanController2Service',
  116.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanItemManageController' => 'getProjectPlanItemManageControllerService',
  117.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanManageController' => 'getProjectPlanManageControllerService',
  118.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanMemberManageController' => 'getProjectPlanMemberManageControllerService',
  119.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanOfflineCourseTaskManageController' => 'getProjectPlanOfflineCourseTaskManageControllerService',
  120.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanStageManageController' => 'getProjectPlanStageManageControllerService',
  121.             'ApiV3Bundle\\Controller\\ProjectPlan\\ProjectPlanTemplateManageController' => 'getProjectPlanTemplateManageControllerService',
  122.             'ApiV3Bundle\\Controller\\ReportController' => 'getReportControllerService',
  123.             'ApiV3Bundle\\Controller\\ReviewCenterController' => 'getReviewCenterControllerService',
  124.             'ApiV3Bundle\\Controller\\TargetPlanController' => 'getTargetPlanControllerService',
  125.             'ApiV3Bundle\\Controller\\TeacherController' => 'getTeacherControllerService',
  126.             'ApiV3Bundle\\Controller\\UserController' => 'getUserControllerService',
  127.             'ApiV3Bundle\\Controller\\UserWorkRecordController' => 'getUserWorkRecordControllerService',
  128.             'AppBundle\\Controller\\Activity\\ActivityController' => 'getActivityControllerService',
  129.             'AppBundle\\Controller\\Activity\\AiLiveController' => 'getAiLiveControllerService',
  130.             'AppBundle\\Controller\\Activity\\AudioController' => 'getAudioControllerService',
  131.             'AppBundle\\Controller\\Activity\\BaseActivityController' => 'getBaseActivityControllerService',
  132.             'AppBundle\\Controller\\Activity\\DiscussController' => 'getDiscussControllerService',
  133.             'AppBundle\\Controller\\Activity\\DocController' => 'getDocControllerService',
  134.             'AppBundle\\Controller\\Activity\\DownloadController' => 'getDownloadControllerService',
  135.             'AppBundle\\Controller\\Activity\\ExerciseController' => 'getExerciseControllerService',
  136.             'AppBundle\\Controller\\Activity\\FlashController' => 'getFlashControllerService',
  137.             'AppBundle\\Controller\\Activity\\HomeworkController' => 'getHomeworkControllerService',
  138.             'AppBundle\\Controller\\Activity\\LiveController' => 'getLiveController2Service',
  139.             'AppBundle\\Controller\\Activity\\PptController' => 'getPptControllerService',
  140.             'AppBundle\\Controller\\Activity\\TestpaperController' => 'getTestpaperControllerService',
  141.             'AppBundle\\Controller\\Activity\\TextController' => 'getTextControllerService',
  142.             'AppBundle\\Controller\\Activity\\VideoController' => 'getVideoControllerService',
  143.             'AppBundle\\Controller\\Admin\\AnnouncementController' => 'getAnnouncementControllerService',
  144.             'AppBundle\\Controller\\Admin\\AppController' => 'getAppControllerService',
  145.             'AppBundle\\Controller\\Admin\\AppPackageUpdateController' => 'getAppPackageUpdateControllerService',
  146.             'AppBundle\\Controller\\Admin\\ArticleCategoryController' => 'getArticleCategoryControllerService',
  147.             'AppBundle\\Controller\\Admin\\ArticleController' => 'getArticleControllerService',
  148.             'AppBundle\\Controller\\Admin\\BaseController' => 'getBaseController2Service',
  149.             'AppBundle\\Controller\\Admin\\BatchNotificationController' => 'getBatchNotificationControllerService',
  150.             'AppBundle\\Controller\\Admin\\BillController' => 'getBillControllerService',
  151.             'AppBundle\\Controller\\Admin\\BlockController' => 'getBlockControllerService',
  152.             'AppBundle\\Controller\\Admin\\CategoryController' => 'getCategoryController2Service',
  153.             'AppBundle\\Controller\\Admin\\CdnSettingController' => 'getCdnSettingControllerService',
  154.             'AppBundle\\Controller\\Admin\\ClassroomAdminController' => 'getClassroomAdminControllerService',
  155.             'AppBundle\\Controller\\Admin\\ClassroomCategoryController' => 'getClassroomCategoryControllerService',
  156.             'AppBundle\\Controller\\Admin\\ClassroomReviewController' => 'getClassroomReviewControllerService',
  157.             'AppBundle\\Controller\\Admin\\ClassroomThreadAdminController' => 'getClassroomThreadAdminControllerService',
  158.             'AppBundle\\Controller\\Admin\\CloudAttachmentController' => 'getCloudAttachmentControllerService',
  159.             'AppBundle\\Controller\\Admin\\CloudController' => 'getCloudControllerService',
  160.             'AppBundle\\Controller\\Admin\\CloudFileController' => 'getCloudFileControllerService',
  161.             'AppBundle\\Controller\\Admin\\CommentController' => 'getCommentControllerService',
  162.             'AppBundle\\Controller\\Admin\\CommonAdminController' => 'getCommonAdminControllerService',
  163.             'AppBundle\\Controller\\Admin\\CourseController' => 'getCourseController3Service',
  164.             'AppBundle\\Controller\\Admin\\CourseNoteController' => 'getCourseNoteControllerService',
  165.             'AppBundle\\Controller\\Admin\\CourseQuestionController' => 'getCourseQuestionControllerService',
  166.             'AppBundle\\Controller\\Admin\\CourseReviewController' => 'getCourseReviewControllerService',
  167.             'AppBundle\\Controller\\Admin\\CourseSetController' => 'getCourseSetControllerService',
  168.             'AppBundle\\Controller\\Admin\\CourseSettingController' => 'getCourseSettingControllerService',
  169.             'AppBundle\\Controller\\Admin\\CourseThreadController' => 'getCourseThreadControllerService',
  170.             'AppBundle\\Controller\\Admin\\CrontabController' => 'getCrontabControllerService',
  171.             'AppBundle\\Controller\\Admin\\DefaultController' => 'getDefaultControllerService',
  172.             'AppBundle\\Controller\\Admin\\DeveloperSettingController' => 'getDeveloperSettingControllerService',
  173.             'AppBundle\\Controller\\Admin\\DiscoveryColumnController' => 'getDiscoveryColumnControllerService',
  174.             'AppBundle\\Controller\\Admin\\EduCloudController' => 'getEduCloudControllerService',
  175.             'AppBundle\\Controller\\Admin\\FileController' => 'getFileController2Service',
  176.             'AppBundle\\Controller\\Admin\\FinanceSettingController' => 'getFinanceSettingControllerService',
  177.             'AppBundle\\Controller\\Admin\\GroupController' => 'getGroupControllerService',
  178.             'AppBundle\\Controller\\Admin\\InviteController' => 'getInviteControllerService',
  179.             'AppBundle\\Controller\\Admin\\JobController' => 'getJobControllerService',
  180.             'AppBundle\\Controller\\Admin\\LiveCourseController' => 'getLiveCourseControllerService',
  181.             'AppBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
  182.             'AppBundle\\Controller\\Admin\\LoginRecordController' => 'getLoginRecordControllerService',
  183.             'AppBundle\\Controller\\Admin\\MaterialLibController' => 'getMaterialLibControllerService',
  184.             'AppBundle\\Controller\\Admin\\MessageController' => 'getMessageControllerService',
  185.             'AppBundle\\Controller\\Admin\\MobileController' => 'getMobileControllerService',
  186.             'AppBundle\\Controller\\Admin\\MockController' => 'getMockControllerService',
  187.             'AppBundle\\Controller\\Admin\\MoneyController' => 'getMoneyControllerService',
  188.             'AppBundle\\Controller\\Admin\\NavigationController' => 'getNavigationController2Service',
  189.             'AppBundle\\Controller\\Admin\\OpenCourseAnalysisController' => 'getOpenCourseAnalysisControllerService',
  190.             'AppBundle\\Controller\\Admin\\OpenCourseController' => 'getOpenCourseControllerService',
  191.             'AppBundle\\Controller\\Admin\\OperationSettingController' => 'getOperationSettingControllerService',
  192.             'AppBundle\\Controller\\Admin\\OptimizeController' => 'getOptimizeControllerService',
  193.             'AppBundle\\Controller\\Admin\\OrgManageController' => 'getOrgManageControllerService',
  194.             'AppBundle\\Controller\\Admin\\QuestionExporter\\QuestionController' => 'getQuestionControllerService',
  195.             'AppBundle\\Controller\\Admin\\QuestionImporter\\QuestionController' => 'getQuestionController2Service',
  196.             'AppBundle\\Controller\\Admin\\QuestionImporter\\TestpaperController' => 'getTestpaperController2Service',
  197.             'AppBundle\\Controller\\Admin\\Question\\CategoryController' => 'getCategoryController3Service',
  198.             'AppBundle\\Controller\\Admin\\Question\\GatherManageController' => 'getGatherManageControllerService',
  199.             'AppBundle\\Controller\\Admin\\Question\\ManageController' => 'getManageControllerService',
  200.             'AppBundle\\Controller\\Admin\\QueueController' => 'getQueueControllerService',
  201.             'AppBundle\\Controller\\Admin\\RoleController' => 'getRoleControllerService',
  202.             'AppBundle\\Controller\\Admin\\SensitiveController' => 'getSensitiveControllerService',
  203.             'AppBundle\\Controller\\Admin\\SettingController' => 'getSettingController2Service',
  204.             'AppBundle\\Controller\\Admin\\SiteSettingController' => 'getSiteSettingControllerService',
  205.             'AppBundle\\Controller\\Admin\\SmsController' => 'getSmsControllerService',
  206.             'AppBundle\\Controller\\Admin\\StatisticController' => 'getStatisticControllerService',
  207.             'AppBundle\\Controller\\Admin\\SystemController' => 'getSystemControllerService',
  208.             'AppBundle\\Controller\\Admin\\SystemDefaultSettingController' => 'getSystemDefaultSettingControllerService',
  209.             'AppBundle\\Controller\\Admin\\TagController' => 'getTagController2Service',
  210.             'AppBundle\\Controller\\Admin\\TagGroupController' => 'getTagGroupControllerService',
  211.             'AppBundle\\Controller\\Admin\\TeacherController' => 'getTeacherController2Service',
  212.             'AppBundle\\Controller\\Admin\\TestPaperExportController' => 'getTestPaperExportControllerService',
  213.             'AppBundle\\Controller\\Admin\\ThemeController' => 'getThemeControllerService',
  214.             'AppBundle\\Controller\\Admin\\Train\\LiveActivityController' => 'getLiveActivityControllerService',
  215.             'AppBundle\\Controller\\Admin\\UploadFileController' => 'getUploadFileControllerService',
  216.             'AppBundle\\Controller\\Admin\\UserApprovalController' => 'getUserApprovalControllerService',
  217.             'AppBundle\\Controller\\Admin\\UserController' => 'getUserController2Service',
  218.             'AppBundle\\Controller\\Admin\\UserLearnStatisticsController' => 'getUserLearnStatisticsControllerService',
  219.             'AppBundle\\Controller\\Admin\\UserSettingController' => 'getUserSettingControllerService',
  220.             'AppBundle\\Controller\\AnnouncementController' => 'getAnnouncementController2Service',
  221.             'AppBundle\\Controller\\ArticleController' => 'getArticleController2Service',
  222.             'AppBundle\\Controller\\AuthController' => 'getAuthController2Service',
  223.             'AppBundle\\Controller\\BaseController' => 'getBaseController3Service',
  224.             'AppBundle\\Controller\\BaseOpenCourseController' => 'getBaseOpenCourseControllerService',
  225.             'AppBundle\\Controller\\BrowserController' => 'getBrowserControllerService',
  226.             'AppBundle\\Controller\\Callback\\AthenaLive\\AthenaLiveBase' => 'getAthenaLiveBaseService',
  227.             'AppBundle\\Controller\\Callback\\AthenaLive\\Files' => 'getFilesService',
  228.             'AppBundle\\Controller\\Callback\\AthenaLive\\Members' => 'getMembersService',
  229.             'AppBundle\\Controller\\Callback\\CloudFile\\Files' => 'getFiles2Service',
  230.             'AppBundle\\Controller\\Callback\\CloudSearch\\CloudSearchProcessor' => 'getCloudSearchProcessorService',
  231.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Article' => 'getArticleService',
  232.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Articles' => 'getArticlesService',
  233.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\ChaosThreads' => 'getChaosThreadsService',
  234.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Classroom' => 'getClassroomService',
  235.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Classrooms' => 'getClassroomsService',
  236.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Course' => 'getCourseService',
  237.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Courses' => 'getCoursesService',
  238.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Lesson' => 'getLessonService',
  239.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Lessons' => 'getLessonsService',
  240.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\OpenCourse' => 'getOpenCourseService',
  241.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\OpenCourseLesson' => 'getOpenCourseLessonService',
  242.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\OpenCourseLessons' => 'getOpenCourseLessonsService',
  243.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\OpenCourses' => 'getOpenCoursesService',
  244.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\User' => 'getUserService',
  245.             'AppBundle\\Controller\\Callback\\CloudSearch\\Resource\\Users' => 'getUsersService',
  246.             'AppBundle\\Controller\\Callback\\EndpointController' => 'getEndpointControllerService',
  247.             'AppBundle\\Controller\\Callback\\Marketing\\AuthKeyProvider' => 'getAuthKeyProviderService',
  248.             'AppBundle\\Controller\\Callback\\Marketing\\Courses' => 'getCourses2Service',
  249.             'AppBundle\\Controller\\Callback\\Marketing\\Login' => 'getLoginService',
  250.             'AppBundle\\Controller\\Callback\\Marketing\\MarketingBase' => 'getMarketingBaseService',
  251.             'AppBundle\\Controller\\Callback\\Marketing\\Orders' => 'getOrdersService',
  252.             'AppBundle\\Controller\\CategoryController' => 'getCategoryController4Service',
  253.             'AppBundle\\Controller\\ChangelogController' => 'getChangelogControllerService',
  254.             'AppBundle\\Controller\\Classroom\\AnnouncementController' => 'getAnnouncementController3Service',
  255.             'AppBundle\\Controller\\Classroom\\ClassroomBuyController' => 'getClassroomBuyControllerService',
  256.             'AppBundle\\Controller\\Classroom\\ClassroomController' => 'getClassroomController2Service',
  257.             'AppBundle\\Controller\\Classroom\\ClassroomManageController' => 'getClassroomManageControllerService',
  258.             'AppBundle\\Controller\\Classroom\\ClassroomThreadController' => 'getClassroomThreadControllerService',
  259.             'AppBundle\\Controller\\Classroom\\CourseController' => 'getCourseController4Service',
  260.             'AppBundle\\Controller\\Classroom\\CourseNoteController' => 'getCourseNoteController2Service',
  261.             'AppBundle\\Controller\\Classroom\\CourseTaskController' => 'getCourseTaskController2Service',
  262.             'AppBundle\\Controller\\Classroom\\ReviewController' => 'getReviewControllerService',
  263.             'AppBundle\\Controller\\Classroom\\TeacherController' => 'getTeacherController3Service',
  264.             'AppBundle\\Controller\\Classroom\\ThreadMemberController' => 'getThreadMemberControllerService',
  265.             'AppBundle\\Controller\\Classroom\\UtilityController' => 'getUtilityControllerService',
  266.             'AppBundle\\Controller\\CloudController' => 'getCloudController2Service',
  267.             'AppBundle\\Controller\\CommentWidgetController' => 'getCommentWidgetControllerService',
  268.             'AppBundle\\Controller\\CommonController' => 'getCommonControllerService',
  269.             'AppBundle\\Controller\\ContentController' => 'getContentControllerService',
  270.             'AppBundle\\Controller\\Course\\AnnouncementController' => 'getAnnouncementController4Service',
  271.             'AppBundle\\Controller\\Course\\ChapterManageController' => 'getChapterManageControllerService',
  272.             'AppBundle\\Controller\\Course\\CourseBuyController' => 'getCourseBuyControllerService',
  273.             'AppBundle\\Controller\\Course\\CourseController' => 'getCourseController5Service',
  274.             'AppBundle\\Controller\\Course\\CourseManageController' => 'getCourseManageControllerService',
  275.             'AppBundle\\Controller\\Course\\CourseSetController' => 'getCourseSetController2Service',
  276.             'AppBundle\\Controller\\Course\\CourseSetFileManageController' => 'getCourseSetFileManageControllerService',
  277.             'AppBundle\\Controller\\Course\\CourseSetManageController' => 'getCourseSetManageControllerService',
  278.             'AppBundle\\Controller\\Course\\HomeworkManageController' => 'getHomeworkManageControllerService',
  279.             'AppBundle\\Controller\\Course\\LiveCourseSetController' => 'getLiveCourseSetControllerService',
  280.             'AppBundle\\Controller\\Course\\MaterialController' => 'getMaterialControllerService',
  281.             'AppBundle\\Controller\\Course\\ReviewController' => 'getReviewController2Service',
  282.             'AppBundle\\Controller\\Course\\StudentManageController' => 'getStudentManageControllerService',
  283.             'AppBundle\\Controller\\Course\\TestpaperManageController' => 'getTestpaperManageControllerService',
  284.             'AppBundle\\Controller\\Course\\ThreadController' => 'getThreadControllerService',
  285.             'AppBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  286.             'AppBundle\\Controller\\EditorController' => 'getEditorControllerService',
  287.             'AppBundle\\Controller\\EduCloudController' => 'getEduCloudController2Service',
  288.             'AppBundle\\Controller\\EsBar\\EsBarController' => 'getEsBarControllerService',
  289.             'AppBundle\\Controller\\EventController' => 'getEventControllerService',
  290.             'AppBundle\\Controller\\ExerciseController' => 'getExerciseController2Service',
  291.             'AppBundle\\Controller\\ExerciseManageController' => 'getExerciseManageControllerService',
  292.             'AppBundle\\Controller\\ExploreController' => 'getExploreControllerService',
  293.             'AppBundle\\Controller\\Export\\ExportController' => 'getExportControllerService',
  294.             'AppBundle\\Controller\\FeedbackController' => 'getFeedbackControllerService',
  295.             'AppBundle\\Controller\\FileChooserController' => 'getFileChooserControllerService',
  296.             'AppBundle\\Controller\\FileController' => 'getFileController3Service',
  297.             'AppBundle\\Controller\\File\\AttachmentController' => 'getAttachmentController2Service',
  298.             'AppBundle\\Controller\\GroupController' => 'getGroupController2Service',
  299.             'AppBundle\\Controller\\GroupThreadController' => 'getGroupThreadControllerService',
  300.             'AppBundle\\Controller\\HLSAudioController' => 'getHLSAudioControllerService',
  301.             'AppBundle\\Controller\\HLSVideoController' => 'getHLSVideoControllerService',
  302.             'AppBundle\\Controller\\HomeworkController' => 'getHomeworkController2Service',
  303.             'AppBundle\\Controller\\HomeworkManageController' => 'getHomeworkManageController2Service',
  304.             'AppBundle\\Controller\\ImporterController' => 'getImporterControllerService',
  305.             'AppBundle\\Controller\\LiveActivity\\LiveController' => 'getLiveController3Service',
  306.             'AppBundle\\Controller\\LiveAuthController' => 'getLiveAuthControllerService',
  307.             'AppBundle\\Controller\\LiveOpenCourseController' => 'getLiveOpenCourseControllerService',
  308.             'AppBundle\\Controller\\LiveroomController' => 'getLiveroomControllerService',
  309.             'AppBundle\\Controller\\LoginBindController' => 'getLoginBindControllerService',
  310.             'AppBundle\\Controller\\LoginController' => 'getLoginController2Service',
  311.             'AppBundle\\Controller\\Mange\\ProjectPlan\\AssignmentController' => 'getAssignmentController2Service',
  312.             'AppBundle\\Controller\\MarkerController' => 'getMarkerControllerService',
  313.             'AppBundle\\Controller\\MarketingUserController' => 'getMarketingUserControllerService',
  314.             'AppBundle\\Controller\\MaterialLib\\GlobalFilePlayerController' => 'getGlobalFilePlayerControllerService',
  315.             'AppBundle\\Controller\\Media\\IndexController' => 'getIndexControllerService',
  316.             'AppBundle\\Controller\\MemberOperationRecordController' => 'getMemberOperationRecordControllerService',
  317.             'AppBundle\\Controller\\MessageController' => 'getMessageController2Service',
  318.             'AppBundle\\Controller\\MobileController' => 'getMobileController2Service',
  319.             'AppBundle\\Controller\\My\\CardController' => 'getCardControllerService',
  320.             'AppBundle\\Controller\\My\\ClassroomController' => 'getClassroomController3Service',
  321.             'AppBundle\\Controller\\My\\CourseController' => 'getCourseController6Service',
  322.             'AppBundle\\Controller\\My\\CourseSetController' => 'getCourseSetController3Service',
  323.             'AppBundle\\Controller\\My\\GroupController' => 'getGroupController3Service',
  324.             'AppBundle\\Controller\\My\\HomeworkController' => 'getHomeworkController3Service',
  325.             'AppBundle\\Controller\\My\\NotebookController' => 'getNotebookControllerService',
  326.             'AppBundle\\Controller\\My\\OpenCourseController' => 'getOpenCourseController2Service',
  327.             'AppBundle\\Controller\\My\\QuestionController' => 'getQuestionController3Service',
  328.             'AppBundle\\Controller\\My\\TestpaperController' => 'getTestpaperController3Service',
  329.             'AppBundle\\Controller\\My\\ThreadController' => 'getThreadController2Service',
  330.             'AppBundle\\Controller\\My\\UserController' => 'getUserController3Service',
  331.             'AppBundle\\Controller\\NoteController' => 'getNoteControllerService',
  332.             'AppBundle\\Controller\\NotificationController' => 'getNotificationControllerService',
  333.             'AppBundle\\Controller\\OAuth2\\LoginController' => 'getLoginController3Service',
  334.             'AppBundle\\Controller\\OAuth2\\OAuthUser' => 'getOAuthUserService',
  335.             'AppBundle\\Controller\\OAuth2\\TokenController' => 'getTokenControllerService',
  336.             'AppBundle\\Controller\\OnlineController' => 'getOnlineControllerService',
  337.             'AppBundle\\Controller\\OpenCourseController' => 'getOpenCourseController3Service',
  338.             'AppBundle\\Controller\\OpenCourseFileManageController' => 'getOpenCourseFileManageControllerService',
  339.             'AppBundle\\Controller\\OpenCourseLessonManageController' => 'getOpenCourseLessonManageControllerService',
  340.             'AppBundle\\Controller\\OpenCourseManageController' => 'getOpenCourseManageControllerService',
  341.             'AppBundle\\Controller\\OrderController' => 'getOrderControllerService',
  342.             'AppBundle\\Controller\\OrgController' => 'getOrgController3Service',
  343.             'AppBundle\\Controller\\PartnerController' => 'getPartnerControllerService',
  344.             'AppBundle\\Controller\\PasswordResetController' => 'getPasswordResetControllerService',
  345.             'AppBundle\\Controller\\PlayerController' => 'getPlayerControllerService',
  346.             'AppBundle\\Controller\\ProjectPlan\\AssignmentController' => 'getAssignmentController3Service',
  347.             'AppBundle\\Controller\\QuestionMarkerController' => 'getQuestionMarkerControllerService',
  348.             'AppBundle\\Controller\\Question\\ManageController' => 'getManageController2Service',
  349.             'AppBundle\\Controller\\Question\\QuestionController' => 'getQuestionController4Service',
  350.             'AppBundle\\Controller\\Question\\QuestionParserController' => 'getQuestionParserControllerService',
  351.             'AppBundle\\Controller\\RegisterController' => 'getRegisterControllerService',
  352.             'AppBundle\\Controller\\ReviewCenterController' => 'getReviewCenterController2Service',
  353.             'AppBundle\\Controller\\SearchController' => 'getSearchController2Service',
  354.             'AppBundle\\Controller\\SettingsController' => 'getSettingsControllerService',
  355.             'AppBundle\\Controller\\StudentController' => 'getStudentControllerService',
  356.             'AppBundle\\Controller\\StudyCenter\\DepartmentV2Controller' => 'getDepartmentV2ControllerService',
  357.             'AppBundle\\Controller\\StudyCenter\\FavoriteController' => 'getFavoriteControllerService',
  358.             'AppBundle\\Controller\\StudyCenter\\HeaderV2Controller' => 'getHeaderV2ControllerService',
  359.             'AppBundle\\Controller\\StudyCenter\\MyClassroomController' => 'getMyClassroomControllerService',
  360.             'AppBundle\\Controller\\StudyCenter\\MyCourseController' => 'getMyCourseControllerService',
  361.             'AppBundle\\Controller\\StudyCenter\\MyLiveController' => 'getMyLiveControllerService',
  362.             'AppBundle\\Controller\\StudyCenter\\PostCourseController' => 'getPostCourseControllerService',
  363.             'AppBundle\\Controller\\StudyCenter\\StudyCenterBaseController' => 'getStudyCenterBaseControllerService',
  364.             'AppBundle\\Controller\\StudyCenter\\WorkRecordController' => 'getWorkRecordControllerService',
  365.             'AppBundle\\Controller\\SubtitleController' => 'getSubtitleControllerService',
  366.             'AppBundle\\Controller\\SysteminfoController' => 'getSysteminfoControllerService',
  367.             'AppBundle\\Controller\\TagController' => 'getTagController3Service',
  368.             'AppBundle\\Controller\\TaskController' => 'getTaskControllerService',
  369.             'AppBundle\\Controller\\TaskLearnDataController' => 'getTaskLearnDataControllerService',
  370.             'AppBundle\\Controller\\TaskManageController' => 'getTaskManageControllerService',
  371.             'AppBundle\\Controller\\TaskPluginController' => 'getTaskPluginControllerService',
  372.             'AppBundle\\Controller\\TeacherController' => 'getTeacherController4Service',
  373.             'AppBundle\\Controller\\Testpaper\\ManageController' => 'getManageController3Service',
  374.             'AppBundle\\Controller\\Testpaper\\TestpaperController' => 'getTestpaperController4Service',
  375.             'AppBundle\\Controller\\ThreadController' => 'getThreadController3Service',
  376.             'AppBundle\\Controller\\Thread\\EventController' => 'getEventController2Service',
  377.             'AppBundle\\Controller\\Thread\\MemberController' => 'getMemberControllerService',
  378.             'AppBundle\\Controller\\UploadFileController' => 'getUploadFileController2Service',
  379.             'AppBundle\\Controller\\UploaderController' => 'getUploaderController2Service',
  380.             'AppBundle\\Controller\\UserController' => 'getUserController4Service',
  381.             'COEPlugin\\Controller\\Admin\\COEController' => 'getCOEControllerService',
  382.             'COEPlugin\\Controller\\UserController' => 'getUserController5Service',
  383.             'COEPlugin\\Controller\\V3Admin\\CapabilityController' => 'getCapabilityControllerService',
  384.             'COEPlugin\\Controller\\V3Admin\\ExpertController' => 'getExpertControllerService',
  385.             'COEPlugin\\Controller\\V3Manage\\ProjectPlanController' => 'getProjectPlanController3Service',
  386.             'COEPlugin\\Controller\\V3Manage\\TrainingCampController' => 'getTrainingCampControllerService',
  387.             'COEPlugin\\Controller\\V3\\CapabilityController' => 'getCapabilityController2Service',
  388.             'COEPlugin\\Controller\\V3\\ExpertController' => 'getExpertController2Service',
  389.             'CertificatePlugin\\Controller\\Admin\\CertificateAuditController' => 'getCertificateAuditControllerService',
  390.             'CertificatePlugin\\Controller\\Admin\\CertificateController' => 'getCertificateControllerService',
  391.             'CertificatePlugin\\Controller\\Admin\\CertificateMemberController' => 'getCertificateMemberControllerService',
  392.             'CertificatePlugin\\Controller\\Admin\\CertificateResource\\ClassroomController' => 'getClassroomController4Service',
  393.             'CertificatePlugin\\Controller\\Admin\\CertificateResource\\CourseController' => 'getCourseController7Service',
  394.             'CertificatePlugin\\Controller\\Admin\\CertificateResource\\ExamController' => 'getExamControllerService',
  395.             'CertificatePlugin\\Controller\\Admin\\CertificateResource\\OfflineCourseTemplateController' => 'getOfflineCourseTemplateControllerService',
  396.             'CertificatePlugin\\Controller\\Admin\\CertificateResource\\ProjectPlanController' => 'getProjectPlanController4Service',
  397.             'CertificatePlugin\\Controller\\Admin\\CertificateResource\\ProjectPlanTemplateController' => 'getProjectPlanTemplateControllerService',
  398.             'CertificatePlugin\\Controller\\Admin\\CertificateTemplateController' => 'getCertificateTemplateControllerService',
  399.             'CertificatePlugin\\Controller\\CertificateController' => 'getCertificateController2Service',
  400.             'CertificatePlugin\\Controller\\CertificateTemplateController' => 'getCertificateTemplateController2Service',
  401.             'CertificatePlugin\\Controller\\StudyRecordController' => 'getStudyRecordControllerService',
  402.             'CorporateTrainingBundle\\Controller\\AdminLoginController' => 'getAdminLoginControllerService',
  403.             'CorporateTrainingBundle\\Controller\\Admin\\AnalysisController' => 'getAnalysisControllerService',
  404.             'CorporateTrainingBundle\\Controller\\Admin\\AppController' => 'getAppController2Service',
  405.             'CorporateTrainingBundle\\Controller\\Admin\\ArticleController' => 'getArticleController3Service',
  406.             'CorporateTrainingBundle\\Controller\\Admin\\BlockController' => 'getBlockController2Service',
  407.             'CorporateTrainingBundle\\Controller\\Admin\\ClassroomAdminController' => 'getClassroomAdminController2Service',
  408.             'CorporateTrainingBundle\\Controller\\Admin\\CourseController' => 'getCourseController8Service',
  409.             'CorporateTrainingBundle\\Controller\\Admin\\CourseSetController' => 'getCourseSetController4Service',
  410.             'CorporateTrainingBundle\\Controller\\Admin\\CourseSettingController' => 'getCourseSettingController2Service',
  411.             'CorporateTrainingBundle\\Controller\\Admin\\DataAcquisitionController' => 'getDataAcquisitionControllerService',
  412.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\BaseDataController' => 'getBaseDataControllerService',
  413.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\BusinessData\\ClassroomDataController' => 'getClassroomDataControllerService',
  414.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\BusinessData\\OfflineActivityController' => 'getOfflineActivityController2Service',
  415.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\BusinessData\\OnlineCourseDataController' => 'getOnlineCourseDataControllerService',
  416.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\BusinessData\\OnlineCourseReportDataController' => 'getOnlineCourseReportDataControllerService',
  417.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\BusinessData\\ProjectPlanDataController' => 'getProjectPlanDataControllerService',
  418.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\CourseDataController' => 'getCourseDataControllerService',
  419.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\DataReportController' => 'getDataReportControllerService',
  420.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\LargeDataScreenController' => 'getLargeDataScreenControllerService',
  421.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\ProjectPlanReportController' => 'getProjectPlanReportControllerService',
  422.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\TeacherDataController' => 'getTeacherDataControllerService',
  423.             'CorporateTrainingBundle\\Controller\\Admin\\Data\\UserDataController' => 'getUserDataController2Service',
  424.             'CorporateTrainingBundle\\Controller\\Admin\\DefaultController' => 'getDefaultController3Service',
  425.             'CorporateTrainingBundle\\Controller\\Admin\\DingTalkController' => 'getDingTalkControllerService',
  426.             'CorporateTrainingBundle\\Controller\\Admin\\DiscoveryColumnController' => 'getDiscoveryColumnController2Service',
  427.             'CorporateTrainingBundle\\Controller\\Admin\\EduCloudController' => 'getEduCloudController3Service',
  428.             'CorporateTrainingBundle\\Controller\\Admin\\HomePage\\HomePageController' => 'getHomePageControllerService',
  429.             'CorporateTrainingBundle\\Controller\\Admin\\JobController' => 'getJobController2Service',
  430.             'CorporateTrainingBundle\\Controller\\Admin\\MailSettingController' => 'getMailSettingControllerService',
  431.             'CorporateTrainingBundle\\Controller\\Admin\\OfflineActivityCategoryController' => 'getOfflineActivityCategoryControllerService',
  432.             'CorporateTrainingBundle\\Controller\\Admin\\OfflineActivityController' => 'getOfflineActivityController3Service',
  433.             'CorporateTrainingBundle\\Controller\\Admin\\OnlineController' => 'getOnlineController2Service',
  434.             'CorporateTrainingBundle\\Controller\\Admin\\OrgManageController' => 'getOrgManageController2Service',
  435.             'CorporateTrainingBundle\\Controller\\Admin\\PostController' => 'getPostControllerService',
  436.             'CorporateTrainingBundle\\Controller\\Admin\\PostCourseController' => 'getPostCourseController2Service',
  437.             'CorporateTrainingBundle\\Controller\\Admin\\ProjectPlanController' => 'getProjectPlanController5Service',
  438.             'CorporateTrainingBundle\\Controller\\Admin\\ResourcePublishController' => 'getResourcePublishControllerService',
  439.             'CorporateTrainingBundle\\Controller\\Admin\\ResourceSettingBathUpdateController' => 'getResourceSettingBathUpdateControllerService',
  440.             'CorporateTrainingBundle\\Controller\\Admin\\SiteSettingController' => 'getSiteSettingController2Service',
  441.             'CorporateTrainingBundle\\Controller\\Admin\\TeacherController' => 'getTeacherController5Service',
  442.             'CorporateTrainingBundle\\Controller\\Admin\\Train\\ClassroomController' => 'getClassroomController5Service',
  443.             'CorporateTrainingBundle\\Controller\\Admin\\Train\\CourseSetController' => 'getCourseSetController5Service',
  444.             'CorporateTrainingBundle\\Controller\\Admin\\Train\\MyWorksController' => 'getMyWorksControllerService',
  445.             'CorporateTrainingBundle\\Controller\\Admin\\Train\\OfflineActivityController' => 'getOfflineActivityController4Service',
  446.             'CorporateTrainingBundle\\Controller\\Admin\\Train\\OfflineCourseController' => 'getOfflineCourseControllerService',
  447.             'CorporateTrainingBundle\\Controller\\Admin\\Train\\ProjectPlanController' => 'getProjectPlanController6Service',
  448.             'CorporateTrainingBundle\\Controller\\Admin\\UserController' => 'getUserController6Service',
  449.             'CorporateTrainingBundle\\Controller\\Admin\\UserGroupController' => 'getUserGroupControllerService',
  450.             'CorporateTrainingBundle\\Controller\\Admin\\UserGroupMemberController' => 'getUserGroupMemberControllerService',
  451.             'CorporateTrainingBundle\\Controller\\Admin\\UserSettingController' => 'getUserSettingController2Service',
  452.             'CorporateTrainingBundle\\Controller\\AdvancedMemberSelectController' => 'getAdvancedMemberSelectControllerService',
  453.             'CorporateTrainingBundle\\Controller\\AreaController' => 'getAreaControllerService',
  454.             'CorporateTrainingBundle\\Controller\\ArticleController' => 'getArticleController4Service',
  455.             'CorporateTrainingBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
  456.             'CorporateTrainingBundle\\Controller\\ChangelogController' => 'getChangelogController2Service',
  457.             'CorporateTrainingBundle\\Controller\\Classroom\\ClassroomManageController' => 'getClassroomManageController2Service',
  458.             'CorporateTrainingBundle\\Controller\\Classroom\\CourseController' => 'getCourseController9Service',
  459.             'CorporateTrainingBundle\\Controller\\Course\\CourseController' => 'getCourseController10Service',
  460.             'CorporateTrainingBundle\\Controller\\Course\\CourseManageController' => 'getCourseManageController2Service',
  461.             'CorporateTrainingBundle\\Controller\\Course\\StudentManageController' => 'getStudentManageController2Service',
  462.             'CorporateTrainingBundle\\Controller\\Course\\ThreadController' => 'getThreadController4Service',
  463.             'CorporateTrainingBundle\\Controller\\EnrollController' => 'getEnrollControllerService',
  464.             'CorporateTrainingBundle\\Controller\\ExploreController' => 'getExploreController2Service',
  465.             'CorporateTrainingBundle\\Controller\\ExporterController' => 'getExporterController2Service',
  466.             'CorporateTrainingBundle\\Controller\\GroupController' => 'getGroupController4Service',
  467.             'CorporateTrainingBundle\\Controller\\GuideController' => 'getGuideControllerService',
  468.             'CorporateTrainingBundle\\Controller\\HomeDefaultController' => 'getHomeDefaultControllerService',
  469.             'CorporateTrainingBundle\\Controller\\IndustryTemplateController' => 'getIndustryTemplateControllerService',
  470.             'CorporateTrainingBundle\\Controller\\InitPasswordChangeController' => 'getInitPasswordChangeControllerService',
  471.             'CorporateTrainingBundle\\Controller\\LargeDataScreenController' => 'getLargeDataScreenController2Service',
  472.             'CorporateTrainingBundle\\Controller\\LearnDrawPortraitController' => 'getLearnDrawPortraitControllerService',
  473.             'CorporateTrainingBundle\\Controller\\LearnRankController' => 'getLearnRankControllerService',
  474.             'CorporateTrainingBundle\\Controller\\LoginBindController' => 'getLoginBindController2Service',
  475.             'CorporateTrainingBundle\\Controller\\LoginController' => 'getLoginController4Service',
  476.             'CorporateTrainingBundle\\Controller\\My\\OfflineActivityController' => 'getOfflineActivityController5Service',
  477.             'CorporateTrainingBundle\\Controller\\My\\TeachingRecordController' => 'getTeachingRecordControllerService',
  478.             'CorporateTrainingBundle\\Controller\\OAuth2\\LoginController' => 'getLoginController5Service',
  479.             'CorporateTrainingBundle\\Controller\\OfflineActivity\\OfflineActivityController' => 'getOfflineActivityController6Service',
  480.             'CorporateTrainingBundle\\Controller\\OfflineActivity\\OfflineActivityManageController' => 'getOfflineActivityManageControllerService',
  481.             'CorporateTrainingBundle\\Controller\\OfflineCourse\\OfflineCourseController' => 'getOfflineCourseController2Service',
  482.             'CorporateTrainingBundle\\Controller\\OfflineCourse\\OfflineCourseManageController' => 'getOfflineCourseManageControllerService',
  483.             'CorporateTrainingBundle\\Controller\\OfflineCourse\\ResourceManage\\BaseController' => 'getBaseController4Service',
  484.             'CorporateTrainingBundle\\Controller\\OfflineCourse\\ResourceManage\\OfflineClassController' => 'getOfflineClassControllerService',
  485.             'CorporateTrainingBundle\\Controller\\OfflineCourse\\ResourceManage\\ProjectPlanController' => 'getProjectPlanController7Service',
  486.             'CorporateTrainingBundle\\Controller\\OfflineExam\\OfflineExamManageController' => 'getOfflineExamManageControllerService',
  487.             'CorporateTrainingBundle\\Controller\\OrgController' => 'getOrgController4Service',
  488.             'CorporateTrainingBundle\\Controller\\PasswordResetController' => 'getPasswordResetController2Service',
  489.             'CorporateTrainingBundle\\Controller\\PostController' => 'getPostController2Service',
  490.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\BaseItemController' => 'getBaseItemControllerService',
  491.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\OfflineCourseItemController' => 'getOfflineCourseItemControllerService',
  492.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\OfflineExamItemController' => 'getOfflineExamItemControllerService',
  493.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\OnlineCourseItemController' => 'getOnlineCourseItemControllerService',
  494.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\OnlineExamItemController' => 'getOnlineExamItemControllerService',
  495.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\QuestionnaireItemController' => 'getQuestionnaireItemControllerService',
  496.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\Item\\TargetPlan531ItemController' => 'getTargetPlan531ItemControllerService',
  497.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\MemberManageController' => 'getMemberManageControllerService',
  498.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\ProjectPlan531PlanController' => 'getProjectPlan531PlanControllerService',
  499.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\ProjectPlanController' => 'getProjectPlanController8Service',
  500.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\ProjectPlanManageController' => 'getProjectPlanManageController2Service',
  501.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\ProjectPlanReportController' => 'getProjectPlanReportController2Service',
  502.             'CorporateTrainingBundle\\Controller\\ProjectPlan\\ProjectPlanStudyDataController' => 'getProjectPlanStudyDataControllerService',
  503.             'CorporateTrainingBundle\\Controller\\QxtController' => 'getQxtControllerService',
  504.             'CorporateTrainingBundle\\Controller\\ReportDataController' => 'getReportDataControllerService',
  505.             'CorporateTrainingBundle\\Controller\\RequestStatusController' => 'getRequestStatusControllerService',
  506.             'CorporateTrainingBundle\\Controller\\ResourceFavoriteController' => 'getResourceFavoriteControllerService',
  507.             'CorporateTrainingBundle\\Controller\\ResourceUsePermissionController' => 'getResourceUsePermissionControllerService',
  508.             'CorporateTrainingBundle\\Controller\\SearchController' => 'getSearchController3Service',
  509.             'CorporateTrainingBundle\\Controller\\SendToAdminController' => 'getSendToAdminControllerService',
  510.             'CorporateTrainingBundle\\Controller\\SettingsController' => 'getSettingsController2Service',
  511.             'CorporateTrainingBundle\\Controller\\StudyCenter\\CourseStatisticsController' => 'getCourseStatisticsControllerService',
  512.             'CorporateTrainingBundle\\Controller\\StudyCenter\\DepartmentController' => 'getDepartmentControllerService',
  513.             'CorporateTrainingBundle\\Controller\\StudyCenter\\DepartmentManageController' => 'getDepartmentManageControllerService',
  514.             'CorporateTrainingBundle\\Controller\\StudyCenter\\H5Controller' => 'getH5ControllerService',
  515.             'CorporateTrainingBundle\\Controller\\StudyCenter\\HeaderController' => 'getHeaderControllerService',
  516.             'CorporateTrainingBundle\\Controller\\StudyCenter\\MyCoursesController' => 'getMyCoursesControllerService',
  517.             'CorporateTrainingBundle\\Controller\\StudyCenter\\MyFavoriteCourseController' => 'getMyFavoriteCourseControllerService',
  518.             'CorporateTrainingBundle\\Controller\\StudyCenter\\MyTaskController' => 'getMyTaskControllerService',
  519.             'CorporateTrainingBundle\\Controller\\StudyCenter\\OfflineCourseHomeworkController' => 'getOfflineCourseHomeworkControllerService',
  520.             'CorporateTrainingBundle\\Controller\\StudyCenter\\PostCourseController' => 'getPostCourseController3Service',
  521.             'CorporateTrainingBundle\\Controller\\StudyCenter\\SideBarController' => 'getSideBarControllerService',
  522.             'CorporateTrainingBundle\\Controller\\StudyCenter\\StudyCenterBaseController' => 'getStudyCenterBaseController2Service',
  523.             'CorporateTrainingBundle\\Controller\\StudyCenter\\StudyRecordController' => 'getStudyRecordController2Service',
  524.             'CorporateTrainingBundle\\Controller\\StudyCenter\\TaskController' => 'getTaskController2Service',
  525.             'CorporateTrainingBundle\\Controller\\StudyCenter\\ThreadController' => 'getThreadController5Service',
  526.             'CorporateTrainingBundle\\Controller\\StudyRecordController' => 'getStudyRecordController3Service',
  527.             'CorporateTrainingBundle\\Controller\\SysteminfoController' => 'getSysteminfoController2Service',
  528.             'CorporateTrainingBundle\\Controller\\TargetPlanResultController' => 'getTargetPlanResultControllerService',
  529.             'CorporateTrainingBundle\\Controller\\TaskController' => 'getTaskController3Service',
  530.             'CorporateTrainingBundle\\Controller\\TeacherController' => 'getTeacherController6Service',
  531.             'CorporateTrainingBundle\\Controller\\UserController' => 'getUserController7Service',
  532.             'CreditPlugin\\Controller\\Admin\\CreditAccountController' => 'getCreditAccountControllerService',
  533.             'CreditPlugin\\Controller\\Admin\\CreditController' => 'getCreditControllerService',
  534.             'CreditPlugin\\Controller\\Admin\\CreditPlanController' => 'getCreditPlanControllerService',
  535.             'CreditPlugin\\Controller\\CreditController' => 'getCreditController2Service',
  536.             'CustomBundle\\Controller\\Activity\\DemoController' => 'getDemoControllerService',
  537.             'CustomBundle\\Controller\\Admin\\DefaultController' => 'getDefaultController4Service',
  538.             'CustomBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  539.             'CustomizePagePlugin\\Controller\\Admin\\ContentController' => 'getContentController2Service',
  540.             'ExamPlugin\\Controller\\Admin\\CategoryManageController' => 'getCategoryManageControllerService',
  541.             'ExamPlugin\\Controller\\Admin\\ExamExportController' => 'getExamExportControllerService',
  542.             'ExamPlugin\\Controller\\Admin\\ExamManageController' => 'getExamManageControllerService',
  543.             'ExamPlugin\\Controller\\Admin\\QuestionStatisticsController' => 'getQuestionStatisticsControllerService',
  544.             'ExamPlugin\\Controller\\Admin\\TestPaperManageController' => 'getTestPaperManageController2Service',
  545.             'ExamPlugin\\Controller\\Exam\\ExamController' => 'getExamController2Service',
  546.             'ExamPlugin\\Controller\\Exam\\ManageController' => 'getManageController4Service',
  547.             'ExamPlugin\\Controller\\Exam\\OfflineClassManageController' => 'getOfflineClassManageControllerService',
  548.             'ExamPlugin\\Controller\\Exam\\ProjectPlanManageController' => 'getProjectPlanManageController3Service',
  549.             'ExamPlugin\\Controller\\Exam\\ReviewManageController' => 'getReviewManageControllerService',
  550.             'ExamPlugin\\Controller\\ProjectPlan\\ProjectPlanExamManageController' => 'getProjectPlanExamManageControllerService',
  551.             'ExamPlugin\\Controller\\StudyCenter\\MyTaskController' => 'getMyTaskController2Service',
  552.             'ExamPlugin\\Controller\\StudyCenter\\StudyRecordController' => 'getStudyRecordController4Service',
  553.             'ExamPlugin\\Controller\\TestPaper\\TestPaperManageController' => 'getTestPaperManageController3Service',
  554.             'ExamPlugin\\Controller\\V3\\ExamMemberResultController' => 'getExamMemberResultControllerService',
  555.             'ExamPlugin\\Controller\\V3\\ExamQuestionResultController' => 'getExamQuestionResultControllerService',
  556.             'ExamPlugin\\Controller\\V3\\ExamResultController' => 'getExamResultControllerService',
  557.             'ExamPlugin\\Controller\\V3\\ExamTestPaperExportController' => 'getExamTestPaperExportControllerService',
  558.             'HomePageExpandPlugin\\Controller\\LearningContentController' => 'getLearningContentControllerService',
  559.             'KnowledgeBasePlugin\\Controller\\Admin\\KnowledgeBaseCategoryController' => 'getKnowledgeBaseCategoryControllerService',
  560.             'KnowledgeBasePlugin\\Controller\\Admin\\KnowledgeBaseController' => 'getKnowledgeBaseControllerService',
  561.             'KnowledgeBasePlugin\\Controller\\Admin\\KnowledgeBaseStatisticsController' => 'getKnowledgeBaseStatisticsControllerService',
  562.             'KnowledgeBasePlugin\\Controller\\DefaultController' => 'getDefaultController6Service',
  563.             'KnowledgeBasePlugin\\Controller\\KnowledgeBaseController' => 'getKnowledgeBaseController2Service',
  564.             'MentorGuidedPlugin\\Controller\\Admin\\Data\\MentorDataController' => 'getMentorDataControllerService',
  565.             'MentorGuidedPlugin\\Controller\\Admin\\MentorController' => 'getMentorControllerService',
  566.             'MentorGuidedPlugin\\Controller\\ManageController' => 'getManageController5Service',
  567.             'MentorGuidedPlugin\\Controller\\My\\MentorGuidedController' => 'getMentorGuidedControllerService',
  568.             'MentorGuidedPlugin\\Controller\\V3\\Admin\\DataCenter\\MentorStatisticsController' => 'getMentorStatisticsControllerService',
  569.             'MentorGuidedPlugin\\Controller\\V3\\Admin\\MentorController' => 'getMentorController2Service',
  570.             'MentorGuidedPlugin\\Controller\\V3\\MendorGuidedManageController' => 'getMendorGuidedManageControllerService',
  571.             'MentorGuidedPlugin\\Controller\\V3\\MentorController' => 'getMentorController3Service',
  572.             'MentorGuidedPlugin\\Controller\\V3\\MyMendorGuidedController' => 'getMyMendorGuidedControllerService',
  573.             'OfflineCourseProPlugin\\Controller\\Admin\\Data\\OfflineClassController' => 'getOfflineClassController2Service',
  574.             'OfflineCourseProPlugin\\Controller\\Admin\\Data\\OfflineCourseTemplateController' => 'getOfflineCourseTemplateController2Service',
  575.             'OfflineCourseProPlugin\\Controller\\Admin\\OfflineClassController' => 'getOfflineClassController3Service',
  576.             'OfflineCourseProPlugin\\Controller\\Admin\\OfflineCourseController' => 'getOfflineCourseController3Service',
  577.             'OfflineCourseProPlugin\\Controller\\Admin\\OfflineCourseRecommendController' => 'getOfflineCourseRecommendControllerService',
  578.             'OfflineCourseProPlugin\\Controller\\Admin\\ProjectPlanTemplateController' => 'getProjectPlanTemplateController2Service',
  579.             'OfflineCourseProPlugin\\Controller\\ApiV3\\Admin\\Data\\DataCenterExportController' => 'getDataCenterExportController2Service',
  580.             'OfflineCourseProPlugin\\Controller\\ApiV3\\Admin\\ProjectPlan\\ProjectPlanManageController' => 'getProjectPlanManageController4Service',
  581.             'OfflineCourseProPlugin\\Controller\\ApiV3\\App\\OfflineClassController' => 'getOfflineClassController4Service',
  582.             'OfflineCourseProPlugin\\Controller\\OfflineClassController' => 'getOfflineClassController5Service',
  583.             'OfflineCourseProPlugin\\Controller\\OfflineClassItem\\BaseItemController' => 'getBaseItemController2Service',
  584.             'OfflineCourseProPlugin\\Controller\\OfflineClassItem\\OfflineCourseItemController' => 'getOfflineCourseItemController2Service',
  585.             'OfflineCourseProPlugin\\Controller\\OfflineClassItem\\OfflineExamItemController' => 'getOfflineExamItemController2Service',
  586.             'OfflineCourseProPlugin\\Controller\\OfflineClassItem\\OnlineExamItemController' => 'getOnlineExamItemController2Service',
  587.             'OfflineCourseProPlugin\\Controller\\OfflineClassItem\\QuestionnaireItemController' => 'getQuestionnaireItemController2Service',
  588.             'OfflineCourseProPlugin\\Controller\\OfflineClassStudyDataController' => 'getOfflineClassStudyDataControllerService',
  589.             'OfflineCourseProPlugin\\Controller\\OfflineCourseController' => 'getOfflineCourseController4Service',
  590.             'OfflineCourseProPlugin\\Controller\\OfflineCourseTemplateController' => 'getOfflineCourseTemplateController3Service',
  591.             'OfflineCourseProPlugin\\Controller\\ProjectPlanTemplateController' => 'getProjectPlanTemplateController3Service',
  592.             'OfflineCourseProPlugin\\Controller\\StudyCenter\\MyFavoriteOfflineCourseController' => 'getMyFavoriteOfflineCourseControllerService',
  593.             'OfflineCourseProPlugin\\Controller\\StudyCenter\\MyTaskController' => 'getMyTaskController3Service',
  594.             'OfflineCourseProPlugin\\Controller\\StudyRecordController' => 'getStudyRecordController5Service',
  595.             'PostMapPlugin\\Controller\\Admin\\PostMapManageController' => 'getPostMapManageControllerService',
  596.             'PostMapPlugin\\Controller\\Admin\\RankController' => 'getRankControllerService',
  597.             'PostMapPlugin\\Controller\\PostMapController' => 'getPostMapControllerService',
  598.             'PostMapPlugin\\Controller\\RankController' => 'getRankController2Service',
  599.             'QAPlugin\\Controller\\Admin\\QACategoryController' => 'getQACategoryControllerService',
  600.             'QAPlugin\\Controller\\Admin\\QAController' => 'getQAControllerService',
  601.             'QAPlugin\\Controller\\QAController' => 'getQAController2Service',
  602.             'ReportPlugin\\Controller\\DefaultController' => 'getDefaultController7Service',
  603.             'RewardPointPlugin\\Controller\\Admin\\CourseRewardPointController' => 'getCourseRewardPointControllerService',
  604.             'RewardPointPlugin\\Controller\\Admin\\RewardDataController' => 'getRewardDataControllerService',
  605.             'RewardPointPlugin\\Controller\\Admin\\RewardPointController' => 'getRewardPointControllerService',
  606.             'RewardPointPlugin\\Controller\\Admin\\RewardPointExchangeController' => 'getRewardPointExchangeControllerService',
  607.             'RewardPointPlugin\\Controller\\Admin\\RewardPointMallController' => 'getRewardPointMallControllerService',
  608.             'RewardPointPlugin\\Controller\\Admin\\RewardPointProductController' => 'getRewardPointProductControllerService',
  609.             'RewardPointPlugin\\Controller\\Admin\\RewardPointSettingController' => 'getRewardPointSettingControllerService',
  610.             'RewardPointPlugin\\Controller\\Admin\\TeachingRewardPointController' => 'getTeachingRewardPointControllerService',
  611.             'RewardPointPlugin\\Controller\\FrontEnd\\H5Controller' => 'getH5Controller2Service',
  612.             'RewardPointPlugin\\Controller\\My\\RewardPointController' => 'getRewardPointController2Service',
  613.             'RewardPointPlugin\\Controller\\V3Admin\\RewardDataController' => 'getRewardDataController2Service',
  614.             'RewardPointPlugin\\Controller\\V3Admin\\RewardPointController' => 'getRewardPointController3Service',
  615.             'RewardPointPlugin\\Controller\\V3\\RewardPointController' => 'getRewardPointController4Service',
  616.             'ScormPlugin\\Controller\\Activity\\ScormController' => 'getScormControllerService',
  617.             'ScormPlugin\\Controller\\UploadFileController' => 'getUploadFileController3Service',
  618.             'ScormPlugin\\Controller\\UploaderController' => 'getUploaderController3Service',
  619.             'SurveyPlugin\\Controller\\Activity\\QuestionnaireController' => 'getQuestionnaireControllerService',
  620.             'SurveyPlugin\\Controller\\Admin\\Data\\CourseDataController' => 'getCourseDataController2Service',
  621.             'SurveyPlugin\\Controller\\Admin\\QuestionnaireManageController' => 'getQuestionnaireManageControllerService',
  622.             'SurveyPlugin\\Controller\\Admin\\SurveyManageController' => 'getSurveyManageControllerService',
  623.             'SurveyPlugin\\Controller\\QuestionnaireManageController' => 'getQuestionnaireManageController2Service',
  624.             'SurveyPlugin\\Controller\\SurveyController' => 'getSurveyControllerService',
  625.             'SurveyPlugin\\Controller\\SurveyDataController' => 'getSurveyDataControllerService',
  626.             'SurveyPlugin\\Controller\\SurveyManageController' => 'getSurveyManageController2Service',
  627.             'SurveyPlugin\\Controller\\SurveyMemberManageController' => 'getSurveyMemberManageControllerService',
  628.             'SurveyPlugin\\Controller\\SurveyResultStatisticsController' => 'getSurveyResultStatisticsControllerService',
  629.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  630.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  631.             'Topxia\\MobileBundleV2\\Controller\\MobileApiController' => 'getMobileApiControllerService',
  632.             'Topxia\\MobileBundleV2\\Controller\\MobileAppController' => 'getMobileAppControllerService',
  633.             'Topxia\\MobileBundleV2\\Controller\\MobileBaseController' => 'getMobileBaseControllerService',
  634.             'Topxia\\MobileBundleV2\\Controller\\TeacherAppController' => 'getTeacherAppControllerService',
  635.             'UserImporterPlugin\\Controller\\UserImporterController' => 'getUserImporterControllerService',
  636.             'WatermarkPlugin\\Controller\\DefaultController' => 'getDefaultController8Service',
  637.             'WatermarkPlugin\\Controller\\WatermarkController' => 'getWatermarkControllerService',
  638.             'activity_event_subscriber' => 'getActivityEventSubscriberService',
  639.             'activity_live_replay_event_subscriber' => 'getActivityLiveReplayEventSubscriberService',
  640.             'api.field.filter.factory' => 'getApi_Field_Filter_FactoryService',
  641.             'api.path.parser' => 'getApi_Path_ParserService',
  642.             'api.plugin.config.manager' => 'getApi_Plugin_Config_ManagerService',
  643.             'api.resource.manager' => 'getApi_Resource_ManagerService',
  644.             'api.util.oc' => 'getApi_Util_OcService',
  645.             'api_authentication_manager' => 'getApiAuthenticationManagerService',
  646.             'api_firewall' => 'getApiFirewallService',
  647.             'api_resource_kernel' => 'getApiResourceKernelService',
  648.             'api_response_viewer' => 'getApiResponseViewerService',
  649.             'app_web_view_authentication_token_helper' => 'getAppWebViewAuthenticationTokenHelperService',
  650.             'article_article_event_subscriber' => 'getArticleArticleEventSubscriberService',
  651.             'assets.default_package_util' => 'getAssets_DefaultPackageUtilService',
  652.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  653.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  654.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  655.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  656.             'biz.service_provider.collector' => 'getBiz_ServiceProvider_CollectorService',
  657.             'cache.app_clearer' => 'getCache_AppClearerService',
  658.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  659.             'cache.system_clearer' => 'getCache_SystemClearerService',
  660.             'cache_warmer' => 'getCacheWarmerService',
  661.             'card_event_subscriber' => 'getCardEventSubscriberService',
  662.             'certificate_resource_subscriber' => 'getCertificateResourceSubscriberService',
  663.             'certificate_subscriber' => 'getCertificateSubscriberService',
  664.             'classroom_event_subscriber' => 'getClassroomEventSubscriberService',
  665.             'classroom_member_event_subscriber' => 'getClassroomMemberEventSubscriberService',
  666.             'classroom_review_event_subscriber' => 'getClassroomReviewEventSubscriberService',
  667.             'cloud_live_event_subscriber' => 'getCloudLiveEventSubscriberService',
  668.             'codeags_plugin.event.lazy_subscribers' => 'getCodeagsPlugin_Event_LazySubscribersService',
  669.             'console.command.public_alias.AppBundle\\Command\\ApiTestCommand' => 'getApiTestCommandService',
  670.             'console.command.public_alias.AppBundle\\Command\\BeginPackageUpdateCommand' => 'getBeginPackageUpdateCommandService',
  671.             'console.command.public_alias.AppBundle\\Command\\BuildCommand' => 'getBuildCommandService',
  672.             'console.command.public_alias.AppBundle\\Command\\BuildPluginAppCommand' => 'getBuildPluginAppCommandService',
  673.             'console.command.public_alias.AppBundle\\Command\\BuildThemeAppCommand' => 'getBuildThemeAppCommandService',
  674.             'console.command.public_alias.AppBundle\\Command\\BuildUpgradePackageCommand' => 'getBuildUpgradePackageCommandService',
  675.             'console.command.public_alias.AppBundle\\Command\\BuildVendorCommand' => 'getBuildVendorCommandService',
  676.             'console.command.public_alias.AppBundle\\Command\\BuildX8PackageCommand' => 'getBuildX8PackageCommandService',
  677.             'console.command.public_alias.AppBundle\\Command\\CTBuildCommand' => 'getCTBuildCommandService',
  678.             'console.command.public_alias.AppBundle\\Command\\CTBuildUpgradePackageCommand' => 'getCTBuildUpgradePackageCommandService',
  679.             'console.command.public_alias.AppBundle\\Command\\CTDataAcquisitionPushCommand' => 'getCTDataAcquisitionPushCommandService',
  680.             'console.command.public_alias.AppBundle\\Command\\CTInitUpgradeScriptCommand' => 'getCTInitUpgradeScriptCommandService',
  681.             'console.command.public_alias.AppBundle\\Command\\CTInitWebSiteCommand' => 'getCTInitWebSiteCommandService',
  682.             'console.command.public_alias.AppBundle\\Command\\CTUpgradeScriptCommand' => 'getCTUpgradeScriptCommandService',
  683.             'console.command.public_alias.AppBundle\\Command\\CheckOrderCommand' => 'getCheckOrderCommandService',
  684.             'console.command.public_alias.AppBundle\\Command\\CheckOrderPayUpgradeCommand' => 'getCheckOrderPayUpgradeCommandService',
  685.             'console.command.public_alias.AppBundle\\Command\\CheckProjectPlanPassingCriteriaCommand' => 'getCheckProjectPlanPassingCriteriaCommandService',
  686.             'console.command.public_alias.AppBundle\\Command\\CheckTaskResultCommand' => 'getCheckTaskResultCommandService',
  687.             'console.command.public_alias.AppBundle\\Command\\CloseCdnCommand' => 'getCloseCdnCommandService',
  688.             'console.command.public_alias.AppBundle\\Command\\CopyInstallFilesCommand' => 'getCopyInstallFilesCommandService',
  689.             'console.command.public_alias.AppBundle\\Command\\CountChangelogCommand' => 'getCountChangelogCommandService',
  690.             'console.command.public_alias.AppBundle\\Command\\CountOnlineCommand' => 'getCountOnlineCommandService',
  691.             'console.command.public_alias.AppBundle\\Command\\CreateTestDataCommand' => 'getCreateTestDataCommandService',
  692.             'console.command.public_alias.AppBundle\\Command\\CrontabCommand' => 'getCrontabCommandService',
  693.             'console.command.public_alias.AppBundle\\Command\\CutFileCommand' => 'getCutFileCommandService',
  694.             'console.command.public_alias.AppBundle\\Command\\DeleteUserCommand' => 'getDeleteUserCommandService',
  695.             'console.command.public_alias.AppBundle\\Command\\DumpInitDataCommand' => 'getDumpInitDataCommandService',
  696.             'console.command.public_alias.AppBundle\\Command\\HomePageInitCommand' => 'getHomePageInitCommandService',
  697.             'console.command.public_alias.AppBundle\\Command\\ImportExcelUsersCommand' => 'getImportExcelUsersCommandService',
  698.             'console.command.public_alias.AppBundle\\Command\\InitCommand' => 'getInitCommandService',
  699.             'console.command.public_alias.AppBundle\\Command\\InitWebsiteCommand' => 'getInitWebsiteCommandService',
  700.             'console.command.public_alias.AppBundle\\Command\\LiveNotifyCommand' => 'getLiveNotifyCommandService',
  701.             'console.command.public_alias.AppBundle\\Command\\MenusParserCommand' => 'getMenusParserCommandService',
  702.             'console.command.public_alias.AppBundle\\Command\\NoUsedRoutingCommand' => 'getNoUsedRoutingCommandService',
  703.             'console.command.public_alias.AppBundle\\Command\\NotHasPermissionRoutingsCommand' => 'getNotHasPermissionRoutingsCommandService',
  704.             'console.command.public_alias.AppBundle\\Command\\ParsePermissionsCommand' => 'getParsePermissionsCommandService',
  705.             'console.command.public_alias.AppBundle\\Command\\ProducePluginRegisterCommand' => 'getProducePluginRegisterCommandService',
  706.             'console.command.public_alias.AppBundle\\Command\\RedisFlushallCommand' => 'getRedisFlushallCommandService',
  707.             'console.command.public_alias.AppBundle\\Command\\RefreshCloudLiveCommand' => 'getRefreshCloudLiveCommandService',
  708.             'console.command.public_alias.AppBundle\\Command\\RefreshCloudLiveReplayCommand' => 'getRefreshCloudLiveReplayCommandService',
  709.             'console.command.public_alias.AppBundle\\Command\\RepairUserOrgCommand' => 'getRepairUserOrgCommandService',
  710.             'console.command.public_alias.AppBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
  711.             'console.command.public_alias.AppBundle\\Command\\RoleRefreshCommand' => 'getRoleRefreshCommandService',
  712.             'console.command.public_alias.AppBundle\\Command\\RollingUpgradeCommand' => 'getRollingUpgradeCommandService',
  713.             'console.command.public_alias.AppBundle\\Command\\RunJobCommand' => 'getRunJobCommandService',
  714.             'console.command.public_alias.AppBundle\\Command\\ScaffoldCommand' => 'getScaffoldCommandService',
  715.             'console.command.public_alias.AppBundle\\Command\\SchedulerCommand' => 'getSchedulerCommandService',
  716.             'console.command.public_alias.AppBundle\\Command\\ServiceMethodCommand' => 'getServiceMethodCommandService',
  717.             'console.command.public_alias.AppBundle\\Command\\TestUserCommand' => 'getTestUserCommandService',
  718.             'console.command.public_alias.AppBundle\\Command\\TestWorkWeChatApiCommand' => 'getTestWorkWeChatApiCommandService',
  719.             'console.command.public_alias.AppBundle\\Command\\ThemeCreateCommand' => 'getThemeCreateCommandService',
  720.             'console.command.public_alias.AppBundle\\Command\\ThemeRegisterCommand' => 'getThemeRegisterCommandService',
  721.             'console.command.public_alias.AppBundle\\Command\\TransGenerateCommand' => 'getTransGenerateCommandService',
  722.             'console.command.public_alias.AppBundle\\Command\\TranslationAddNewKeyCommand' => 'getTranslationAddNewKeyCommandService',
  723.             'console.command.public_alias.AppBundle\\Command\\TranslationFormatCommand' => 'getTranslationFormatCommandService',
  724.             'console.command.public_alias.AppBundle\\Command\\TranslationJsDumperCommand' => 'getTranslationJsDumperCommandService',
  725.             'console.command.public_alias.AppBundle\\Command\\UpgradeCommand' => 'getUpgradeCommandService',
  726.             'console.command.public_alias.AppBundle\\Command\\UpgradeOrdersCommand' => 'getUpgradeOrdersCommandService',
  727.             'console.command.public_alias.AppBundle\\Command\\UpgradePluginCommand' => 'getUpgradePluginCommandService',
  728.             'console.command.public_alias.AppBundle\\Command\\UpgradeScriptCommand' => 'getUpgradeScriptCommandService',
  729.             'console.command.public_alias.AppBundle\\Command\\UpgradeScriptsCommand' => 'getUpgradeScriptsCommandService',
  730.             'console.command.public_alias.AppBundle\\Command\\UserGenerateCommand' => 'getUserGenerateCommandService',
  731.             'console.command.public_alias.AppBundle\\Command\\WarmupCommand' => 'getWarmupCommandService',
  732.             'console.command.public_alias.AppBundle\\Command\\WorkerCommand' => 'getWorkerCommandService',
  733.             'console.command.public_alias.AppBundle\\Command\\WxpayBillCommand' => 'getWxpayBillCommandService',
  734.             'console.command.public_alias.AppBundle\\Command\\X8ScriptCheckCommand' => 'getX8ScriptCheckCommandService',
  735.             'console.command.public_alias.Codeages\\PluginBundle\\Command\\PluginCreateCommand' => 'getPluginCreateCommandService',
  736.             'console.command.public_alias.Codeages\\PluginBundle\\Command\\PluginRegisterCommand' => 'getPluginRegisterCommandService',
  737.             'console.command.public_alias.Codeages\\PluginBundle\\Command\\PluginRemoveCommand' => 'getPluginRemoveCommandService',
  738.             'console.command_loader' => 'getConsole_CommandLoaderService',
  739.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  740.             'content_event_subscriber' => 'getContentEventSubscriberService',
  741.             'conversation_event_subscriber' => 'getConversationEventSubscriberService',
  742.             'corporatetraining.extension.manager' => 'getCorporatetraining_Extension_ManagerService',
  743.             'course_classroom_course_expiry_date_event_subscriber' => 'getCourseClassroomCourseExpiryDateEventSubscriberService',
  744.             'course_event_subscriber' => 'getCourseEventSubscriberService',
  745.             'course_material_event_subscriber' => 'getCourseMaterialEventSubscriberService',
  746.             'course_member_event_subscriber' => 'getCourseMemberEventSubscriberService',
  747.             'course_note_event_subscriber' => 'getCourseNoteEventSubscriberService',
  748.             'course_question_event_subscriber' => 'getCourseQuestionEventSubscriberService',
  749.             'course_set_event_subscriber' => 'getCourseSetEventSubscriberService',
  750.             'course_set_material_event_subscriber' => 'getCourseSetMaterialEventSubscriberService',
  751.             'course_set_statistics_event_subscriber' => 'getCourseSetStatisticsEventSubscriberService',
  752.             'course_set_teacher_event_subscriber' => 'getCourseSetTeacherEventSubscriberService',
  753.             'course_statistics_event_subscriber' => 'getCourseStatisticsEventSubscriberService',
  754.             'course_sync_event_subscriber' => 'getCourseSyncEventSubscriberService',
  755.             'course_try_view_subscriber' => 'getCourseTryViewSubscriberService',
  756.             'credit_plan_subscriber' => 'getCreditPlanSubscriberService',
  757.             'credit_plugin_export_map' => 'getCreditPluginExportMapService',
  758.             'credit_subscriber' => 'getCreditSubscriberService',
  759.             'crontab_event_subscriber' => 'getCrontabEventSubscriberService',
  760.             'ct_classroom_event_subscriber' => 'getCtClassroomEventSubscriberService',
  761.             'ct_course_task_event_subscriber' => 'getCtCourseTaskEventSubscriberService',
  762.             'ct_export_map' => 'getCtExportMapService',
  763.             'ct_knowledge_draft_subscriber' => 'getCtKnowledgeDraftSubscriberService',
  764.             'ct_resource_notification_event_subscriber' => 'getCtResourceNotificationEventSubscriberService',
  765.             'ct_resource_scope_event_subscriber' => 'getCtResourceScopeEventSubscriberService',
  766.             'ct_resource_scope_member_event_subscriber' => 'getCtResourceScopeMemberEventSubscriberService',
  767.             'ct_user_notification_event_subscriber' => 'getCtUserNotificationEventSubscriberService',
  768.             'enroll_record_event_subscriber' => 'getEnrollRecordEventSubscriberService',
  769.             'error_controller' => 'getErrorControllerService',
  770.             'exam.extension.manager' => 'getExam_Extension_ManagerService',
  771.             'exam.project_plan_item_result_subscriber' => 'getExam_ProjectPlanItemResultSubscriberService',
  772.             'exam_event_subscriber' => 'getExamEventSubscriberService',
  773.             'exam_member_subscriber' => 'getExamMemberSubscriberService',
  774.             'exam_notification_event_subscriber' => 'getExamNotificationEventSubscriberService',
  775.             'exam_test_paper_event_subscriber' => 'getExamTestPaperEventSubscriberService',
  776.             'expert_event_subscriber' => 'getExpertEventSubscriberService',
  777.             'export_factory' => 'getExportFactoryService',
  778.             'gather_event_subscriber' => 'getGatherEventSubscriberService',
  779.             'knowledge_base_plugin_export_map' => 'getKnowledgeBasePluginExportMapService',
  780.             'knowledge_base_subscriber' => 'getKnowledgeBaseSubscriberService',
  781.             'knowledge_draft_subscriber' => 'getKnowledgeDraftSubscriberService',
  782.             'knowledge_file_subscriber' => 'getKnowledgeFileSubscriberService',
  783.             'knowledge_relation_subscriber' => 'getKnowledgeRelationSubscriberService',
  784.             'knowledge_subscriber' => 'getKnowledgeSubscriberService',
  785.             'learning_progress_event_subscriber' => 'getLearningProgressEventSubscriberService',
  786.             'live_activity_event_subscriber' => 'getLiveActivityEventSubscriberService',
  787.             'marker_event_subscriber' => 'getMarkerEventSubscriberService',
  788.             'member_operation_record_event_subscriber' => 'getMemberOperationRecordEventSubscriberService',
  789.             'mentor_guided_event_subscriber' => 'getMentorGuidedEventSubscriberService',
  790.             'mentor_guided_notification_event_subscriber' => 'getMentorGuidedNotificationEventSubscriberService',
  791.             'notification_event_subscriber' => 'getNotificationEventSubscriberService',
  792.             'offline_activity_member_subscriber' => 'getOfflineActivityMemberSubscriberService',
  793.             'offline_activity_subscriber' => 'getOfflineActivitySubscriberService',
  794.             'offline_class_event_subscriber' => 'getOfflineClassEventSubscriberService',
  795.             'offline_class_notification_event_subscriber' => 'getOfflineClassNotificationEventSubscriberService',
  796.             'offline_class_offline_course_event_subscriber' => 'getOfflineClassOfflineCourseEventSubscriberService',
  797.             'offline_course_event_subscriber' => 'getOfflineCourseEventSubscriberService',
  798.             'offline_course_pro.extension.manager' => 'getOfflineCoursePro_Extension_ManagerService',
  799.             'offline_course_pro.offline_class.extension' => 'getOfflineCoursePro_OfflineClass_ExtensionService',
  800.             'offline_course_pro.org.extension' => 'getOfflineCoursePro_Org_ExtensionService',
  801.             'offline_course_template_event_subscriber' => 'getOfflineCourseTemplateEventSubscriberService',
  802.             'offline_exam_event_subscriber' => 'getOfflineExamEventSubscriberService',
  803.             'open_course_sms_event_subscriber' => 'getOpenCourseSmsEventSubscriberService',
  804.             'opencourse_event_subscriber' => 'getOpencourseEventSubscriberService',
  805.             'order_status_subscriber' => 'getOrderStatusSubscriberService',
  806.             'orderrefererlog_event_subscriber' => 'getOrderrefererlogEventSubscriberService',
  807.             'org_category_event_subscriber' => 'getOrgCategoryEventSubscriberService',
  808.             'org_event_subscriber' => 'getOrgEventSubscriberService',
  809.             'post_course_event_subscriber' => 'getPostCourseEventSubscriberService',
  810.             'practical_assignment_excellent_assignment_subscriber' => 'getPracticalAssignmentExcellentAssignmentSubscriberService',
  811.             'practical_assignment_result_subscriber' => 'getPracticalAssignmentResultSubscriberService',
  812.             'project_plan_archive_data_statistics' => 'getProjectPlanArchiveDataStatisticsService',
  813.             'project_plan_item_result_subscriber' => 'getProjectPlanItemResultSubscriberService',
  814.             'project_plan_item_stage_sort_subscriber' => 'getProjectPlanItemStageSortSubscriberService',
  815.             'project_plan_item_subscriber' => 'getProjectPlanItemSubscriberService',
  816.             'project_plan_member_statistic_data_subscriber' => 'getProjectPlanMemberStatisticDataSubscriberService',
  817.             'project_plan_member_subscriber' => 'getProjectPlanMemberSubscriberService',
  818.             'project_plan_pass_criteria_subscriber' => 'getProjectPlanPassCriteriaSubscriberService',
  819.             'project_plan_subscriber' => 'getProjectPlanSubscriberService',
  820.             'qa_event_subscriber' => 'getQaEventSubscriberService',
  821.             'question_analysis_envet_subscriber' => 'getQuestionAnalysisEnvetSubscriberService',
  822.             'question_sync_event_subscriber' => 'getQuestionSyncEventSubscriberService',
  823.             'report_event_subscriber' => 'getReportEventSubscriberService',
  824.             'resource_like_subscriber' => 'getResourceLikeSubscriberService',
  825.             'review_center_event_subscriber' => 'getReviewCenterEventSubscriberService',
  826.             'reward_point_event_subscriber' => 'getRewardPointEventSubscriberService',
  827.             'routing.loader' => 'getRouting_LoaderService',
  828.             'scorm_upload_file_event_subscriber' => 'getScormUploadFileEventSubscriberService',
  829.             'services_resetter' => 'getServicesResetterService',
  830.             'sms_task_event_subscriber' => 'getSmsTaskEventSubscriberService',
  831.             'sms_testpaper_event_subscriber' => 'getSmsTestpaperEventSubscriberService',
  832.             'status_event_subscriber' => 'getStatusEventSubscriberService',
  833.             'survey.project_plan_item_result_subscriber' => 'getSurvey_ProjectPlanItemResultSubscriberService',
  834.             'survey_event_subscriber' => 'getSurveyEventSubscriberService',
  835.             'tag_course_set_event_subscriber' => 'getTagCourseSetEventSubscriberService',
  836.             'target_plan_event_subscriber' => 'getTargetPlanEventSubscriberService',
  837.             'task_activity_event_subscriber' => 'getTaskActivityEventSubscriberService',
  838.             'task_event_subscriber' => 'getTaskEventSubscriberService',
  839.             'task_sync_event_subscriber' => 'getTaskSyncEventSubscriberService',
  840.             'task_testpaper_event_subscriber' => 'getTaskTestpaperEventSubscriberService',
  841.             'taxonomy_article_event_subscriber' => 'getTaxonomyArticleEventSubscriberService',
  842.             'testpaper_event_subscriber' => 'getTestpaperEventSubscriberService',
  843.             'testpaper_sync_event_subscriber' => 'getTestpaperSyncEventSubscriberService',
  844.             'thread_event_subscriber' => 'getThreadEventSubscriberService',
  845.             'tokenbucket_event_subscriber' => 'getTokenbucketEventSubscriberService',
  846.             'training_camp_event_subscriber' => 'getTrainingCampEventSubscriberService',
  847.             'upload_file_event_subscriber' => 'getUploadFileEventSubscriberService',
  848.             'user_classroom_event_subscriber' => 'getUserClassroomEventSubscriberService',
  849.             'user_course_thread_event_subscriber' => 'getUserCourseThreadEventSubscriberService',
  850.             'user_daily_learn_record_subscriber' => 'getUserDailyLearnRecordSubscriberService',
  851.             'user_event_subscriber' => 'getUserEventSubscriberService',
  852.             'user_message_subscriber' => 'getUserMessageSubscriberService',
  853.             'user_user_event_subscriber' => 'getUserUserEventSubscriberService',
  854.             'user_vip_member_event_subscriber' => 'getUserVipMemberEventSubscriberService',
  855.             'user_work_record_classroom_event_subscriber' => 'getUserWorkRecordClassroomEventSubscriberService',
  856.             'user_work_record_course_event_subscriber' => 'getUserWorkRecordCourseEventSubscriberService',
  857.             'user_work_record_exam_event_subscriber' => 'getUserWorkRecordExamEventSubscriberService',
  858.             'user_work_record_live_event_subscriber' => 'getUserWorkRecordLiveEventSubscriberService',
  859.             'user_work_record_member_event_subscriber' => 'getUserWorkRecordMemberEventSubscriberService',
  860.             'user_work_record_offline_activity_event_subscriber' => 'getUserWorkRecordOfflineActivityEventSubscriberService',
  861.             'user_work_record_offline_class_event_subscriber' => 'getUserWorkRecordOfflineClassEventSubscriberService',
  862.             'user_work_record_offline_course_homework_event_subscriber' => 'getUserWorkRecordOfflineCourseHomeworkEventSubscriberService',
  863.             'user_work_record_post_event_subscriber' => 'getUserWorkRecordPostEventSubscriberService',
  864.             'user_work_record_project_plan_event_subscriber' => 'getUserWorkRecordProjectPlanEventSubscriberService',
  865.             'user_work_record_project_plan_item_event_subscriber' => 'getUserWorkRecordProjectPlanItemEventSubscriberService',
  866.             'user_work_record_project_plan_member_event_subscriber' => 'getUserWorkRecordProjectPlanMemberEventSubscriberService',
  867.             'user_work_record_survey_event_subscriber' => 'getUserWorkRecordSurveyEventSubscriberService',
  868.             'user_work_record_target_plan_event_subscriber' => 'getUserWorkRecordTargetPlanEventSubscriberService',
  869.             'video_task_event_subscriber' => 'getVideoTaskEventSubscriberService',
  870.             'web.wrapper' => 'getWeb_WrapperService',
  871.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  872.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  873.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  874.         ];
  875.         $this->aliases = [
  876.         ];
  877.         $this->privates['service_container'] = function () {
  878.             include_once \dirname(__DIR__5).'/vendor/pimple/pimple/src/Pimple/Container.php';
  879.             include_once \dirname(__DIR__5).'/vendor/codeages/biz-framework/src/Context/Biz.php';
  880.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/KernelRequestListener.php';
  881.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/AbstractSecurityDisabledListener.php';
  882.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/KernelResponseListener.php';
  883.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/PermissionKernelControllerListener.php';
  884.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/PermissionKernelResponseListener.php';
  885.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/UserLoginTokenListener.php';
  886.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/CSRFListener.php';
  887.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  888.             include_once \dirname(__DIR__5).'/src/AppBundle/Listener/LocaleListener.php';
  889.             include_once \dirname(__DIR__5).'/vendor/codeages/biz-framework/src/Context/BizAware.php';
  890.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/ExtensionInterface.php';
  891.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/Extension.php';
  892.             include_once \dirname(__DIR__5).'/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php';
  893.             include_once \dirname(__DIR__5).'/src/CustomBundle/Extension/ActivityExtension.php';
  894.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  895.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  896.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  897.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  898.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php';
  899.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php';
  900.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  901.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  902.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  903.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  904.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  905.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  906.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  907.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  908.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  909.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  910.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  911.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  912.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  913.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  914.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  915.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  917.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php';
  918.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  919.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  920.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  921.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  922.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Service/ResetInterface.php';
  923.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  924.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  925.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  926.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  927.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php';
  928.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  929.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php';
  930.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  931.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  932.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  933.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  934.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php';
  935.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php';
  936.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  937.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  938.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  939.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/Asset/PathPackage.php';
  940.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  941.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/Asset/VersionStrategy/StaticVersionStrategy.php';
  942.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  943.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  944.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  945.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  947.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  948.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  949.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  950.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  951.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  952.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  954.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  959.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  961.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  963.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/ExpressionLanguageProvider.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  973.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  974.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  975.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  976.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ProxyTrait.php';
  978.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php';
  979.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  980.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  981.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php';
  982.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  983.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php';
  984.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php';
  985.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  986.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  987.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  988.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  989.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  990.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  991.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  992.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  993.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  994.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  995.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  996.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  997.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  998.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  999.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/Twig/DictExtension.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/System/DictCollector.php';
  1029.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/ExtensionManager.php';
  1030.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/TaskToolbarExtension.php';
  1031.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/ActivityExtension.php';
  1032.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/CourseExtension.php';
  1033.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/CopyExtension.php';
  1034.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/QuestionExtension.php';
  1035.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/PaymentExtension.php';
  1036.             include_once \dirname(__DIR__5).'/src/AppBundle/Extension/CallbackExtension.php';
  1037.             include_once \dirname(__DIR__5).'/src/Biz/Coupon/CouponServiceProvider.php';
  1038.             include_once \dirname(__DIR__5).'/src/Biz/Mail/MailServiceProvider.php';
  1039.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/AppExtension.php';
  1040.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/LiveExtension.php';
  1041.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/WebExtension.php';
  1042.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/HtmlExtension.php';
  1043.             include_once \dirname(__DIR__5).'/src/Biz/ResourceManage/ResourceManageProvider.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php';
  1045.             include_once \dirname(__DIR__5).'/src/Biz/User/UserProvider.php';
  1046.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Twig/Extension/WebExtension.php';
  1047.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/Exporter/ExportServiceProvider.php';
  1048.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/Importer/ImporterServiceProvider.php';
  1049.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/AdvancedMemberSelect/AdvancedMemberSelectServiceProvider.php';
  1050.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Extension/ActivityExtension.php';
  1051.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/DiscoveryColumn/DiscoveryColumnServiceProvider.php';
  1052.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/Mail/MailServiceProvider.php';
  1053.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/NotificationCenter/NotificationServiceProvider.php';
  1054.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/Focus/FocusServiceProvider.php';
  1055.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/DefaultSearch/SearchProvider.php';
  1056.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/Attachment/AttachmentServiceProvider.php';
  1057.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/DataCenter/DataCenterProvider.php';
  1058.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Biz/ModuleDataStatistics/ModuleDataProvider.php';
  1059.             include_once \dirname(__DIR__5).'/src/ApiBundle/Security/Firewall/ListenerInterface.php';
  1060.             include_once \dirname(__DIR__5).'/src/ApiBundle/Security/Firewall/BaseAuthenticationListener.php';
  1061.             include_once \dirname(__DIR__5).'/src/ApiBundle/Security/Firewall/SessionAuthenticationListener.php';
  1062.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Listener/ApiV3KernelRequestListener.php';
  1063.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/ListenerInterface.php';
  1064.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/Firewall.php';
  1065.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/BaseAuthenticationListener.php';
  1066.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/BasicAuthenticationListener.php';
  1067.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/NewTokenAuthenticationListener.php';
  1068.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/XAuthTokenAuthenticationListener.php';
  1069.             include_once \dirname(__DIR__5).'/src/ApiV3Bundle/Security/Firewall/AnonymousListener.php';
  1070.             include_once \dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Twig/OfflineClassExtension.php';
  1071.             include_once \dirname(__DIR__5).'/plugins/ScormPlugin/Extension/ActivityExtension.php';
  1072.             include_once \dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Extension/SyncExtension.php';
  1073.             include_once \dirname(__DIR__5).'/plugins/RewardPointPlugin/Listener/RewardPointNotifyListener.php';
  1074.             include_once \dirname(__DIR__5).'/plugins/RewardPointPlugin/Component/Decorator/RewardPointResponseDecorator.php';
  1075.             include_once \dirname(__DIR__5).'/plugins/ExamPlugin/Listener/ExamManageAccessListener.php';
  1076.             include_once \dirname(__DIR__5).'/plugins/SurveyPlugin/Listener/SurveyPluginKernelRequestListener.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  1112.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1135.             include_once \dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Twig/TwigLoader.php';
  1136.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Twig/TwigLoader.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/Loader/ThemeTwigLoader.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfExtension.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  1153.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/UrlHelper.php';
  1154.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  1155.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/PermissionExtension.php';
  1156.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  1157.             include_once \dirname(__DIR__5).'/vendor/twig/cache-extra/CacheExtension.php';
  1158.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/Twig/HtmlExtension.php';
  1159.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/Twig/SlotExtension.php';
  1160.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/System/Slot/SlotManager.php';
  1161.             include_once \dirname(__DIR__5).'/vendor/codeages/plugin-bundle/System/Slot/SlotInjectionCollector.php';
  1162.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/QuestionTypeExtension.php';
  1163.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/QuestionItemStatisticsExtension.php';
  1164.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/ActivityExtension.php';
  1165.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/DictionaryExtension.php';
  1166.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/DataExtension.php';
  1167.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/BlockExtension.php';
  1168.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/UploaderExtension.php';
  1169.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/ThemeExtension.php';
  1170.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/OrderExtension.php';
  1171.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/CourseExtension.php';
  1172.             include_once \dirname(__DIR__5).'/src/AppBundle/Twig/SearchExtension.php';
  1173.             include_once \dirname(__DIR__5).'/src/CorporateTrainingBundle/Twig/Extension/ProjectPlanExtension.php';
  1174.             include_once \dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Twig/Extension/WebExtension.php';
  1175.             include_once \dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Twig/WebExtension.php';
  1176.             include_once \dirname(__DIR__5).'/plugins/RewardPointPlugin/Twig/Extension/WebExtension.php';
  1177.             include_once \dirname(__DIR__5).'/plugins/PostMapPlugin/Twig/Extension/WebExtension.php';
  1178.             include_once \dirname(__DIR__5).'/plugins/ExamPlugin/Twig/QuestionTypeExtension.php';
  1179.             include_once \dirname(__DIR__5).'/plugins/ExamPlugin/Twig/WebExtension.php';
  1180.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  1181.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  1182.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  1183.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  1184.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  1185.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  1186.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  1187.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1188.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1189.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1190.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1191.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  1192.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  1193.             include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  1194.         };
  1195.     }
  1196.     public function compile(): void
  1197.     {
  1198.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1199.     }
  1200.     public function isCompiled(): bool
  1201.     {
  1202.         return true;
  1203.     }
  1204.     public function getRemovedIds(): array
  1205.     {
  1206.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1207.     }
  1208.     protected function load($file$lazyLoad true)
  1209.     {
  1210.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1211.             return $class::do($this$lazyLoad);
  1212.         }
  1213.         if ('.' === $file[-4]) {
  1214.             $class substr($class0, -4);
  1215.         } else {
  1216.             $file .= '.php';
  1217.         }
  1218.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1219.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1220.     }
  1221.     /**
  1222.      * Gets the public '.container.private.profiler' shared service.
  1223.      *
  1224.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1225.      */
  1226.     protected function get_Container_Private_ProfilerService()
  1227.     {
  1228.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1229.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1230.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1231.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1232.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1233.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1234.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1235.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1236.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1237.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1238.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1239.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1240.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1241.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1242.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1243.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1244.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1245.         $d->addInstance('twig.cache', ($this->services['.twig.cache.inner'] ?? $this->get_Twig_Cache_InnerService()));
  1246.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1247.         if ($this->has('kernel')) {
  1248.             $e->setKernel($b);
  1249.         }
  1250.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1251.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1252.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1253.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1254.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1255.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1256.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1257.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/AppKernelDevDebugContainer'), $c));
  1258.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1259.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1260.         $instance->add($d);
  1261.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1262.         $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()), false));
  1263.         $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())));
  1264.         $instance->add($e);
  1265.         return $instance;
  1266.     }
  1267.     /**
  1268.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1269.      *
  1270.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1271.      */
  1272.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1273.     {
  1274.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1275.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1276.             return $this->services['.container.private.security.authorization_checker'];
  1277.         }
  1278.         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()), $afalse);
  1279.     }
  1280.     /**
  1281.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1282.      *
  1283.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1284.      */
  1285.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1286.     {
  1287.         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())));
  1288.     }
  1289.     /**
  1290.      * Gets the public '.container.private.security.token_storage' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1293.      */
  1294.     protected function get_Container_Private_Security_TokenStorageService()
  1295.     {
  1296.         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, [
  1297.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1298.         ], [
  1299.             'request_stack' => '?',
  1300.         ]));
  1301.     }
  1302.     /**
  1303.      * Gets the public '.container.private.twig' shared service.
  1304.      *
  1305.      * @return \Twig\Environment
  1306.      */
  1307.     protected function get_Container_Private_TwigService()
  1308.     {
  1309.         $a = new \Twig\Loader\ChainLoader();
  1310.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  1311.         $c = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  1312.         $c->addPath((\dirname(__DIR__4).'/Resources/TwigBundle/views'), 'Twig');
  1313.         $c->addPath((\dirname(__DIR__4).'/../web/customize'), 'customize');
  1314.         $c->addPath((\dirname(__DIR__4).'/../src/Topxia/WebBundle/Resources/views'), 'topxiaweb');
  1315.         $c->addPath((\dirname(__DIR__4).'/../web/themes'), 'theme');
  1316.         $c->addPath((\dirname(__DIR__4).'/../plugins'), 'plugins');
  1317.         $c->addPath((\dirname(__DIR__4).'/../'), 'root');
  1318.         $c->addPath((\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  1319.         $c->addPath((\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  1320.         $c->addPath((\dirname(__DIR__5).'/src/Topxia/WebBundle/Resources/views'), 'TopxiaWeb');
  1321.         $c->addPath((\dirname(__DIR__5).'/src/Topxia/WebBundle/Resources/views'), '!TopxiaWeb');
  1322.         $c->addPath((\dirname(__DIR__5).'/src/Topxia/MobileBundleV2/Resources/views'), 'TopxiaMobileBundleV2');
  1323.         $c->addPath((\dirname(__DIR__5).'/src/Topxia/MobileBundleV2/Resources/views'), '!TopxiaMobileBundleV2');
  1324.         $c->addPath((\dirname(__DIR__5).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1325.         $c->addPath((\dirname(__DIR__5).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1326.         $c->addPath((\dirname(__DIR__5).'/vendor/bshaffer/oauth2-server-bundle/OAuth2/ServerBundle/Resources/views'), 'OAuth2Server');
  1327.         $c->addPath((\dirname(__DIR__5).'/vendor/bshaffer/oauth2-server-bundle/OAuth2/ServerBundle/Resources/views'), '!OAuth2Server');
  1328.         $c->addPath((\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/views'), 'CorporateTraining');
  1329.         $c->addPath((\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/views'), '!CorporateTraining');
  1330.         $c->addPath((\dirname(__DIR__5).'/src/CustomBundle/Resources/views'), 'Custom');
  1331.         $c->addPath((\dirname(__DIR__5).'/src/CustomBundle/Resources/views'), '!Custom');
  1332.         $c->addPath((\dirname(__DIR__5).'/src/ApiBundle/Resources/views'), 'Api');
  1333.         $c->addPath((\dirname(__DIR__5).'/src/ApiBundle/Resources/views'), '!Api');
  1334.         $c->addPath((\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/views'), 'OfflineCourseProPlugin');
  1335.         $c->addPath((\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/views'), '!OfflineCourseProPlugin');
  1336.         $c->addPath((\dirname(__DIR__5).'/plugins/ScormPlugin/Resources/views'), 'ScormPlugin');
  1337.         $c->addPath((\dirname(__DIR__5).'/plugins/ScormPlugin/Resources/views'), '!ScormPlugin');
  1338.         $c->addPath((\dirname(__DIR__5).'/plugins/COEPlugin/Resources/views'), 'COEPlugin');
  1339.         $c->addPath((\dirname(__DIR__5).'/plugins/COEPlugin/Resources/views'), '!COEPlugin');
  1340.         $c->addPath((\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/views'), 'ReportPlugin');
  1341.         $c->addPath((\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/views'), '!ReportPlugin');
  1342.         $c->addPath((\dirname(__DIR__5).'/plugins/WatermarkPlugin/Resources/views'), 'WatermarkPlugin');
  1343.         $c->addPath((\dirname(__DIR__5).'/plugins/WatermarkPlugin/Resources/views'), '!WatermarkPlugin');
  1344.         $c->addPath((\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/views'), 'KnowledgeBasePlugin');
  1345.         $c->addPath((\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/views'), '!KnowledgeBasePlugin');
  1346.         $c->addPath((\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/views'), 'WorkWechatPlugin');
  1347.         $c->addPath((\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/views'), '!WorkWechatPlugin');
  1348.         $c->addPath((\dirname(__DIR__5).'/plugins/CustomizePagePlugin/Resources/views'), 'CustomizePagePlugin');
  1349.         $c->addPath((\dirname(__DIR__5).'/plugins/CustomizePagePlugin/Resources/views'), '!CustomizePagePlugin');
  1350.         $c->addPath((\dirname(__DIR__5).'/plugins/SiteDataAnalysisPlugin/Resources/views'), 'SiteDataAnalysisPlugin');
  1351.         $c->addPath((\dirname(__DIR__5).'/plugins/SiteDataAnalysisPlugin/Resources/views'), '!SiteDataAnalysisPlugin');
  1352.         $c->addPath((\dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Resources/views'), 'HomePageExpandPlugin');
  1353.         $c->addPath((\dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Resources/views'), '!HomePageExpandPlugin');
  1354.         $c->addPath((\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/views'), 'CreditPlugin');
  1355.         $c->addPath((\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/views'), '!CreditPlugin');
  1356.         $c->addPath((\dirname(__DIR__5).'/plugins/QAPlugin/Resources/views'), 'QAPlugin');
  1357.         $c->addPath((\dirname(__DIR__5).'/plugins/QAPlugin/Resources/views'), '!QAPlugin');
  1358.         $c->addPath((\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/views'), 'UserImporterPlugin');
  1359.         $c->addPath((\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/views'), '!UserImporterPlugin');
  1360.         $c->addPath((\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/views'), 'RewardPointPlugin');
  1361.         $c->addPath((\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/views'), '!RewardPointPlugin');
  1362.         $c->addPath((\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/views'), 'PostMapPlugin');
  1363.         $c->addPath((\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/views'), '!PostMapPlugin');
  1364.         $c->addPath((\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/views'), 'FeiShuPlugin');
  1365.         $c->addPath((\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/views'), '!FeiShuPlugin');
  1366.         $c->addPath((\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/views'), 'CertificatePlugin');
  1367.         $c->addPath((\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/views'), '!CertificatePlugin');
  1368.         $c->addPath((\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/views'), 'ExamPlugin');
  1369.         $c->addPath((\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/views'), '!ExamPlugin');
  1370.         $c->addPath((\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/views'), 'SurveyPlugin');
  1371.         $c->addPath((\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/views'), '!SurveyPlugin');
  1372.         $c->addPath((\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/views'), 'MentorGuidedPlugin');
  1373.         $c->addPath((\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/views'), '!MentorGuidedPlugin');
  1374.         $c->addPath((\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  1375.         $c->addPath((\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  1376.         $c->addPath((\dirname(__DIR__4).'/Resources/views'));
  1377.         $c->addPath((\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  1378.         $a->addLoader(new \HomePageExpandPlugin\Twig\TwigLoader($b));
  1379.         $a->addLoader(new \CorporateTrainingBundle\Twig\TwigLoader($b));
  1380.         $a->addLoader(new \Codeages\PluginBundle\Loader\ThemeTwigLoader($b));
  1381.         $a->addLoader($c);
  1382.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1383.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1384.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1385.         $f = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1386.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  1387.         $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1388.         $i = ($this->services['router'] ?? $this->getRouterService());
  1389.         $j = ($this->services['biz'] ?? $this->getBizService());
  1390.         $k = ($this->services['extension.manager'] ?? $this->getExtension_ManagerService());
  1391.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1392.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $h]);
  1393.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1394.         $m->setEnvironment('dev');
  1395.         $m->setDebug(true);
  1396.         if ($this->has('.container.private.security.token_storage')) {
  1397.             $m->setTokenStorage($e);
  1398.         }
  1399.         if ($this->has('request_stack')) {
  1400.             $m->setRequestStack($d);
  1401.         }
  1402.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1405.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $e)));
  1406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $f));
  1407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($g));
  1408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__5), 'UTF-8'));
  1410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  1411.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1412.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ftrue));
  1413.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1414.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1415.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$i)));
  1416.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($g));
  1417.         $instance->addExtension(new \AppBundle\Twig\PermissionExtension($this));
  1418.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1419.         $instance->addExtension(new \Twig\Extra\Cache\CacheExtension());
  1420.         $instance->addExtension(new \Codeages\PluginBundle\Twig\HtmlExtension());
  1421.         $instance->addExtension(new \Codeages\PluginBundle\Twig\SlotExtension(new \Codeages\PluginBundle\System\Slot\SlotManager(new \Codeages\PluginBundle\System\Slot\SlotInjectionCollector([=> (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/ScormPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/WatermarkPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/CustomizePagePlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/SiteDataAnalysisPlugin/Resources/config/slots.yml'), => (\dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Resources/config/slots.yml'), 10 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/config/slots.yml'), 11 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/config/slots.yml'), 12 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/config/slots.yml'), 13 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/config/slots.yml'), 14 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/config/slots.yml'), 15 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/config/slots.yml'), 16 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/config/slots.yml'), 17 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/config/slots.yml'), 18 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/config/slots.yml')], $this->targetDir.''true), $this)));
  1422.         $instance->addExtension(($this->services['codeages_plugin.dict_twig_extension'] ?? $this->getCodeagesPlugin_DictTwigExtensionService()));
  1423.         $instance->addExtension(new \AppBundle\Twig\QuestionTypeExtension($this$j$k));
  1424.         $instance->addExtension(new \AppBundle\Twig\QuestionItemStatisticsExtension($this$j$k));
  1425.         $instance->addExtension(($this->services['web.twig.app_extension'] ?? ($this->services['web.twig.app_extension'] = new \AppBundle\Twig\AppExtension($this))));
  1426.         $instance->addExtension(new \AppBundle\Twig\ActivityExtension($this$j$k));
  1427.         $instance->addExtension(($this->services['web.twig.live_extension'] ?? ($this->services['web.twig.live_extension'] = new \AppBundle\Twig\LiveExtension())));
  1428.         $instance->addExtension(($this->services['web.twig.extension'] ?? $this->getWeb_Twig_ExtensionService()));
  1429.         $instance->addExtension(($this->services['web.twig.html_extension'] ?? $this->getWeb_Twig_HtmlExtensionService()));
  1430.         $instance->addExtension(new \AppBundle\Twig\DictionaryExtension($this$j));
  1431.         $instance->addExtension(new \AppBundle\Twig\DataExtension($this$j));
  1432.         $instance->addExtension(new \AppBundle\Twig\BlockExtension($this$j));
  1433.         $instance->addExtension(new \AppBundle\Twig\UploaderExtension($this));
  1434.         $instance->addExtension(new \AppBundle\Twig\ThemeExtension($this$j));
  1435.         $instance->addExtension(new \AppBundle\Twig\OrderExtension($this$j));
  1436.         $instance->addExtension(new \AppBundle\Twig\CourseExtension($this$j, ($this->privates['course.extension'] ?? $this->getCourse_ExtensionService())));
  1437.         $instance->addExtension(new \AppBundle\Twig\SearchExtension($this$j));
  1438.         $instance->addExtension(($this->services['corporatetrainingbundle.twig.web_extension'] ?? $this->getCorporatetrainingbundle_Twig_WebExtensionService()));
  1439.         $instance->addExtension(new \CorporateTrainingBundle\Twig\Extension\ProjectPlanExtension($this$j));
  1440.         $instance->addExtension(($this->services['offline_course_pro.twig.offline_class_extension'] ?? $this->getOfflineCoursePro_Twig_OfflineClassExtensionService()));
  1441.         $instance->addExtension(new \KnowledgeBasePlugin\Twig\Extension\WebExtension($this$j));
  1442.         $instance->addExtension(new \HomePageExpandPlugin\Twig\WebExtension($this$j));
  1443.         $instance->addExtension(new \RewardPointPlugin\Twig\Extension\WebExtension($j));
  1444.         $instance->addExtension(new \PostMapPlugin\Twig\Extension\WebExtension($this$j));
  1445.         $instance->addExtension(new \ExamPlugin\Twig\QuestionTypeExtension($this$j));
  1446.         $instance->addExtension(new \ExamPlugin\Twig\WebExtension($this$j));
  1447.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1448.         $instance->addGlobal('app'$m);
  1449.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1450.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1451.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1452.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1453.             'Twig\\Extra\\Cache\\CacheRuntime' => ['privates''twig.runtime.cache''getTwig_Runtime_CacheService'true],
  1454.         ], [
  1455.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1456.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1457.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1458.             'Twig\\Extra\\Cache\\CacheRuntime' => '?',
  1459.         ])));
  1460.         $instance->addGlobal('site_tracking'false);
  1461.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1462.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1463.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  1464.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1465.         return $instance;
  1466.     }
  1467.     /**
  1468.      * Gets the public '.container.private.validator' shared service.
  1469.      *
  1470.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1471.      */
  1472.     protected function get_Container_Private_ValidatorService()
  1473.     {
  1474.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1475.     }
  1476.     /**
  1477.      * Gets the public '.twig.cache.inner' shared service.
  1478.      *
  1479.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1480.      */
  1481.     protected function get_Twig_Cache_InnerService()
  1482.     {
  1483.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mf5hzksQb3'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1484.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1485.         return $this->services['.twig.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1486.     }
  1487.     /**
  1488.      * Gets the public 'biz' shared service.
  1489.      *
  1490.      * @return \Codeages\Biz\Framework\Context\Biz
  1491.      */
  1492.     protected function getBizService()
  1493.     {
  1494.         return $this->services['biz'] = new \Codeages\Biz\Framework\Context\Biz($this->getParameter('biz_config'));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'cache.app' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1500.      */
  1501.     protected function getCache_AppService()
  1502.     {
  1503.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+rrVH5OAbM'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1504.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1505.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1506.     }
  1507.     /**
  1508.      * Gets the public 'cache.system' shared service.
  1509.      *
  1510.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1511.      */
  1512.     protected function getCache_SystemService()
  1513.     {
  1514.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vEMTHzJcEj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1515.     }
  1516.     /**
  1517.      * Gets the public 'cache.validator_expression_language' shared service.
  1518.      *
  1519.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1520.      */
  1521.     protected function getCache_ValidatorExpressionLanguageService()
  1522.     {
  1523.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aHP2piTH2Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1524.     }
  1525.     /**
  1526.      * Gets the public 'codeages_plugin.dict_twig_extension' shared service.
  1527.      *
  1528.      * @return \Codeages\PluginBundle\Twig\DictExtension
  1529.      */
  1530.     protected function getCodeagesPlugin_DictTwigExtensionService()
  1531.     {
  1532.         return $this->services['codeages_plugin.dict_twig_extension'] = new \Codeages\PluginBundle\Twig\DictExtension(new \Codeages\PluginBundle\System\DictCollector([=> (\dirname(__DIR__5).'/src/AppBundle/Resources/config/dict.zh_CN.yml'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/config/dict.en.yml'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/config/dict.zh_CN.yml'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/config/dict.en.yml'), => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/config/dict.zh_CN.yml'), => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/config/dict.en.yml'), => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/config/dict.zh_CN.yml'), => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/config/dict.en.yml'), => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/config/dict.zh_CN.yml'), => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/config/dict.en.yml'), 10 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/config/dict.zh_CN.yml'), 11 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/config/dict.en.yml'), 12 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/config/dict.zh_CN.yml'), 13 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/config/dict.en.yml'), 14 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/config/dict.zh_CN.yml'), 15 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/config/dict.en.yml')], $this->targetDir.''true'zh_CN'), $this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1533.     }
  1534.     /**
  1535.      * Gets the public 'corporatetrainingbundle.twig.web_extension' shared service.
  1536.      *
  1537.      * @return \CorporateTrainingBundle\Twig\Extension\WebExtension
  1538.      */
  1539.     protected function getCorporatetrainingbundle_Twig_WebExtensionService()
  1540.     {
  1541.         return $this->services['corporatetrainingbundle.twig.web_extension'] = new \CorporateTrainingBundle\Twig\Extension\WebExtension($this, ($this->services['biz'] ?? $this->getBizService()));
  1542.     }
  1543.     /**
  1544.      * Gets the public 'event_dispatcher' shared service.
  1545.      *
  1546.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1547.      */
  1548.     protected function getEventDispatcherService()
  1549.     {
  1550.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1551.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1552.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1553.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1554.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1555.         $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())));
  1556.         $instance->addListener('security.interactive_login', [=> function () {
  1557.             return ($this->privates['user.login_listener'] ?? $this->load('getUser_LoginListenerService'));
  1558.         }, => 'onSecurityInteractiveLogin'], 0);
  1559.         $instance->addListener('security.interactive_login', [=> function () {
  1560.             return ($this->privates['user.login_generate_notification_handler'] ?? ($this->privates['user.login_generate_notification_handler'] = new \AppBundle\Handler\GenerateNotificationHandler($this)));
  1561.         }, => 'onSecurityInteractiveLogin'], 0);
  1562.         $instance->addListener('kernel.exception', [=> function () {
  1563.             return ($this->privates['kernel.listener.exception_listener'] ?? ($this->privates['kernel.listener.exception_listener'] = new \AppBundle\Listener\ExceptionListener($this)));
  1564.         }, => 'onKernelException'], 255);
  1565.         $instance->addListener('kernel.request', [=> function () {
  1566.             return ($this->privates['kernel.listener.kernel_request_listener'] ?? ($this->privates['kernel.listener.kernel_request_listener'] = new \AppBundle\Listener\KernelRequestListener($this)));
  1567.         }, => 'onKernelRequest'], 255);
  1568.         $instance->addListener('kernel.response', [=> function () {
  1569.             return ($this->privates['kernel.listener.kernel_response_listener'] ?? ($this->privates['kernel.listener.kernel_response_listener'] = new \AppBundle\Listener\KernelResponseListener($this)));
  1570.         }, => 'onKernelResponse'], 255);
  1571.         $instance->addListener('kernel.controller', [=> function () {
  1572.             return ($this->privates['kernel.controller.permission_listener'] ?? $this->getKernel_Controller_PermissionListenerService());
  1573.         }, => 'onKernelController'], 255);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['kernel.response.permission_listener'] ?? ($this->privates['kernel.response.permission_listener'] = new \AppBundle\Listener\PermissionKernelResponseListener($this)));
  1576.         }, => 'onKernelResponse'], 255);
  1577.         $instance->addListener('kernel.request', [=> function () {
  1578.             return ($this->privates['kernel.listener.user_login_token_listener'] ?? $this->getKernel_Listener_UserLoginTokenListenerService());
  1579.         }, => 'onGetUserLoginListener'], 0);
  1580.         $instance->addListener('kernel.request', [=> function () {
  1581.             return ($this->privates['kernel.listener.csrf_listener'] ?? $this->getKernel_Listener_CsrfListenerService());
  1582.         }, => 'onKernelRequest'], 127);
  1583.         $instance->addListener('kernel.request', [=> function () {
  1584.             return ($this->privates['app.locale_listener'] ?? ($this->privates['app.locale_listener'] = new \AppBundle\Listener\LocaleListener($this'zh_CN')));
  1585.         }, => 'onKernelRequest'], 15);
  1586.         $instance->addListener('kernel.controller', [=> function () {
  1587.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1588.         }, => 'onKernelController'], 0);
  1589.         $instance->addListener('kernel.response', [=> function () {
  1590.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1591.         }, => 'onKernelResponse'], 0);
  1592.         $instance->addListener('security.interactive_login', [=> function () {
  1593.             return ($this->privates['login_sync_department'] ?? ($this->privates['login_sync_department'] = new \CorporateTrainingBundle\Handler\LoginSyncDepartmentHandler($this)));
  1594.         }, => 'onSecurityInteractiveLogin'], 0);
  1595.         $instance->addListener('kernel.exception', [=> function () {
  1596.             return ($this->privates['ApiBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1597.         }, => 'onKernelException'], 1024);
  1598.         $instance->addListener('api.before_authenticate', [=> function () {
  1599.             return ($this->privates['api_authenticate_listener'] ?? $this->load('getApiAuthenticateListenerService'));
  1600.         }, => 'onAuthenticate'], 1024);
  1601.         $instance->addListener('api.after_authenticate', [=> function () {
  1602.             return ($this->privates['api_biz_ratelimit_listener'] ?? $this->load('getApiBizRatelimitListenerService'));
  1603.         }, => 'handle'], 1024);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ($this->privates['api_v3_kernel.listener.kernel_request_listener'] ?? $this->getApiV3Kernel_Listener_KernelRequestListenerService());
  1606.         }, => 'onKernelRequest'], 255);
  1607.         $instance->addListener('kernel.exception', [=> function () {
  1608.             return ($this->privates['api_v3_exception_listener'] ?? ($this->privates['api_v3_exception_listener'] = new \ApiV3Bundle\Listener\ApiV3ExceptionListener($this)));
  1609.         }, => 'onKernelException'], 1025);
  1610.         $instance->addListener('security.interactive_login', [=> function () {
  1611.             return ($this->privates['reward_point.login_wave_account'] ?? ($this->privates['reward_point.login_wave_account'] = new \RewardPointPlugin\Handler\LoginWaveRewardPointAccountHandler($this)));
  1612.         }, => 'onSecurityInteractiveLogin'], 0);
  1613.         $instance->addListener('kernel.response', [=> function () {
  1614.             return ($this->privates['kernel.listener.reward_point_notify_listener'] ?? $this->getKernel_Listener_RewardPointNotifyListenerService());
  1615.         }, => 'onKernelResponse'], 0);
  1616.         $instance->addListener('kernel.controller', [=> function () {
  1617.             return ($this->privates['user.exam_manage.kernel_request_listener'] ?? ($this->privates['user.exam_manage.kernel_request_listener'] = new \ExamPlugin\Listener\ExamManageAccessListener($this)));
  1618.         }, => 'onKernelController'], 255);
  1619.         $instance->addListener('kernel.controller', [=> function () {
  1620.             return ($this->privates['survey_plugin.listener.kernel_request_listener'] ?? ($this->privates['survey_plugin.listener.kernel_request_listener'] = new \SurveyPlugin\Listener\SurveyPluginKernelRequestListener($this)));
  1621.         }, => 'onKernelController'], 255);
  1622.         $instance->addListener('kernel.response', [=> function () {
  1623.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1624.         }, => 'onKernelResponse'], 0);
  1625.         $instance->addListener('kernel.response', [=> function () {
  1626.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1627.         }, => 'onKernelResponse'], -1024);
  1628.         $instance->addListener('kernel.request', [=> function () {
  1629.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1630.         }, => 'setDefaultLocale'], 100);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1633.         }, => 'onKernelRequest'], 16);
  1634.         $instance->addListener('kernel.finish_request', [=> function () {
  1635.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1636.         }, => 'onKernelFinishRequest'], 0);
  1637.         $instance->addListener('kernel.request', [=> function () {
  1638.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1639.         }, => 'onKernelRequest'], 256);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1642.         }, => 'onResponse'], -255);
  1643.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1644.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1645.         }, => 'onControllerArguments'], 0);
  1646.         $instance->addListener('kernel.exception', [=> function () {
  1647.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1648.         }, => 'logKernelException'], 0);
  1649.         $instance->addListener('kernel.exception', [=> function () {
  1650.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1651.         }, => 'onKernelException'], -128);
  1652.         $instance->addListener('kernel.response', [=> function () {
  1653.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1654.         }, => 'removeCspHeader'], -128);
  1655.         $instance->addListener('kernel.request', [=> function () {
  1656.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1657.         }, => 'onKernelRequest'], 15);
  1658.         $instance->addListener('kernel.finish_request', [=> function () {
  1659.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1660.         }, => 'onKernelFinishRequest'], -15);
  1661.         $instance->addListener('console.error', [=> function () {
  1662.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1663.         }, => 'onConsoleError'], -128);
  1664.         $instance->addListener('console.terminate', [=> function () {
  1665.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1666.         }, => 'onConsoleTerminate'], -128);
  1667.         $instance->addListener('console.error', [=> function () {
  1668.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1669.         }, => 'onConsoleError'], 0);
  1670.         $instance->addListener('kernel.request', [=> function () {
  1671.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1672.         }, => 'onKernelRequest'], 48);
  1673.         $instance->addListener('kernel.request', [=> function () {
  1674.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1675.         }, => 'configure'], 2048);
  1676.         $instance->addListener('console.command', [=> function () {
  1677.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1678.         }, => 'configure'], 2048);
  1679.         $instance->addListener('kernel.request', [=> function () {
  1680.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1681.         }, => 'onKernelRequest'], 32);
  1682.         $instance->addListener('kernel.finish_request', [=> function () {
  1683.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1684.         }, => 'onKernelFinishRequest'], 0);
  1685.         $instance->addListener('kernel.exception', [=> function () {
  1686.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1687.         }, => 'onKernelException'], -64);
  1688.         $instance->addListener('kernel.request', [=> function () {
  1689.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1690.         }, => 'onKernelRequest'], 128);
  1691.         $instance->addListener('kernel.response', [=> function () {
  1692.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1693.         }, => 'onKernelResponse'], -1000);
  1694.         $instance->addListener('kernel.finish_request', [=> function () {
  1695.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1696.         }, => 'onFinishRequest'], 0);
  1697.         $instance->addListener('kernel.response', [=> function () {
  1698.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1699.         }, => 'onKernelResponse'], -100);
  1700.         $instance->addListener('kernel.exception', [=> function () {
  1701.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1702.         }, => 'onKernelException'], 0);
  1703.         $instance->addListener('kernel.terminate', [=> function () {
  1704.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1705.         }, => 'onKernelTerminate'], -1024);
  1706.         $instance->addListener('kernel.controller', [=> function () {
  1707.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1708.         }, => 'onKernelController'], 0);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1711.         }, => 'onKernelResponse'], 0);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1714.         }, => 'onKernelResponse'], 0);
  1715.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1716.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1717.         }, => 'onVoterVote'], 0);
  1718.         $instance->addListener('kernel.request', [=> function () {
  1719.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1720.         }, => 'configureLogoutUrlGenerator'], 8);
  1721.         $instance->addListener('kernel.request', [=> function () {
  1722.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1723.         }, => 'onKernelRequest'], 8);
  1724.         $instance->addListener('kernel.finish_request', [=> function () {
  1725.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1726.         }, => 'onKernelFinishRequest'], 0);
  1727.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1728.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1729.         }, => 'onMessage'], 0);
  1730.         $instance->addListener('console.error', [=> function () {
  1731.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1732.         }, => 'onConsoleError'], 0);
  1733.         $instance->addListener('console.terminate', [=> function () {
  1734.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1735.         }, => 'onConsoleTerminate'], 0);
  1736.         $instance->addListener('kernel.response', [=> function () {
  1737.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1738.         }, => 'onKernelResponse'], -128);
  1739.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1740.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1741.         }, => 'onLogout'], 0);
  1742.         return $instance;
  1743.     }
  1744.     /**
  1745.      * Gets the public 'extension.manager' shared service.
  1746.      *
  1747.      * @return \AppBundle\Extension\ExtensionManager
  1748.      */
  1749.     protected function getExtension_ManagerService()
  1750.     {
  1751.         $this->services['extension.manager'] = $instance = new \AppBundle\Extension\ExtensionManager();
  1752.         $a = new \AppBundle\Extension\TaskToolbarExtension();
  1753.         $a->setBiz(($this->services['biz'] ?? $this->getBizService()));
  1754.         $instance->addExtension(($this->privates['activity.extension'] ?? $this->getActivity_ExtensionService()));
  1755.         $instance->addExtension(($this->privates['advanced_member_select_service_provider'] ?? $this->getAdvancedMemberSelectServiceProviderService()));
  1756.         $instance->addExtension(($this->privates['app_discovery_column_service_provider'] ?? $this->getAppDiscoveryColumnServiceProviderService()));
  1757.         $instance->addExtension(($this->privates['attachment_service_provider'] ?? $this->getAttachmentServiceProviderService()));
  1758.         $instance->addExtension(($this->privates['callback.extension'] ?? $this->getCallback_ExtensionService()));
  1759.         $instance->addExtension(($this->privates['copy.extension'] ?? $this->getCopy_ExtensionService()));
  1760.         $instance->addExtension(($this->privates['corporatetraining.activity.extension'] ?? $this->getCorporatetraining_Activity_ExtensionService()));
  1761.         $instance->addExtension(($this->privates['corporatetraining.data_center.provider'] ?? $this->getCorporatetraining_DataCenter_ProviderService()));
  1762.         $instance->addExtension(($this->privates['corporatetraining.module_data.provider'] ?? $this->getCorporatetraining_ModuleData_ProviderService()));
  1763.         $instance->addExtension(($this->privates['corporatetraining.search_provider'] ?? $this->getCorporatetraining_SearchProviderService()));
  1764.         $instance->addExtension(($this->privates['corporatetraining_focus_service_provider'] ?? $this->getCorporatetrainingFocusServiceProviderService()));
  1765.         $instance->addExtension(($this->privates['corporatetraining_mail_service_provider'] ?? $this->getCorporatetrainingMailServiceProviderService()));
  1766.         $instance->addExtension(($this->privates['coupon_service_provider'] ?? $this->getCouponServiceProviderService()));
  1767.         $instance->addExtension(($this->privates['course.extension'] ?? $this->getCourse_ExtensionService()));
  1768.         $instance->addExtension(($this->privates['custom.activity.extension'] ?? $this->getCustom_Activity_ExtensionService()));
  1769.         $instance->addExtension(($this->privates['export_service_provider'] ?? $this->getExportServiceProviderService()));
  1770.         $instance->addExtension(($this->privates['importer_service_provider'] ?? $this->getImporterServiceProviderService()));
  1771.         $instance->addExtension(($this->privates['knowledge_base.sync.extension'] ?? $this->getKnowledgeBase_Sync_ExtensionService()));
  1772.         $instance->addExtension(($this->privates['mail_service_provider'] ?? $this->getMailServiceProviderService()));
  1773.         $instance->addExtension(($this->privates['notification_service_provider'] ?? $this->getNotificationServiceProviderService()));
  1774.         $instance->addExtension(($this->privates['payment.extension'] ?? $this->getPayment_ExtensionService()));
  1775.         $instance->addExtension(($this->privates['plugin.activity.extension'] ?? $this->getPlugin_Activity_ExtensionService()));
  1776.         $instance->addExtension(($this->privates['question.extension'] ?? $this->getQuestion_ExtensionService()));
  1777.         $instance->addExtension(($this->privates['resource_manage_provider'] ?? $this->getResourceManageProviderService()));
  1778.         $instance->addExtension($a);
  1779.         return $instance;
  1780.     }
  1781.     /**
  1782.      * Gets the public 'http_kernel' shared service.
  1783.      *
  1784.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1785.      */
  1786.     protected function getHttpKernelService()
  1787.     {
  1788.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1789.         if (isset($this->services['http_kernel'])) {
  1790.             return $this->services['http_kernel'];
  1791.         }
  1792.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1793.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1794.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1795.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1796.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1797.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1798.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1799.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1800.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1801.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1802.         }, 8)), $b));
  1803.     }
  1804.     /**
  1805.      * Gets the public 'offline_course_pro.twig.offline_class_extension' shared service.
  1806.      *
  1807.      * @return \OfflineCourseProPlugin\Twig\OfflineClassExtension
  1808.      */
  1809.     protected function getOfflineCoursePro_Twig_OfflineClassExtensionService()
  1810.     {
  1811.         return $this->services['offline_course_pro.twig.offline_class_extension'] = new \OfflineCourseProPlugin\Twig\OfflineClassExtension($this, ($this->services['biz'] ?? $this->getBizService()));
  1812.     }
  1813.     /**
  1814.      * Gets the public 'request_stack' shared service.
  1815.      *
  1816.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1817.      */
  1818.     protected function getRequestStackService()
  1819.     {
  1820.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1821.     }
  1822.     /**
  1823.      * Gets the public 'reward_point.response_decorator' shared service.
  1824.      *
  1825.      * @return \RewardPointPlugin\Component\Decorator\RewardPointResponseDecorator
  1826.      */
  1827.     protected function getRewardPoint_ResponseDecoratorService()
  1828.     {
  1829.         return $this->services['reward_point.response_decorator'] = new \RewardPointPlugin\Component\Decorator\RewardPointResponseDecorator($this);
  1830.     }
  1831.     /**
  1832.      * Gets the public 'router' shared service.
  1833.      *
  1834.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1835.      */
  1836.     protected function getRouterService()
  1837.     {
  1838.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1839.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1840.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1841.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1842.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1843.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1844.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1845.         ], [
  1846.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1847.         ]))->withContext('router.default'$this), (\dirname(__DIR__4).'/config/routing_dev.yml'), ['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], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'zh_CN');
  1848.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1849.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1850.         return $instance;
  1851.     }
  1852.     /**
  1853.      * Gets the public 'translator' shared service.
  1854.      *
  1855.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1856.      */
  1857.     protected function getTranslatorService()
  1858.     {
  1859.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1860.     }
  1861.     /**
  1862.      * Gets the public 'web.twig.app_extension' shared service.
  1863.      *
  1864.      * @return \AppBundle\Twig\AppExtension
  1865.      */
  1866.     protected function getWeb_Twig_AppExtensionService()
  1867.     {
  1868.         return $this->services['web.twig.app_extension'] = new \AppBundle\Twig\AppExtension($this);
  1869.     }
  1870.     /**
  1871.      * Gets the public 'web.twig.extension' shared service.
  1872.      *
  1873.      * @return \AppBundle\Twig\WebExtension
  1874.      */
  1875.     protected function getWeb_Twig_ExtensionService()
  1876.     {
  1877.         return $this->services['web.twig.extension'] = new \AppBundle\Twig\WebExtension($this, ($this->services['biz'] ?? $this->getBizService()));
  1878.     }
  1879.     /**
  1880.      * Gets the public 'web.twig.html_extension' shared service.
  1881.      *
  1882.      * @return \AppBundle\Twig\HtmlExtension
  1883.      */
  1884.     protected function getWeb_Twig_HtmlExtensionService()
  1885.     {
  1886.         return $this->services['web.twig.html_extension'] = new \AppBundle\Twig\HtmlExtension($this, ($this->services['biz'] ?? $this->getBizService()));
  1887.     }
  1888.     /**
  1889.      * Gets the public 'web.twig.live_extension' shared service.
  1890.      *
  1891.      * @return \AppBundle\Twig\LiveExtension
  1892.      */
  1893.     protected function getWeb_Twig_LiveExtensionService()
  1894.     {
  1895.         return $this->services['web.twig.live_extension'] = new \AppBundle\Twig\LiveExtension();
  1896.     }
  1897.     /**
  1898.      * Gets the private '.service_locator.hYkRAsi' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1901.      */
  1902.     protected function get_ServiceLocator_HYkRAsiService()
  1903.     {
  1904.         return $this->privates['.service_locator.hYkRAsi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1905.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1906.             'security.firewall.map.context.disabled' => ['privates''security.firewall.map.context.disabled''getSecurity_Firewall_Map_Context_DisabledService'true],
  1907.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1908.         ], [
  1909.             'security.firewall.map.context.dev' => '?',
  1910.             'security.firewall.map.context.disabled' => '?',
  1911.             'security.firewall.map.context.main' => '?',
  1912.         ]);
  1913.     }
  1914.     /**
  1915.      * Gets the private 'activity.extension' shared service.
  1916.      *
  1917.      * @return \AppBundle\Extension\ActivityExtension
  1918.      */
  1919.     protected function getActivity_ExtensionService()
  1920.     {
  1921.         $this->privates['activity.extension'] = $instance = new \AppBundle\Extension\ActivityExtension();
  1922.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the private 'advanced_member_select_service_provider' shared service.
  1927.      *
  1928.      * @return \CorporateTrainingBundle\Biz\AdvancedMemberSelect\AdvancedMemberSelectServiceProvider
  1929.      */
  1930.     protected function getAdvancedMemberSelectServiceProviderService()
  1931.     {
  1932.         $this->privates['advanced_member_select_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\AdvancedMemberSelect\AdvancedMemberSelectServiceProvider();
  1933.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  1934.         return $instance;
  1935.     }
  1936.     /**
  1937.      * Gets the private 'annotations.cache_adapter' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1940.      */
  1941.     protected function getAnnotations_CacheAdapterService()
  1942.     {
  1943.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'annotations.cached_reader' shared service.
  1947.      *
  1948.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1949.      */
  1950.     protected function getAnnotations_CachedReaderService()
  1951.     {
  1952.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1953.     }
  1954.     /**
  1955.      * Gets the private 'annotations.reader' shared service.
  1956.      *
  1957.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1958.      */
  1959.     protected function getAnnotations_ReaderService()
  1960.     {
  1961.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1962.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1963.         $a->registerUniqueLoader('class_exists');
  1964.         $instance->addGlobalIgnoredName('required'$a);
  1965.         return $instance;
  1966.     }
  1967.     /**
  1968.      * Gets the private 'api_session_authentication_listener' shared service.
  1969.      *
  1970.      * @return \ApiBundle\Security\Firewall\SessionAuthenticationListener
  1971.      */
  1972.     protected function getApiSessionAuthenticationListenerService()
  1973.     {
  1974.         return $this->privates['api_session_authentication_listener'] = new \ApiBundle\Security\Firewall\SessionAuthenticationListener($this, ($this->privates['topxia.user_provider'] ?? ($this->privates['topxia.user_provider'] = new \Biz\User\UserProvider($this))));
  1975.     }
  1976.     /**
  1977.      * Gets the private 'api_v3_kernel.listener.kernel_request_listener' shared service.
  1978.      *
  1979.      * @return \ApiV3Bundle\Listener\ApiV3KernelRequestListener
  1980.      */
  1981.     protected function getApiV3Kernel_Listener_KernelRequestListenerService()
  1982.     {
  1983.         return $this->privates['api_v3_kernel.listener.kernel_request_listener'] = new \ApiV3Bundle\Listener\ApiV3KernelRequestListener($this, new \ApiV3Bundle\Security\Firewall\Firewall([=> new \ApiV3Bundle\Security\Firewall\BasicAuthenticationListener($this), => new \ApiV3Bundle\Security\Firewall\NewTokenAuthenticationListener($this), => new \ApiV3Bundle\Security\Firewall\XAuthTokenAuthenticationListener($this), => ($this->privates['api_session_authentication_listener'] ?? $this->getApiSessionAuthenticationListenerService()), => new \ApiV3Bundle\Security\Firewall\AnonymousListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]));
  1984.     }
  1985.     /**
  1986.      * Gets the private 'app_discovery_column_service_provider' shared service.
  1987.      *
  1988.      * @return \CorporateTrainingBundle\Biz\DiscoveryColumn\DiscoveryColumnServiceProvider
  1989.      */
  1990.     protected function getAppDiscoveryColumnServiceProviderService()
  1991.     {
  1992.         $this->privates['app_discovery_column_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\DiscoveryColumn\DiscoveryColumnServiceProvider();
  1993.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  1994.         return $instance;
  1995.     }
  1996.     /**
  1997.      * Gets the private 'assets.packages' shared service.
  1998.      *
  1999.      * @return \Symfony\Component\Asset\Packages
  2000.      */
  2001.     protected function getAssets_PackagesService()
  2002.     {
  2003.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2004.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \AppBundle\Twig\Asset\PathPackage('', new \AppBundle\Twig\Asset\VersionStrategy\StaticVersionStrategy('24.4.4''%s?version=%s', ($this->services['biz'] ?? $this->getBizService())), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2005.             return new \EmptyIterator();
  2006.         }, 0));
  2007.     }
  2008.     /**
  2009.      * Gets the private 'attachment_service_provider' shared service.
  2010.      *
  2011.      * @return \CorporateTrainingBundle\Biz\Attachment\AttachmentServiceProvider
  2012.      */
  2013.     protected function getAttachmentServiceProviderService()
  2014.     {
  2015.         $this->privates['attachment_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\Attachment\AttachmentServiceProvider();
  2016.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the private 'cache.annotations' shared service.
  2021.      *
  2022.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2023.      */
  2024.     protected function getCache_AnnotationsService()
  2025.     {
  2026.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JYXwUAgmtW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2027.     }
  2028.     /**
  2029.      * Gets the private 'cache.property_info' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2032.      */
  2033.     protected function getCache_PropertyInfoService()
  2034.     {
  2035.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B0MNSdXNfY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'cache.security_expression_language' shared service.
  2039.      *
  2040.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2041.      */
  2042.     protected function getCache_SecurityExpressionLanguageService()
  2043.     {
  2044.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WBUyfwo7U9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2045.     }
  2046.     /**
  2047.      * Gets the private 'cache.serializer' shared service.
  2048.      *
  2049.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2050.      */
  2051.     protected function getCache_SerializerService()
  2052.     {
  2053.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zeY7HOPKaE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2054.     }
  2055.     /**
  2056.      * Gets the private 'cache.validator' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2059.      */
  2060.     protected function getCache_ValidatorService()
  2061.     {
  2062.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NfE0rGMkuw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2063.     }
  2064.     /**
  2065.      * Gets the private 'callback.extension' shared service.
  2066.      *
  2067.      * @return \AppBundle\Extension\CallbackExtension
  2068.      */
  2069.     protected function getCallback_ExtensionService()
  2070.     {
  2071.         $this->privates['callback.extension'] = $instance = new \AppBundle\Extension\CallbackExtension();
  2072.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2073.         return $instance;
  2074.     }
  2075.     /**
  2076.      * Gets the private 'config_cache_factory' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2079.      */
  2080.     protected function getConfigCacheFactoryService()
  2081.     {
  2082.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2083.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2084.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2085.         }, 2));
  2086.     }
  2087.     /**
  2088.      * Gets the private 'copy.extension' shared service.
  2089.      *
  2090.      * @return \AppBundle\Extension\CopyExtension
  2091.      */
  2092.     protected function getCopy_ExtensionService()
  2093.     {
  2094.         $this->privates['copy.extension'] = $instance = new \AppBundle\Extension\CopyExtension();
  2095.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2096.         return $instance;
  2097.     }
  2098.     /**
  2099.      * Gets the private 'corporatetraining.activity.extension' shared service.
  2100.      *
  2101.      * @return \CorporateTrainingBundle\Extension\ActivityExtension
  2102.      */
  2103.     protected function getCorporatetraining_Activity_ExtensionService()
  2104.     {
  2105.         $this->privates['corporatetraining.activity.extension'] = $instance = new \CorporateTrainingBundle\Extension\ActivityExtension();
  2106.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2107.         return $instance;
  2108.     }
  2109.     /**
  2110.      * Gets the private 'corporatetraining.data_center.provider' shared service.
  2111.      *
  2112.      * @return \CorporateTrainingBundle\Biz\DataCenter\DataCenterProvider
  2113.      */
  2114.     protected function getCorporatetraining_DataCenter_ProviderService()
  2115.     {
  2116.         $this->privates['corporatetraining.data_center.provider'] = $instance = new \CorporateTrainingBundle\Biz\DataCenter\DataCenterProvider();
  2117.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2118.         return $instance;
  2119.     }
  2120.     /**
  2121.      * Gets the private 'corporatetraining.module_data.provider' shared service.
  2122.      *
  2123.      * @return \CorporateTrainingBundle\Biz\ModuleDataStatistics\ModuleDataProvider
  2124.      */
  2125.     protected function getCorporatetraining_ModuleData_ProviderService()
  2126.     {
  2127.         $this->privates['corporatetraining.module_data.provider'] = $instance = new \CorporateTrainingBundle\Biz\ModuleDataStatistics\ModuleDataProvider();
  2128.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2129.         return $instance;
  2130.     }
  2131.     /**
  2132.      * Gets the private 'corporatetraining.search_provider' shared service.
  2133.      *
  2134.      * @return \CorporateTrainingBundle\Biz\DefaultSearch\SearchProvider
  2135.      */
  2136.     protected function getCorporatetraining_SearchProviderService()
  2137.     {
  2138.         return $this->privates['corporatetraining.search_provider'] = new \CorporateTrainingBundle\Biz\DefaultSearch\SearchProvider(($this->services['biz'] ?? $this->getBizService()));
  2139.     }
  2140.     /**
  2141.      * Gets the private 'corporatetraining_focus_service_provider' shared service.
  2142.      *
  2143.      * @return \CorporateTrainingBundle\Biz\Focus\FocusServiceProvider
  2144.      */
  2145.     protected function getCorporatetrainingFocusServiceProviderService()
  2146.     {
  2147.         $this->privates['corporatetraining_focus_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\Focus\FocusServiceProvider();
  2148.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2149.         return $instance;
  2150.     }
  2151.     /**
  2152.      * Gets the private 'corporatetraining_mail_service_provider' shared service.
  2153.      *
  2154.      * @return \CorporateTrainingBundle\Biz\Mail\MailServiceProvider
  2155.      */
  2156.     protected function getCorporatetrainingMailServiceProviderService()
  2157.     {
  2158.         $this->privates['corporatetraining_mail_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\Mail\MailServiceProvider();
  2159.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2160.         return $instance;
  2161.     }
  2162.     /**
  2163.      * Gets the private 'coupon_service_provider' shared service.
  2164.      *
  2165.      * @return \Biz\Coupon\CouponServiceProvider
  2166.      */
  2167.     protected function getCouponServiceProviderService()
  2168.     {
  2169.         $this->privates['coupon_service_provider'] = $instance = new \Biz\Coupon\CouponServiceProvider();
  2170.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2171.         return $instance;
  2172.     }
  2173.     /**
  2174.      * Gets the private 'course.extension' shared service.
  2175.      *
  2176.      * @return \AppBundle\Extension\CourseExtension
  2177.      */
  2178.     protected function getCourse_ExtensionService()
  2179.     {
  2180.         $this->privates['course.extension'] = $instance = new \AppBundle\Extension\CourseExtension();
  2181.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the private 'custom.activity.extension' shared service.
  2186.      *
  2187.      * @return \CustomBundle\Extension\ActivityExtension
  2188.      */
  2189.     protected function getCustom_Activity_ExtensionService()
  2190.     {
  2191.         $this->privates['custom.activity.extension'] = $instance = new \CustomBundle\Extension\ActivityExtension();
  2192.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2193.         return $instance;
  2194.     }
  2195.     /**
  2196.      * Gets the private 'data_collector.form' shared service.
  2197.      *
  2198.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2199.      */
  2200.     protected function getDataCollector_FormService()
  2201.     {
  2202.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2203.     }
  2204.     /**
  2205.      * Gets the private 'data_collector.request' shared service.
  2206.      *
  2207.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2208.      */
  2209.     protected function getDataCollector_RequestService()
  2210.     {
  2211.         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())));
  2212.     }
  2213.     /**
  2214.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2215.      *
  2216.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2217.      */
  2218.     protected function getDebug_DebugHandlersListenerService()
  2219.     {
  2220.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2221.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2222.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2223.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2225.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2226.     }
  2227.     /**
  2228.      * Gets the private 'debug.file_link_formatter' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2231.      */
  2232.     protected function getDebug_FileLinkFormatterService()
  2233.     {
  2234.         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__5), function () {
  2235.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2236.         });
  2237.     }
  2238.     /**
  2239.      * Gets the private 'debug.log_processor' shared service.
  2240.      *
  2241.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2242.      */
  2243.     protected function getDebug_LogProcessorService()
  2244.     {
  2245.         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())));
  2246.     }
  2247.     /**
  2248.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2251.      */
  2252.     protected function getDebug_Security_Access_DecisionManagerService()
  2253.     {
  2254.         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 () {
  2255.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2256.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2257.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2258.             yield => ($this->privates['debug.security.voter.permission.admin_voter'] ?? $this->load('getDebug_Security_Voter_Permission_AdminVoterService'));
  2259.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2260.     }
  2261.     /**
  2262.      * Gets the private 'debug.security.firewall' shared service.
  2263.      *
  2264.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2265.      */
  2266.     protected function getDebug_Security_FirewallService()
  2267.     {
  2268.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2269.         if (isset($this->privates['debug.security.firewall'])) {
  2270.             return $this->privates['debug.security.firewall'];
  2271.         }
  2272.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2273.         if (isset($this->privates['debug.security.firewall'])) {
  2274.             return $this->privates['debug.security.firewall'];
  2275.         }
  2276.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2277.     }
  2278.     /**
  2279.      * Gets the private 'exception_listener' shared service.
  2280.      *
  2281.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2282.      */
  2283.     protected function getExceptionListener2Service()
  2284.     {
  2285.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2286.     }
  2287.     /**
  2288.      * Gets the private 'export_service_provider' shared service.
  2289.      *
  2290.      * @return \CorporateTrainingBundle\Biz\Exporter\ExportServiceProvider
  2291.      */
  2292.     protected function getExportServiceProviderService()
  2293.     {
  2294.         $this->privates['export_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\Exporter\ExportServiceProvider();
  2295.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2296.         return $instance;
  2297.     }
  2298.     /**
  2299.      * Gets the private 'fragment.listener' shared service.
  2300.      *
  2301.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2302.      */
  2303.     protected function getFragment_ListenerService()
  2304.     {
  2305.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))), '/_fragment');
  2306.     }
  2307.     /**
  2308.      * Gets the private 'importer_service_provider' shared service.
  2309.      *
  2310.      * @return \CorporateTrainingBundle\Biz\Importer\ImporterServiceProvider
  2311.      */
  2312.     protected function getImporterServiceProviderService()
  2313.     {
  2314.         $this->privates['importer_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\Importer\ImporterServiceProvider();
  2315.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2316.         return $instance;
  2317.     }
  2318.     /**
  2319.      * Gets the private 'kernel.controller.permission_listener' shared service.
  2320.      *
  2321.      * @return \AppBundle\Listener\PermissionKernelControllerListener
  2322.      */
  2323.     protected function getKernel_Controller_PermissionListenerService()
  2324.     {
  2325.         return $this->privates['kernel.controller.permission_listener'] = new \AppBundle\Listener\PermissionKernelControllerListener($this$this->parameters['permission.path_regular_expression']);
  2326.     }
  2327.     /**
  2328.      * Gets the private 'kernel.listener.csrf_listener' shared service.
  2329.      *
  2330.      * @return \AppBundle\Listener\CSRFListener
  2331.      */
  2332.     protected function getKernel_Listener_CsrfListenerService()
  2333.     {
  2334.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2335.         if (isset($this->privates['kernel.listener.csrf_listener'])) {
  2336.             return $this->privates['kernel.listener.csrf_listener'];
  2337.         }
  2338.         return $this->privates['kernel.listener.csrf_listener'] = new \AppBundle\Listener\CSRFListener($this, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), $a);
  2339.     }
  2340.     /**
  2341.      * Gets the private 'kernel.listener.reward_point_notify_listener' shared service.
  2342.      *
  2343.      * @return \RewardPointPlugin\Listener\RewardPointNotifyListener
  2344.      */
  2345.     protected function getKernel_Listener_RewardPointNotifyListenerService()
  2346.     {
  2347.         return $this->privates['kernel.listener.reward_point_notify_listener'] = new \RewardPointPlugin\Listener\RewardPointNotifyListener(($this->services['reward_point.response_decorator'] ?? ($this->services['reward_point.response_decorator'] = new \RewardPointPlugin\Component\Decorator\RewardPointResponseDecorator($this))));
  2348.     }
  2349.     /**
  2350.      * Gets the private 'kernel.listener.user_login_token_listener' shared service.
  2351.      *
  2352.      * @return \AppBundle\Listener\UserLoginTokenListener
  2353.      */
  2354.     protected function getKernel_Listener_UserLoginTokenListenerService()
  2355.     {
  2356.         return $this->privates['kernel.listener.user_login_token_listener'] = new \AppBundle\Listener\UserLoginTokenListener($this, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'knowledge_base.sync.extension' shared service.
  2360.      *
  2361.      * @return \KnowledgeBasePlugin\Extension\SyncExtension
  2362.      */
  2363.     protected function getKnowledgeBase_Sync_ExtensionService()
  2364.     {
  2365.         $this->privates['knowledge_base.sync.extension'] = $instance = new \KnowledgeBasePlugin\Extension\SyncExtension();
  2366.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the private 'locale_aware_listener' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2373.      */
  2374.     protected function getLocaleAwareListenerService()
  2375.     {
  2376.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2377.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('zh_CN')));
  2378.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2379.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2380.     }
  2381.     /**
  2382.      * Gets the private 'locale_listener' shared service.
  2383.      *
  2384.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2385.      */
  2386.     protected function getLocaleListenerService()
  2387.     {
  2388.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'zh_CN', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2389.     }
  2390.     /**
  2391.      * Gets the private 'mail_service_provider' shared service.
  2392.      *
  2393.      * @return \Biz\Mail\MailServiceProvider
  2394.      */
  2395.     protected function getMailServiceProviderService()
  2396.     {
  2397.         $this->privates['mail_service_provider'] = $instance = new \Biz\Mail\MailServiceProvider();
  2398.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'monolog.handler.firephp' shared service.
  2403.      *
  2404.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  2405.      */
  2406.     protected function getMonolog_Handler_FirephpService()
  2407.     {
  2408.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('info'true);
  2409.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the private 'monolog.handler.main' shared service.
  2414.      *
  2415.      * @return \Monolog\Handler\StreamHandler
  2416.      */
  2417.     protected function getMonolog_Handler_MainService()
  2418.     {
  2419.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/logs/dev.log'), 'warning'trueNULLfalse);
  2420.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2421.         return $instance;
  2422.     }
  2423.     /**
  2424.      * Gets the private 'monolog.logger.cache' shared service.
  2425.      *
  2426.      * @return \Symfony\Bridge\Monolog\Logger
  2427.      */
  2428.     protected function getMonolog_Logger_CacheService()
  2429.     {
  2430.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2431.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2432.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2433.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2434.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2435.         return $instance;
  2436.     }
  2437.     /**
  2438.      * Gets the private 'monolog.logger.request' shared service.
  2439.      *
  2440.      * @return \Symfony\Bridge\Monolog\Logger
  2441.      */
  2442.     protected function getMonolog_Logger_RequestService()
  2443.     {
  2444.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2445.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2446.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2447.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2448.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2449.         return $instance;
  2450.     }
  2451.     /**
  2452.      * Gets the private 'notification_service_provider' shared service.
  2453.      *
  2454.      * @return \CorporateTrainingBundle\Biz\NotificationCenter\NotificationServiceProvider
  2455.      */
  2456.     protected function getNotificationServiceProviderService()
  2457.     {
  2458.         $this->privates['notification_service_provider'] = $instance = new \CorporateTrainingBundle\Biz\NotificationCenter\NotificationServiceProvider();
  2459.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2460.         return $instance;
  2461.     }
  2462.     /**
  2463.      * Gets the private 'payment.extension' shared service.
  2464.      *
  2465.      * @return \AppBundle\Extension\PaymentExtension
  2466.      */
  2467.     protected function getPayment_ExtensionService()
  2468.     {
  2469.         $this->privates['payment.extension'] = $instance = new \AppBundle\Extension\PaymentExtension();
  2470.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2471.         return $instance;
  2472.     }
  2473.     /**
  2474.      * Gets the private 'plugin.activity.extension' shared service.
  2475.      *
  2476.      * @return \ScormPlugin\Extension\ActivityExtension
  2477.      */
  2478.     protected function getPlugin_Activity_ExtensionService()
  2479.     {
  2480.         $this->privates['plugin.activity.extension'] = $instance = new \ScormPlugin\Extension\ActivityExtension();
  2481.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2482.         return $instance;
  2483.     }
  2484.     /**
  2485.      * Gets the private 'profiler_listener' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2488.      */
  2489.     protected function getProfilerListenerService()
  2490.     {
  2491.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2492.         if (isset($this->privates['profiler_listener'])) {
  2493.             return $this->privates['profiler_listener'];
  2494.         }
  2495.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2496.     }
  2497.     /**
  2498.      * Gets the private 'question.extension' shared service.
  2499.      *
  2500.      * @return \AppBundle\Extension\QuestionExtension
  2501.      */
  2502.     protected function getQuestion_ExtensionService()
  2503.     {
  2504.         $this->privates['question.extension'] = $instance = new \AppBundle\Extension\QuestionExtension();
  2505.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2506.         return $instance;
  2507.     }
  2508.     /**
  2509.      * Gets the private 'resource_manage_provider' shared service.
  2510.      *
  2511.      * @return \Biz\ResourceManage\ResourceManageProvider
  2512.      */
  2513.     protected function getResourceManageProviderService()
  2514.     {
  2515.         $this->privates['resource_manage_provider'] = $instance = new \Biz\ResourceManage\ResourceManageProvider();
  2516.         $instance->setBiz(($this->services['biz'] ?? $this->getBizService()));
  2517.         return $instance;
  2518.     }
  2519.     /**
  2520.      * Gets the private 'router.expression_language_provider' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2523.      */
  2524.     protected function getRouter_ExpressionLanguageProviderService()
  2525.     {
  2526.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2527.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2528.         ], [
  2529.             'env' => 'Closure',
  2530.         ]));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'router.request_context' shared service.
  2534.      *
  2535.      * @return \Symfony\Component\Routing\RequestContext
  2536.      */
  2537.     protected function getRouter_RequestContextService()
  2538.     {
  2539.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2540.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2541.         return $instance;
  2542.     }
  2543.     /**
  2544.      * Gets the private 'router_listener' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2547.      */
  2548.     protected function getRouterListenerService()
  2549.     {
  2550.         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__5), true);
  2551.     }
  2552.     /**
  2553.      * Gets the private 'security.csrf.token_storage' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2556.      */
  2557.     protected function getSecurity_Csrf_TokenStorageService()
  2558.     {
  2559.         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())));
  2560.     }
  2561.     /**
  2562.      * Gets the private 'security.firewall.map' shared service.
  2563.      *
  2564.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2565.      */
  2566.     protected function getSecurity_Firewall_MapService()
  2567.     {
  2568.         $a = ($this->privates['.service_locator.hYkRAsi'] ?? $this->get_ServiceLocator_HYkRAsiService());
  2569.         if (isset($this->privates['security.firewall.map'])) {
  2570.             return $this->privates['security.firewall.map'];
  2571.         }
  2572.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2573.             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)/')));
  2574.             yield 'security.firewall.map.context.disabled' => ($this->privates['.security.request_matcher.2k80PE7'] ?? ($this->privates['.security.request_matcher.2k80PE7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(anon|callback|api|api_v3)/')));
  2575.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.fcNe9NU'] ?? ($this->privates['.security.request_matcher.fcNe9NU'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/.*')));
  2576.         }, 3));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'security.logout_url_generator' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2582.      */
  2583.     protected function getSecurity_LogoutUrlGeneratorService()
  2584.     {
  2585.         $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()));
  2586.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2587.         return $instance;
  2588.     }
  2589.     /**
  2590.      * Gets the private 'security.role_hierarchy' shared service.
  2591.      *
  2592.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2593.      */
  2594.     protected function getSecurity_RoleHierarchyService()
  2595.     {
  2596.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2597.     }
  2598.     /**
  2599.      * Gets the private 'session_listener' shared service.
  2600.      *
  2601.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2602.      */
  2603.     protected function getSessionListenerService()
  2604.     {
  2605.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2606.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2607.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  2608.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2609.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2610.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2611.         ], [
  2612.             'initialized_session' => '?',
  2613.             'logger' => '?',
  2614.             'session' => '?',
  2615.             'session_collector' => '?',
  2616.             'session_factory' => '?',
  2617.         ]), true$this->parameters['session.storage.options']);
  2618.     }
  2619.     /**
  2620.      * Gets the private 'translator.default' shared service.
  2621.      *
  2622.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2623.      */
  2624.     protected function getTranslator_DefaultService()
  2625.     {
  2626.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2627.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2628.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2629.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2630.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2631.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2632.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2633.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2634.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2635.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2636.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2637.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2638.         ], [
  2639.             'translation.loader.csv' => '?',
  2640.             'translation.loader.dat' => '?',
  2641.             'translation.loader.ini' => '?',
  2642.             'translation.loader.json' => '?',
  2643.             'translation.loader.mo' => '?',
  2644.             'translation.loader.php' => '?',
  2645.             'translation.loader.po' => '?',
  2646.             'translation.loader.qt' => '?',
  2647.             'translation.loader.res' => '?',
  2648.             'translation.loader.xliff' => '?',
  2649.             'translation.loader.yml' => '?',
  2650.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'zh_CN', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations/js.en.yml'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations/menu.en.yml'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/translations/js.en.yml'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__5).'/src/ApiBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations/js.en.yml'), 10 => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations/menu.en.yml'), 11 => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__5).'/plugins/ScormPlugin/Resources/translations/messages.en.yml'), 13 => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations/js.en.yml'), 14 => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations/menu.en.yml'), 15 => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations/messages.en.yml'), 16 => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations/js.en.yml'), 17 => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations/menu.en.yml'), 18 => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations/messages.en.yml'), 19 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations/js.en.yml'), 20 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations/menu.en.yml'), 21 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations/messages.en.yml'), 22 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations/js.en.yml'), 23 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations/menu.en.yml'), 24 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations/messages.en.yml'), 25 => (\dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Resources/translations/messages.en.yml'), 26 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations/js.en.yml'), 27 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations/menu.en.yml'), 28 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations/messages.en.yml'), 29 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations/js.en.yml'), 30 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations/menu.en.yml'), 31 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations/messages.en.yml'), 32 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/js.en.yml'), 33 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/menu.en.yml'), 34 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/messages.en.yml'), 35 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations/js.en.yml'), 36 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations/menu.en.yml'), 37 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations/messages.en.yml'), 38 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations/js.en.yml'), 39 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations/menu.en.yml'), 40 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations/messages.en.yml'), 41 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations/js.en.yml'), 42 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations/menu.en.yml'), 43 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations/messages.en.yml'), 44 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations/js.en.yml'), 45 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations/menu.en.yml'), 46 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations/messages.en.yml'), 47 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations/js.en.yml'), 48 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations/menu.en.yml'), 49 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations/messages.en.yml'), 50 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations/js.en.yml'), 51 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations/menu.en.yml'), 52 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations/messages.en.yml'), 53 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations/js.en.yml'), 54 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations/menu.en.yml'), 55 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations/messages.en.yml')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/messages.fr.xlf')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations/js.zh_CN.yml'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations/menu.zh_CN.yml'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations/messages.zh_CN.yml'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/translations/js.zh_CN.yml'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/translations/messages.zh_CN.yml'), => (\dirname(__DIR__5).'/src/ApiBundle/Resources/translations/messages.zh_CN.yml'), => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations/js.zh_CN.yml'), 10 => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations/menu.zh_CN.yml'), 11 => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations/messages.zh_CN.yml'), 12 => (\dirname(__DIR__5).'/plugins/ScormPlugin/Resources/translations/messages.zh_CN.yml'), 13 => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations/js.zh_CN.yml'), 14 => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations/menu.zh_CN.yml'), 15 => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations/messages.zh_CN.yml'), 16 => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations/js.zh_CN.yml'), 17 => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations/menu.zh_CN.yml'), 18 => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations/messages.zh_CN.yml'), 19 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations/js.zh_CN.yml'), 20 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations/menu.zh_CN.yml'), 21 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations/messages.zh_CN.yml'), 22 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations/js.zh_CN.yml'), 23 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations/menu.zh_CN.yml'), 24 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations/messages.zh_CN.yml'), 25 => (\dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Resources/translations/messages.zh_CN.yml'), 26 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations/js.zh_CN.yml'), 27 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations/menu.zh_CN.yml'), 28 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations/messages.zh_CN.yml'), 29 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations/js.zh_CN.yml'), 30 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations/menu.zh_CN.yml'), 31 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations/messages.zh_CN.yml'), 32 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/js.zh_CN.yml'), 33 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/menu.zh_CN.yml'), 34 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations/messages.zh_CN.yml'), 35 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations/js.zh_CN.yml'), 36 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations/menu.zh_CN.yml'), 37 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations/messages.zh_CN.yml'), 38 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations/js.zh_CN.yml'), 39 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations/menu.zh_CN.yml'), 40 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations/messages.zh_CN.yml'), 41 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations/js.zh_CN.yml'), 42 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations/menu.zh_CN.yml'), 43 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations/messages.zh_CN.yml'), 44 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations/js.zh_CN.yml'), 45 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations/menu.zh_CN.yml'), 46 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations/messages.zh_CN.yml'), 47 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations/js.zh_CN.yml'), 48 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations/menu.zh_CN.yml'), 49 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations/messages.zh_CN.yml'), 50 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations/js.zh_CN.yml'), 51 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations/menu.zh_CN.yml'), 52 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations/messages.zh_CN.yml'), 53 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations/js.zh_CN.yml'), 54 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations/menu.zh_CN.yml'), 55 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations/messages.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations'), => (\dirname(__DIR__5).'/src/AppBundle/Resources/translations'), => (\dirname(__DIR__5).'/src/CorporateTrainingBundle/Resources/translations'), => (\dirname(__DIR__5).'/src/ApiBundle/Resources/translations'), => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin/Resources/translations'), => (\dirname(__DIR__5).'/plugins/ScormPlugin/Resources/translations'), => (\dirname(__DIR__5).'/plugins/COEPlugin/Resources/translations'), => (\dirname(__DIR__5).'/plugins/ReportPlugin/Resources/translations'), 10 => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin/Resources/translations'), 11 => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin/Resources/translations'), 12 => (\dirname(__DIR__5).'/plugins/HomePageExpandPlugin/Resources/translations'), 13 => (\dirname(__DIR__5).'/plugins/CreditPlugin/Resources/translations'), 14 => (\dirname(__DIR__5).'/plugins/QAPlugin/Resources/translations'), 15 => (\dirname(__DIR__5).'/plugins/UserImporterPlugin/Resources/translations'), 16 => (\dirname(__DIR__5).'/plugins/RewardPointPlugin/Resources/translations'), 17 => (\dirname(__DIR__5).'/plugins/PostMapPlugin/Resources/translations'), 18 => (\dirname(__DIR__5).'/plugins/FeiShuPlugin/Resources/translations'), 19 => (\dirname(__DIR__5).'/plugins/CertificatePlugin/Resources/translations'), 20 => (\dirname(__DIR__5).'/plugins/ExamPlugin/Resources/translations'), 21 => (\dirname(__DIR__5).'/plugins/SurveyPlugin/Resources/translations'), 22 => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin/Resources/translations'), 23 => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/translations'), 24 => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/twig/extra-bundle/translations'), 28 => (\dirname(__DIR__5).'/src/Topxia/WebBundle/translations'), 29 => (\dirname(__DIR__5).'/src/Topxia/AdminBundle/translations'), 30 => (\dirname(__DIR__5).'/src/Topxia/MobileBundleV2/translations'), 31 => (\dirname(__DIR__5).'/vendor/willdurand/js-translation-bundle/translations'), 32 => (\dirname(__DIR__5).'/vendor/bshaffer/oauth2-server-bundle/OAuth2/ServerBundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/codeages/plugin-bundle/translations'), 34 => (\dirname(__DIR__5).'/src/CustomBundle/translations'), 35 => (\dirname(__DIR__5).'/src/ApiV3Bundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 37 => (\dirname(__DIR__5).'/plugins/WatermarkPlugin/translations'), 38 => (\dirname(__DIR__5).'/plugins/CustomizePagePlugin/translations'), 39 => (\dirname(__DIR__5).'/plugins/SiteDataAnalysisPlugin/translations'), 40 => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/translations'), 41 => (\dirname(__DIR__5).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations'=> 'vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations'=> 'vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations'=> 'src/AppBundle/Resources/translations'=> 'src/CorporateTrainingBundle/Resources/translations'=> 'src/ApiBundle/Resources/translations'=> 'plugins/OfflineCourseProPlugin/Resources/translations'=> 'plugins/ScormPlugin/Resources/translations'=> 'plugins/COEPlugin/Resources/translations'=> 'plugins/ReportPlugin/Resources/translations'10 => 'plugins/KnowledgeBasePlugin/Resources/translations'11 => 'plugins/WorkWechatPlugin/Resources/translations'12 => 'plugins/HomePageExpandPlugin/Resources/translations'13 => 'plugins/CreditPlugin/Resources/translations'14 => 'plugins/QAPlugin/Resources/translations'15 => 'plugins/UserImporterPlugin/Resources/translations'16 => 'plugins/RewardPointPlugin/Resources/translations'17 => 'plugins/PostMapPlugin/Resources/translations'18 => 'plugins/FeiShuPlugin/Resources/translations'19 => 'plugins/CertificatePlugin/Resources/translations'20 => 'plugins/ExamPlugin/Resources/translations'21 => 'plugins/SurveyPlugin/Resources/translations'22 => 'plugins/MentorGuidedPlugin/Resources/translations'23 => 'vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/translations'24 => 'vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/translations'25 => 'vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/translations'26 => 'vendor/symfony/monolog-bundle/translations'27 => 'vendor/twig/extra-bundle/translations'28 => 'src/Topxia/WebBundle/translations'29 => 'src/Topxia/AdminBundle/translations'30 => 'src/Topxia/MobileBundleV2/translations'31 => 'vendor/willdurand/js-translation-bundle/translations'32 => 'vendor/bshaffer/oauth2-server-bundle/OAuth2/ServerBundle/translations'33 => 'vendor/codeages/plugin-bundle/translations'34 => 'src/CustomBundle/translations'35 => 'src/ApiV3Bundle/translations'36 => 'vendor/symfony/maker-bundle/src/translations'37 => 'plugins/WatermarkPlugin/translations'38 => 'plugins/CustomizePagePlugin/translations'39 => 'plugins/SiteDataAnalysisPlugin/translations'40 => 'vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/translations'41 => 'translations']]], []);
  2651.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2652.         $instance->setFallbackLocales([=> 'zh_CN']);
  2653.         return $instance;
  2654.     }
  2655.     /**
  2656.      * Gets the private 'validator.builder' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2659.      */
  2660.     protected function getValidator_BuilderService()
  2661.     {
  2662.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2663.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2664.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2665.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2666.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2667.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2668.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2669.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2670.         ], [
  2671.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2672.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2673.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2674.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2675.             'security.validator.user_password' => '?',
  2676.             'validator.expression' => '?',
  2677.         ])));
  2678.         if ($this->has('translator')) {
  2679.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2680.         }
  2681.         $instance->setTranslationDomain('validators');
  2682.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml')]);
  2683.         $instance->enableAnnotationMapping(true);
  2684.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2685.         $instance->addMethodMapping('loadValidatorMetadata');
  2686.         $instance->addObjectInitializers([]);
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the private 'web_profiler.csp.handler' shared service.
  2691.      *
  2692.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2693.      */
  2694.     protected function getWebProfiler_Csp_HandlerService()
  2695.     {
  2696.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2697.     }
  2698.     /**
  2699.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2700.      *
  2701.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2702.      */
  2703.     protected function getWebProfiler_DebugToolbarService()
  2704.     {
  2705.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2706.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2707.             return $this->privates['web_profiler.debug_toolbar'];
  2708.         }
  2709.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  2710.     }
  2711.     /**
  2712.      * Gets the public 'cache_clearer' alias.
  2713.      *
  2714.      * @return object The ".container.private.cache_clearer" service.
  2715.      */
  2716.     protected function getCacheClearerService()
  2717.     {
  2718.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2719.         return $this->get('.container.private.cache_clearer');
  2720.     }
  2721.     /**
  2722.      * Gets the public 'filesystem' alias.
  2723.      *
  2724.      * @return object The ".container.private.filesystem" service.
  2725.      */
  2726.     protected function getFilesystemService()
  2727.     {
  2728.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2729.         return $this->get('.container.private.filesystem');
  2730.     }
  2731.     /**
  2732.      * Gets the public 'security.csrf.token_manager' alias.
  2733.      *
  2734.      * @return object The ".container.private.security.csrf.token_manager" service.
  2735.      */
  2736.     protected function getSecurity_Csrf_TokenManagerService()
  2737.     {
  2738.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2739.         return $this->get('.container.private.security.csrf.token_manager');
  2740.     }
  2741.     /**
  2742.      * Gets the public 'form.factory' alias.
  2743.      *
  2744.      * @return object The ".container.private.form.factory" service.
  2745.      */
  2746.     protected function getForm_FactoryService()
  2747.     {
  2748.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2749.         return $this->get('.container.private.form.factory');
  2750.     }
  2751.     /**
  2752.      * Gets the public 'form.type.file' alias.
  2753.      *
  2754.      * @return object The ".container.private.form.type.file" service.
  2755.      */
  2756.     protected function getForm_Type_FileService()
  2757.     {
  2758.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2759.         return $this->get('.container.private.form.type.file');
  2760.     }
  2761.     /**
  2762.      * Gets the public 'profiler' alias.
  2763.      *
  2764.      * @return object The ".container.private.profiler" service.
  2765.      */
  2766.     protected function getProfilerService()
  2767.     {
  2768.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2769.         return $this->get('.container.private.profiler');
  2770.     }
  2771.     /**
  2772.      * Gets the public 'security.authorization_checker' alias.
  2773.      *
  2774.      * @return object The ".container.private.security.authorization_checker" service.
  2775.      */
  2776.     protected function getSecurity_AuthorizationCheckerService()
  2777.     {
  2778.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2779.         return $this->get('.container.private.security.authorization_checker');
  2780.     }
  2781.     /**
  2782.      * Gets the public 'security.token_storage' alias.
  2783.      *
  2784.      * @return object The ".container.private.security.token_storage" service.
  2785.      */
  2786.     protected function getSecurity_TokenStorageService()
  2787.     {
  2788.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2789.         return $this->get('.container.private.security.token_storage');
  2790.     }
  2791.     /**
  2792.      * Gets the public 'twig' alias.
  2793.      *
  2794.      * @return object The ".container.private.twig" service.
  2795.      */
  2796.     protected function getTwigService()
  2797.     {
  2798.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2799.         return $this->get('.container.private.twig');
  2800.     }
  2801.     /**
  2802.      * Gets the public 'security.password_encoder' alias.
  2803.      *
  2804.      * @return object The ".container.private.security.password_encoder" service.
  2805.      */
  2806.     protected function getSecurity_PasswordEncoderService()
  2807.     {
  2808.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2809.         return $this->get('.container.private.security.password_encoder');
  2810.     }
  2811.     /**
  2812.      * Gets the public 'session' alias.
  2813.      *
  2814.      * @return object The ".container.private.session" service.
  2815.      */
  2816.     protected function getSessionService()
  2817.     {
  2818.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2819.         return $this->get('.container.private.session');
  2820.     }
  2821.     /**
  2822.      * Gets the public 'validator' alias.
  2823.      *
  2824.      * @return object The ".container.private.validator" service.
  2825.      */
  2826.     protected function getValidatorService()
  2827.     {
  2828.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2829.         return $this->get('.container.private.validator');
  2830.     }
  2831.     /**
  2832.      * @return array|bool|float|int|string|\UnitEnum|null
  2833.      */
  2834.     public function getParameter(string $name)
  2835.     {
  2836.         if (isset($this->buildParameters[$name])) {
  2837.             return $this->buildParameters[$name];
  2838.         }
  2839.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2840.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2841.         }
  2842.         if (isset($this->loadedDynamicParameters[$name])) {
  2843.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2844.         }
  2845.         return $this->parameters[$name];
  2846.     }
  2847.     public function hasParameter(string $name): bool
  2848.     {
  2849.         if (isset($this->buildParameters[$name])) {
  2850.             return true;
  2851.         }
  2852.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2853.     }
  2854.     public function setParameter(string $name$value): void
  2855.     {
  2856.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2857.     }
  2858.     public function getParameterBag(): ParameterBagInterface
  2859.     {
  2860.         if (null === $this->parameterBag) {
  2861.             $parameters $this->parameters;
  2862.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2863.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2864.             }
  2865.             foreach ($this->buildParameters as $name => $value) {
  2866.                 $parameters[$name] = $value;
  2867.             }
  2868.             $this->parameterBag = new FrozenParameterBag($parameters);
  2869.         }
  2870.         return $this->parameterBag;
  2871.     }
  2872.     private $loadedDynamicParameters = [
  2873.         'kernel.runtime_environment' => false,
  2874.         'kernel.build_dir' => false,
  2875.         'kernel.cache_dir' => false,
  2876.         'biz_config' => false,
  2877.         'debug.container.dump' => false,
  2878.         'session.save_path' => false,
  2879.         'validator.mapping.cache.file' => false,
  2880.         'profiler.storage.dsn' => false,
  2881.     ];
  2882.     private $dynamicParameters = [];
  2883.     private function getDynamicParameter(string $name)
  2884.     {
  2885.         switch ($name) {
  2886.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2887.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2888.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2889.             case 'biz_config'$value = [
  2890.                 'debug' => true,
  2891.                 'db.options' => [
  2892.                     'dbname' => 'qa.edusoho.cn',
  2893.                     'user' => 'root',
  2894.                     'password' => 'kaifazhe',
  2895.                     'host' => '127.0.0.1',
  2896.                     'port' => 3306,
  2897.                     'driver' => 'pdo_mysql',
  2898.                     'charset' => 'utf8mb4',
  2899.                 ],
  2900.                 'root_directory' => (\dirname(__DIR__4).'/../'),
  2901.                 'cache_directory' => $this->targetDir.'',
  2902.                 'log_directory' => (\dirname(__DIR__4).'/logs'),
  2903.                 'kernel.root_dir' => \dirname(__DIR__4),
  2904.                 'plugin.directory' => (\dirname(__DIR__4).'/../plugins'),
  2905.                 'theme.directory' => (\dirname(__DIR__4).'/../web/themes'),
  2906.                 'topxia.upload.public_url_path' => '/files',
  2907.                 'topxia.web_themes_url_path' => '/themes',
  2908.                 'front_end.web_static_dist_url_path' => '/static-dist',
  2909.                 'topxia.web_assets_url_path' => '/assets',
  2910.                 'topxia.web_bundles_url_path' => '/bundles',
  2911.                 'topxia.disk.local_directory' => (\dirname(__DIR__4).'/data/udisk'),
  2912.                 'topxia.disk.backup_dir' => (\dirname(__DIR__4).'/data/backup'),
  2913.                 'topxia.disk.update_dir' => (\dirname(__DIR__4).'/data/upgrade'),
  2914.                 'topxia.upload.public_directory' => (\dirname(__DIR__4).'/../web/files'),
  2915.                 'topxia.upload.private_directory' => (\dirname(__DIR__4).'/data/private_files'),
  2916.                 'plugin.config_file' => (\dirname(__DIR__4).'/config/plugin_installed.php'),
  2917.                 'run_dir' => (\dirname(__DIR__4).'/run'),
  2918.             ]; break;
  2919.             case 'debug.container.dump'$value = ($this->targetDir.''.'/AppKernelDevDebugContainer.xml'); break;
  2920.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2921.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2922.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2923.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2924.         }
  2925.         $this->loadedDynamicParameters[$name] = true;
  2926.         return $this->dynamicParameters[$name] = $value;
  2927.     }
  2928.     protected function getDefaultParameters(): array
  2929.     {
  2930.         return [
  2931.             'kernel.project_dir' => \dirname(__DIR__5),
  2932.             'kernel.environment' => 'dev',
  2933.             'kernel.debug' => true,
  2934.             'kernel.logs_dir' => (\dirname(__DIR__4).'/logs'),
  2935.             'kernel.bundles' => [
  2936.                 'FrameworkBundle' => 'Codeages\\PluginBundle\\FrameworkBundle',
  2937.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2938.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2939.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2940.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2941.                 'TopxiaWebBundle' => 'Topxia\\WebBundle\\TopxiaWebBundle',
  2942.                 'TopxiaAdminBundle' => 'Topxia\\AdminBundle\\TopxiaAdminBundle',
  2943.                 'TopxiaMobileBundleV2' => 'Topxia\\MobileBundleV2\\TopxiaMobileBundleV2',
  2944.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  2945.                 'OAuth2ServerBundle' => 'OAuth2\\ServerBundle\\OAuth2ServerBundle',
  2946.                 'CodeagesPluginBundle' => 'Codeages\\PluginBundle\\CodeagesPluginBundle',
  2947.                 'AppBundle' => 'AppBundle\\AppBundle',
  2948.                 'CorporateTrainingBundle' => 'CorporateTrainingBundle\\CorporateTrainingBundle',
  2949.                 'CustomBundle' => 'CustomBundle\\CustomBundle',
  2950.                 'ApiBundle' => 'ApiBundle\\ApiBundle',
  2951.                 'ApiV3Bundle' => 'ApiV3Bundle\\ApiV3Bundle',
  2952.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2953.                 'OfflineCourseProPlugin' => 'OfflineCourseProPlugin\\OfflineCourseProPlugin',
  2954.                 'ScormPlugin' => 'ScormPlugin\\ScormPlugin',
  2955.                 'COEPlugin' => 'COEPlugin\\COEPlugin',
  2956.                 'ReportPlugin' => 'ReportPlugin\\ReportPlugin',
  2957.                 'WatermarkPlugin' => 'WatermarkPlugin\\WatermarkPlugin',
  2958.                 'KnowledgeBasePlugin' => 'KnowledgeBasePlugin\\KnowledgeBasePlugin',
  2959.                 'WorkWechatPlugin' => 'WorkWechatPlugin\\WorkWechatPlugin',
  2960.                 'CustomizePagePlugin' => 'CustomizePagePlugin\\CustomizePagePlugin',
  2961.                 'SiteDataAnalysisPlugin' => 'SiteDataAnalysisPlugin\\SiteDataAnalysisPlugin',
  2962.                 'HomePageExpandPlugin' => 'HomePageExpandPlugin\\HomePageExpandPlugin',
  2963.                 'CreditPlugin' => 'CreditPlugin\\CreditPlugin',
  2964.                 'QAPlugin' => 'QAPlugin\\QAPlugin',
  2965.                 'UserImporterPlugin' => 'UserImporterPlugin\\UserImporterPlugin',
  2966.                 'RewardPointPlugin' => 'RewardPointPlugin\\RewardPointPlugin',
  2967.                 'PostMapPlugin' => 'PostMapPlugin\\PostMapPlugin',
  2968.                 'FeiShuPlugin' => 'FeiShuPlugin\\FeiShuPlugin',
  2969.                 'CertificatePlugin' => 'CertificatePlugin\\CertificatePlugin',
  2970.                 'ExamPlugin' => 'ExamPlugin\\ExamPlugin',
  2971.                 'SurveyPlugin' => 'SurveyPlugin\\SurveyPlugin',
  2972.                 'MentorGuidedPlugin' => 'MentorGuidedPlugin\\MentorGuidedPlugin',
  2973.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2974.             ],
  2975.             'kernel.bundles_metadata' => [
  2976.                 'FrameworkBundle' => [
  2977.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2978.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2979.                 ],
  2980.                 'SecurityBundle' => [
  2981.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2982.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2983.                 ],
  2984.                 'TwigBundle' => [
  2985.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2986.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2987.                 ],
  2988.                 'MonologBundle' => [
  2989.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  2990.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2991.                 ],
  2992.                 'TwigExtraBundle' => [
  2993.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  2994.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2995.                 ],
  2996.                 'TopxiaWebBundle' => [
  2997.                     'path' => (\dirname(__DIR__5).'/src/Topxia/WebBundle'),
  2998.                     'namespace' => 'Topxia\\WebBundle',
  2999.                 ],
  3000.                 'TopxiaAdminBundle' => [
  3001.                     'path' => (\dirname(__DIR__5).'/src/Topxia/AdminBundle'),
  3002.                     'namespace' => 'Topxia\\AdminBundle',
  3003.                 ],
  3004.                 'TopxiaMobileBundleV2' => [
  3005.                     'path' => (\dirname(__DIR__5).'/src/Topxia/MobileBundleV2'),
  3006.                     'namespace' => 'Topxia\\MobileBundleV2',
  3007.                 ],
  3008.                 'BazingaJsTranslationBundle' => [
  3009.                     'path' => (\dirname(__DIR__5).'/vendor/willdurand/js-translation-bundle'),
  3010.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  3011.                 ],
  3012.                 'OAuth2ServerBundle' => [
  3013.                     'path' => (\dirname(__DIR__5).'/vendor/bshaffer/oauth2-server-bundle/OAuth2/ServerBundle'),
  3014.                     'namespace' => 'OAuth2\\ServerBundle',
  3015.                 ],
  3016.                 'CodeagesPluginBundle' => [
  3017.                     'path' => (\dirname(__DIR__5).'/vendor/codeages/plugin-bundle'),
  3018.                     'namespace' => 'Codeages\\PluginBundle',
  3019.                 ],
  3020.                 'AppBundle' => [
  3021.                     'path' => (\dirname(__DIR__5).'/src/AppBundle'),
  3022.                     'namespace' => 'AppBundle',
  3023.                 ],
  3024.                 'CorporateTrainingBundle' => [
  3025.                     'path' => (\dirname(__DIR__5).'/src/CorporateTrainingBundle'),
  3026.                     'namespace' => 'CorporateTrainingBundle',
  3027.                 ],
  3028.                 'CustomBundle' => [
  3029.                     'path' => (\dirname(__DIR__5).'/src/CustomBundle'),
  3030.                     'namespace' => 'CustomBundle',
  3031.                 ],
  3032.                 'ApiBundle' => [
  3033.                     'path' => (\dirname(__DIR__5).'/src/ApiBundle'),
  3034.                     'namespace' => 'ApiBundle',
  3035.                 ],
  3036.                 'ApiV3Bundle' => [
  3037.                     'path' => (\dirname(__DIR__5).'/src/ApiV3Bundle'),
  3038.                     'namespace' => 'ApiV3Bundle',
  3039.                 ],
  3040.                 'MakerBundle' => [
  3041.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  3042.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3043.                 ],
  3044.                 'OfflineCourseProPlugin' => [
  3045.                     'path' => (\dirname(__DIR__5).'/plugins/OfflineCourseProPlugin'),
  3046.                     'namespace' => 'OfflineCourseProPlugin',
  3047.                 ],
  3048.                 'ScormPlugin' => [
  3049.                     'path' => (\dirname(__DIR__5).'/plugins/ScormPlugin'),
  3050.                     'namespace' => 'ScormPlugin',
  3051.                 ],
  3052.                 'COEPlugin' => [
  3053.                     'path' => (\dirname(__DIR__5).'/plugins/COEPlugin'),
  3054.                     'namespace' => 'COEPlugin',
  3055.                 ],
  3056.                 'ReportPlugin' => [
  3057.                     'path' => (\dirname(__DIR__5).'/plugins/ReportPlugin'),
  3058.                     'namespace' => 'ReportPlugin',
  3059.                 ],
  3060.                 'WatermarkPlugin' => [
  3061.                     'path' => (\dirname(__DIR__5).'/plugins/WatermarkPlugin'),
  3062.                     'namespace' => 'WatermarkPlugin',
  3063.                 ],
  3064.                 'KnowledgeBasePlugin' => [
  3065.                     'path' => (\dirname(__DIR__5).'/plugins/KnowledgeBasePlugin'),
  3066.                     'namespace' => 'KnowledgeBasePlugin',
  3067.                 ],
  3068.                 'WorkWechatPlugin' => [
  3069.                     'path' => (\dirname(__DIR__5).'/plugins/WorkWechatPlugin'),
  3070.                     'namespace' => 'WorkWechatPlugin',
  3071.                 ],
  3072.                 'CustomizePagePlugin' => [
  3073.                     'path' => (\dirname(__DIR__5).'/plugins/CustomizePagePlugin'),
  3074.                     'namespace' => 'CustomizePagePlugin',
  3075.                 ],
  3076.                 'SiteDataAnalysisPlugin' => [
  3077.                     'path' => (\dirname(__DIR__5).'/plugins/SiteDataAnalysisPlugin'),
  3078.                     'namespace' => 'SiteDataAnalysisPlugin',
  3079.                 ],
  3080.                 'HomePageExpandPlugin' => [
  3081.                     'path' => (\dirname(__DIR__5).'/plugins/HomePageExpandPlugin'),
  3082.                     'namespace' => 'HomePageExpandPlugin',
  3083.                 ],
  3084.                 'CreditPlugin' => [
  3085.                     'path' => (\dirname(__DIR__5).'/plugins/CreditPlugin'),
  3086.                     'namespace' => 'CreditPlugin',
  3087.                 ],
  3088.                 'QAPlugin' => [
  3089.                     'path' => (\dirname(__DIR__5).'/plugins/QAPlugin'),
  3090.                     'namespace' => 'QAPlugin',
  3091.                 ],
  3092.                 'UserImporterPlugin' => [
  3093.                     'path' => (\dirname(__DIR__5).'/plugins/UserImporterPlugin'),
  3094.                     'namespace' => 'UserImporterPlugin',
  3095.                 ],
  3096.                 'RewardPointPlugin' => [
  3097.                     'path' => (\dirname(__DIR__5).'/plugins/RewardPointPlugin'),
  3098.                     'namespace' => 'RewardPointPlugin',
  3099.                 ],
  3100.                 'PostMapPlugin' => [
  3101.                     'path' => (\dirname(__DIR__5).'/plugins/PostMapPlugin'),
  3102.                     'namespace' => 'PostMapPlugin',
  3103.                 ],
  3104.                 'FeiShuPlugin' => [
  3105.                     'path' => (\dirname(__DIR__5).'/plugins/FeiShuPlugin'),
  3106.                     'namespace' => 'FeiShuPlugin',
  3107.                 ],
  3108.                 'CertificatePlugin' => [
  3109.                     'path' => (\dirname(__DIR__5).'/plugins/CertificatePlugin'),
  3110.                     'namespace' => 'CertificatePlugin',
  3111.                 ],
  3112.                 'ExamPlugin' => [
  3113.                     'path' => (\dirname(__DIR__5).'/plugins/ExamPlugin'),
  3114.                     'namespace' => 'ExamPlugin',
  3115.                 ],
  3116.                 'SurveyPlugin' => [
  3117.                     'path' => (\dirname(__DIR__5).'/plugins/SurveyPlugin'),
  3118.                     'namespace' => 'SurveyPlugin',
  3119.                 ],
  3120.                 'MentorGuidedPlugin' => [
  3121.                     'path' => (\dirname(__DIR__5).'/plugins/MentorGuidedPlugin'),
  3122.                     'namespace' => 'MentorGuidedPlugin',
  3123.                 ],
  3124.                 'WebProfilerBundle' => [
  3125.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  3126.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3127.                 ],
  3128.             ],
  3129.             'kernel.charset' => 'UTF-8',
  3130.             'kernel.container_class' => 'AppKernelDevDebugContainer',
  3131.             'biz_db_options' => [
  3132.                 'dbname' => 'qa.edusoho.cn',
  3133.                 'user' => 'root',
  3134.                 'password' => 'kaifazhe',
  3135.                 'host' => '127.0.0.1',
  3136.                 'port' => 3306,
  3137.                 'driver' => 'pdo_mysql',
  3138.                 'charset' => 'utf8mb4',
  3139.             ],
  3140.             'session.service_id' => 'session.handler.pdo',
  3141.             'cookie_domain' => NULL,
  3142.             'role_hierarchy' => [
  3143.                 'ROLE_TEACHER' => 'ROLE_USER',
  3144.                 'ROLE_BACKEND' => 'ROLE_USER',
  3145.                 'ROLE_DEPARTMENT_ADMIN' => 'ROLE_USER',
  3146.                 'ROLE_TRAINING_ADMIN' => [
  3147.                     => 'ROLE_USER',
  3148.                     => 'ROLE_TEACHER',
  3149.                 ],
  3150.                 'ROLE_ADMIN' => [
  3151.                     => 'ROLE_TEACHER',
  3152.                     => 'ROLE_BACKEND',
  3153.                     => 'ROLE_DEPARTMENT_ADMIN',
  3154.                     => 'ROLE_TRAINING_ADMIN',
  3155.                 ],
  3156.                 'ROLE_SUPER_ADMIN' => [
  3157.                     => 'ROLE_ADMIN',
  3158.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3159.                 ],
  3160.             ],
  3161.             'security_disabled_uri_prefixs' => [
  3162.                 => 'anon',
  3163.                 => 'callback',
  3164.                 => 'api',
  3165.             ],
  3166.             'route_white_list' => [
  3167.                 => '/crontab',
  3168.                 => '/passport/notify',
  3169.                 => '/oauth/v2/token',
  3170.                 => '/login/oauth/access_token',
  3171.                 => '/uploader/upload_callback',
  3172.                 => '/uploader/process_callback',
  3173.                 => '/live/verify',
  3174.                 => '/course/order/pay/alipay/notify',
  3175.                 => '/uploadfile/upload',
  3176.                 => '/disk/upload',
  3177.                 10 => '/file/upload',
  3178.                 11 => '/editor/upload',
  3179.                 12 => '/disk/convert/callback',
  3180.                 13 => '/live/auth',
  3181.                 14 => '/edu_cloud/sms_callback',
  3182.                 15 => '/offline_course/game/callback',
  3183.                 16 => '/bddServer/callback',
  3184.                 17 => '/pay/center/pay/llpay/return',
  3185.                 18 => '/pay/center/pay/llpay/notify',
  3186.                 19 => '/cashier/wechat/notify',
  3187.                 20 => '/org/one_self/select',
  3188.             ],
  3189.             'app_version' => '24.4.4',
  3190.             'database_driver' => 'pdo_mysql',
  3191.             'database_host' => '127.0.0.1',
  3192.             'database_port' => 3306,
  3193.             'database_name' => 'qa.edusoho.cn',
  3194.             'database_user' => 'root',
  3195.             'database_password' => 'kaifazhe',
  3196.             'locale' => 'zh_CN',
  3197.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  3198.             'doctrine.config_paths' => [
  3199.                 (\dirname(__DIR__4).'/../vendor/bshaffer/oauth2-server-bundle/OAuth2/ServerBundle/Resources/config/doctrine') => 'OAuth2\\ServerBundle\\Entity',
  3200.             ],
  3201.             'theme_jianmo_name' => '简墨',
  3202.             'theme_jianmo_default' => [
  3203.                 'maincolor' => 'default',
  3204.                 'navigationcolor' => 'default',
  3205.                 'blocks' => [
  3206.                     'left' => [
  3207.                         => [
  3208.                             'title' => '',
  3209.                             'count' => '',
  3210.                             'code' => 'home-news',
  3211.                             'defaultTitle' => '新鲜事',
  3212.                             'id' => 'homeNews',
  3213.                         ],
  3214.                         => [
  3215.                             'title' => '',
  3216.                             'count' => '',
  3217.                             'code' => 'home-offline-course',
  3218.                             'defaultTitle' => '线下课程报名',
  3219.                             'id' => 'homeOfflineCourse',
  3220.                         ],
  3221.                         => [
  3222.                             'title' => '',
  3223.                             'code' => 'home-offline-activity',
  3224.                             'defaultTitle' => '活动报名',
  3225.                             'id' => 'homeOfflineActivity',
  3226.                         ],
  3227.                         => [
  3228.                             'title' => '',
  3229.                             'code' => 'home-project-plan',
  3230.                             'defaultTitle' => '培训项目',
  3231.                             'id' => 'homeProjectPlan',
  3232.                         ],
  3233.                         => [
  3234.                             'title' => '',
  3235.                             'count' => '',
  3236.                             'code' => 'home-department-courses',
  3237.                             'defaultTitle' => '部门专属',
  3238.                             'id' => 'homeDepartmentCourses',
  3239.                         ],
  3240.                         => [
  3241.                             'title' => '',
  3242.                             'count' => '',
  3243.                             'code' => 'home-public-courses',
  3244.                             'defaultTitle' => '公共课程',
  3245.                             'id' => 'homePublicCourses',
  3246.                         ],
  3247.                         => [
  3248.                             'title' => '',
  3249.                             'count' => '',
  3250.                             'code' => 'home-classrooms',
  3251.                             'defaultTitle' => '公共专题',
  3252.                             'id' => 'homeClassrooms',
  3253.                         ],
  3254.                         => [
  3255.                             'title' => '',
  3256.                             'count' => '',
  3257.                             'code' => 'home-group',
  3258.                             'defaultTitle' => '话题小组',
  3259.                             'id' => 'homeGroup',
  3260.                         ],
  3261.                         => [
  3262.                             'title' => '',
  3263.                             'count' => '',
  3264.                             'code' => 'home-teachers',
  3265.                             'defaultTitle' => '讲师导师',
  3266.                             'id' => 'homeTeachers',
  3267.                         ],
  3268.                     ],
  3269.                 ],
  3270.                 'bottom' => 'simple',
  3271.             ],
  3272.             'theme_jianmo_all' => [
  3273.                 'maincolor' => 'default',
  3274.                 'navigationcolor' => 'default',
  3275.                 'blocks' => [
  3276.                     'left' => [
  3277.                         => [
  3278.                             'title' => '',
  3279.                             'count' => '',
  3280.                             'code' => 'home-news',
  3281.                             'defaultTitle' => '新鲜事',
  3282.                             'id' => 'homeNews',
  3283.                         ],
  3284.                         => [
  3285.                             'title' => '',
  3286.                             'count' => '',
  3287.                             'code' => 'home-offline-course',
  3288.                             'defaultTitle' => '线下课程报名',
  3289.                             'id' => 'homeOfflineCourse',
  3290.                         ],
  3291.                         => [
  3292.                             'title' => '',
  3293.                             'code' => 'home-offline-activity',
  3294.                             'defaultTitle' => '活动报名',
  3295.                             'id' => 'homeOfflineActivity',
  3296.                         ],
  3297.                         => [
  3298.                             'title' => '',
  3299.                             'code' => 'home-project-plan',
  3300.                             'defaultTitle' => '培训项目',
  3301.                             'id' => 'homeProjectPlan',
  3302.                         ],
  3303.                         => [
  3304.                             'title' => '',
  3305.                             'count' => '',
  3306.                             'code' => 'home-department-courses',
  3307.                             'defaultTitle' => '部门专属',
  3308.                             'id' => 'homeDepartmentCourses',
  3309.                         ],
  3310.                         => [
  3311.                             'title' => '',
  3312.                             'count' => '',
  3313.                             'code' => 'home-public-courses',
  3314.                             'defaultTitle' => '公共课程',
  3315.                             'id' => 'homePublicCourses',
  3316.                         ],
  3317.                         => [
  3318.                             'title' => '',
  3319.                             'count' => '',
  3320.                             'code' => 'home-classrooms',
  3321.                             'defaultTitle' => '公共专题',
  3322.                             'id' => 'homeClassrooms',
  3323.                         ],
  3324.                         => [
  3325.                             'title' => '',
  3326.                             'count' => '',
  3327.                             'code' => 'home-group',
  3328.                             'defaultTitle' => '话题小组',
  3329.                             'id' => 'homeGroup',
  3330.                         ],
  3331.                         => [
  3332.                             'title' => '',
  3333.                             'code' => 'home-teachers',
  3334.                             'defaultTitle' => '讲师导师',
  3335.                             'id' => 'homeTeachers',
  3336.                             'count' => '',
  3337.                         ],
  3338.                     ],
  3339.                 ],
  3340.             ],
  3341.             'bottom' => 'simple',
  3342.             'app.locales' => 'en|zh_CN',
  3343.             'kernel.root_dir' => \dirname(__DIR__4),
  3344.             'topxia.disk.local_directory' => (\dirname(__DIR__4).'/data/udisk'),
  3345.             'topxia.disk.upgrade_dir' => (\dirname(__DIR__4).'/data/upgrade'),
  3346.             'topxia.disk.update_dir' => (\dirname(__DIR__4).'/data/upgrade'),
  3347.             'topxia.disk.backup_dir' => (\dirname(__DIR__4).'/data/backup'),
  3348.             'topxia.upload.public_directory' => (\dirname(__DIR__4).'/../web/files'),
  3349.             'topxia.upload.public_url_path' => '/files',
  3350.             'topxia.web_themes_url_path' => '/themes',
  3351.             'topxia.web_assets_url_path' => '/assets',
  3352.             'topxia.web_bundles_url_path' => '/bundles',
  3353.             'front_end.web_static_dist_url_path' => '/static-dist',
  3354.             'topxia.upload.private_directory' => (\dirname(__DIR__4).'/data/private_files'),
  3355.             'permission.path_regular_expression' => [
  3356.                 => '/^\\/admin/',
  3357.             ],
  3358.             'security.course_market.url' => 'https://esm.edusoho.com',
  3359.             'security.authentication.provider.dao.class' => 'AppBundle\\Handler\\AuthenticationProvider',
  3360.             'event_dispatcher.event_aliases' => [
  3361.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3362.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3363.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3364.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3365.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3366.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3367.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3368.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3369.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3370.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3371.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3372.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3373.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3374.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3375.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3376.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3377.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3378.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3379.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3380.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3381.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3382.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3383.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3384.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3385.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3386.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3387.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3388.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3389.             ],
  3390.             'fragment.renderer.hinclude.global_template' => NULL,
  3391.             'fragment.path' => '/_fragment',
  3392.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  3393.             'kernel.http_method_override' => true,
  3394.             'kernel.trusted_hosts' => [
  3395.             ],
  3396.             'kernel.default_locale' => 'zh_CN',
  3397.             'kernel.enabled_locales' => [
  3398.             ],
  3399.             'kernel.error_controller' => 'error_controller',
  3400.             'debug.file_link_format' => NULL,
  3401.             'asset.request_context.base_path' => NULL,
  3402.             'asset.request_context.secure' => NULL,
  3403.             'translator.logging' => false,
  3404.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  3405.             'debug.error_handler.throw_at' => -1,
  3406.             'router.request_context.host' => 'localhost',
  3407.             'router.request_context.scheme' => 'http',
  3408.             'router.request_context.base_url' => '',
  3409.             'router.resource' => (\dirname(__DIR__4).'/config/routing_dev.yml'),
  3410.             'request_listener.http_port' => 80,
  3411.             'request_listener.https_port' => 443,
  3412.             'session.metadata.storage_key' => '_sf2_meta',
  3413.             'session.storage.options' => [
  3414.                 'cache_limiter' => '0',
  3415.                 'cookie_httponly' => true,
  3416.                 'gc_probability' => 1,
  3417.             ],
  3418.             'session.metadata.update_threshold' => 0,
  3419.             'form.type_extension.csrf.enabled' => true,
  3420.             'form.type_extension.csrf.field_name' => '_token',
  3421.             'validator.translation_domain' => 'validators',
  3422.             'profiler_listener.only_exceptions' => false,
  3423.             'profiler_listener.only_main_requests' => false,
  3424.             'security.role_hierarchy.roles' => [
  3425.                 'ROLE_TEACHER' => [
  3426.                     => 'ROLE_USER',
  3427.                 ],
  3428.                 'ROLE_BACKEND' => [
  3429.                     => 'ROLE_USER',
  3430.                 ],
  3431.                 'ROLE_DEPARTMENT_ADMIN' => [
  3432.                     => 'ROLE_USER',
  3433.                 ],
  3434.                 'ROLE_TRAINING_ADMIN' => [
  3435.                     => 'ROLE_USER',
  3436.                     => 'ROLE_TEACHER',
  3437.                 ],
  3438.                 'ROLE_ADMIN' => [
  3439.                     => 'ROLE_TEACHER',
  3440.                     => 'ROLE_BACKEND',
  3441.                     => 'ROLE_DEPARTMENT_ADMIN',
  3442.                     => 'ROLE_TRAINING_ADMIN',
  3443.                 ],
  3444.                 'ROLE_SUPER_ADMIN' => [
  3445.                     => 'ROLE_ADMIN',
  3446.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3447.                 ],
  3448.             ],
  3449.             'security.access.denied_url' => NULL,
  3450.             'security.authentication.manager.erase_credentials' => true,
  3451.             'security.authentication.session_strategy.strategy' => 'migrate',
  3452.             'security.access.always_authenticate_before_granting' => false,
  3453.             'security.authentication.hide_user_not_found' => true,
  3454.             'security.firewalls' => [
  3455.                 => 'dev',
  3456.                 => 'disabled',
  3457.                 => 'main',
  3458.             ],
  3459.             'security.main._indexed_authenticators' => [
  3460.             ],
  3461.             'twig.form.resources' => [
  3462.                 => 'form_div_layout.html.twig',
  3463.             ],
  3464.             'twig.default_path' => (\dirname(__DIR__4).'/Resources/views'),
  3465.             'monolog.use_microseconds' => true,
  3466.             'monolog.swift_mailer.handlers' => [
  3467.             ],
  3468.             'monolog.handlers_to_channels' => [
  3469.                 'monolog.handler.firephp' => NULL,
  3470.                 'monolog.handler.main' => NULL,
  3471.             ],
  3472.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  3473.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  3474.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  3475.             'oauth2.server.class' => 'OAuth2\\Server',
  3476.             'oauth2.request.class' => 'OAuth2\\HttpFoundationBridge\\Request',
  3477.             'oauth2.request_factory.class' => 'OAuth2\\HttpFoundationBridge\\Request',
  3478.             'oauth2.response.class' => 'OAuth2\\HttpFoundationBridge\\Response',
  3479.             'oauth2.storage.client_credentials.class' => 'OAuth2\\ServerBundle\\Storage\\ClientCredentials',
  3480.             'oauth2.storage.access_token.class' => 'OAuth2\\ServerBundle\\Storage\\AccessToken',
  3481.             'oauth2.storage.authorization_code.class' => 'OAuth2\\ServerBundle\\Storage\\AuthorizationCode',
  3482.             'oauth2.storage.user_credentials.class' => 'OAuth2\\ServerBundle\\Storage\\UserCredentials',
  3483.             'oauth2.storage.refresh_token.class' => 'OAuth2\\ServerBundle\\Storage\\RefreshToken',
  3484.             'oauth2.storage.scope.class' => 'OAuth2\\ServerBundle\\Storage\\Scope',
  3485.             'oauth2.storage.public_key.class' => 'OAuth2\\Storage\\Memory',
  3486.             'oauth2.storage.user_claims.class' => 'OAuth2\\Storage\\Memory',
  3487.             'oauth2.grant_type.client_credentials.class' => 'OAuth2\\GrantType\\ClientCredentials',
  3488.             'oauth2.grant_type.authorization_code.class' => 'OAuth2\\GrantType\\AuthorizationCode',
  3489.             'oauth2.grant_type.refresh_token.class' => 'OAuth2\\GrantType\\RefreshToken',
  3490.             'oauth2.grant_type.user_credentials.class' => 'OAuth2\\GrantType\\UserCredentials',
  3491.             'oauth2.user_provider.class' => 'Biz\\User\\UserProvider',
  3492.             'oauth2.client_manager.class' => 'OAuth2\\ServerBundle\\Manager\\ClientManager',
  3493.             'oauth2.scope_manager.class' => 'OAuth2\\ServerBundle\\Manager\\ScopeManager',
  3494.             'oauth2.server.config' => [
  3495.             ],
  3496.             'homepage_component_config' => [
  3497.                 'blocks' => [
  3498.                     => [
  3499.                         'title' => 'admin.homepage.navigation',
  3500.                         'code' => 'navigation',
  3501.                         'group' => 'general',
  3502.                     ],
  3503.                     => [
  3504.                         'title' => 'admin.homepage.rotation_chart',
  3505.                         'code' => 'rotation-chart',
  3506.                         'group' => 'general',
  3507.                         'showVisibleConfig' => true,
  3508.                     ],
  3509.                     => [
  3510.                         'title' => 'admin.homepage.recently_live',
  3511.                         'id' => 'recentlyLive',
  3512.                         'code' => 'recently-live',
  3513.                         'group' => 'content',
  3514.                     ],
  3515.                     => [
  3516.                         'title' => 'admin.homepage.department_specific',
  3517.                         'code' => 'department-specific',
  3518.                         'group' => 'content',
  3519.                     ],
  3520.                     => [
  3521.                         'title' => 'admin.homepage.department_classroom',
  3522.                         'code' => 'department-classroom',
  3523.                         'group' => 'content',
  3524.                     ],
  3525.                     => [
  3526.                         'title' => 'admin.homepage.public_course',
  3527.                         'id' => 'publicCourse',
  3528.                         'code' => 'public-course',
  3529.                         'group' => 'content',
  3530.                     ],
  3531.                     => [
  3532.                         'title' => 'admin.homepage.recently_live',
  3533.                         'id' => 'recentlyLive',
  3534.                         'code' => 'recently-live',
  3535.                         'group' => 'content',
  3536.                     ],
  3537.                     => [
  3538.                         'title' => 'admin.homepage.public_classroom',
  3539.                         'code' => 'public-classroom',
  3540.                         'group' => 'content',
  3541.                     ],
  3542.                     => [
  3543.                         'title' => 'admin.homepage.offline_courses',
  3544.                         'code' => 'offline-courses',
  3545.                         'group' => 'content',
  3546.                         'visible' => '( is_plugin_installed(\'OfflineCoursePro\') )',
  3547.                     ],
  3548.                     => [
  3549.                         'title' => 'admin.homepage.training_program',
  3550.                         'code' => 'training-program',
  3551.                         'group' => 'content',
  3552.                     ],
  3553.                     10 => [
  3554.                         'title' => 'admin.homepage.activity_registration',
  3555.                         'code' => 'activity-registration',
  3556.                         'group' => 'content',
  3557.                     ],
  3558.                     11 => [
  3559.                         'title' => 'admin.homepage.instructor',
  3560.                         'code' => 'instructor',
  3561.                         'group' => 'other',
  3562.                         'showVisibleConfig' => true,
  3563.                     ],
  3564.                     12 => [
  3565.                         'title' => 'admin.homepage.something_new',
  3566.                         'code' => 'something-new',
  3567.                         'group' => 'other',
  3568.                     ],
  3569.                     13 => [
  3570.                         'title' => 'admin.homepage.knowledge_express',
  3571.                         'code' => 'knowledge-express',
  3572.                         'group' => 'other',
  3573.                     ],
  3574.                     14 => [
  3575.                         'title' => 'admin.homepage.topic_group',
  3576.                         'code' => 'topic-group',
  3577.                         'group' => 'other',
  3578.                         'showVisibleConfig' => true,
  3579.                     ],
  3580.                     15 => [
  3581.                         'title' => 'admin.homepage.credit_ranking',
  3582.                         'code' => 'credit-ranking',
  3583.                         'group' => 'other',
  3584.                         'visible' => '( is_plugin_installed(\'Credit\') )',
  3585.                         'showVisibleConfig' => true,
  3586.                     ],
  3587.                 ],
  3588.             ],
  3589.             'topxia.scorm.local_directory' => (\dirname(__DIR__4).'/data/udisk/scorm'),
  3590.             'topxia.scorm.upload.public_directory' => (\dirname(__DIR__4).'/../web/files/scorm'),
  3591.             'homepage_component_plugin_config' => [
  3592.                 'blocks' => [
  3593.                     => [
  3594.                         'title' => 'admin.homepage.banner',
  3595.                         'code' => 'banner',
  3596.                         'group' => 'general',
  3597.                         'showVisibleConfig' => true,
  3598.                         'after' => 'rotation-chart',
  3599.                     ],
  3600.                     => [
  3601.                         'title' => 'admin.homepage.banner_two',
  3602.                         'code' => 'banner-two',
  3603.                         'group' => 'general',
  3604.                         'showVisibleConfig' => true,
  3605.                         'after' => 'banner',
  3606.                     ],
  3607.                     => [
  3608.                         'title' => 'admin.homepage.text_navigation',
  3609.                         'code' => 'text-navigation',
  3610.                         'group' => 'general',
  3611.                         'after' => 'banner-two',
  3612.                     ],
  3613.                     => [
  3614.                         'title' => 'admin.homepage.online_course_one',
  3615.                         'code' => 'online-course-one',
  3616.                         'group' => 'content',
  3617.                         'showVisibleConfig' => true,
  3618.                         'after' => 'text-navigation',
  3619.                     ],
  3620.                     => [
  3621.                         'title' => 'admin.homepage.online_course_two',
  3622.                         'code' => 'online-course-two',
  3623.                         'group' => 'content',
  3624.                         'showVisibleConfig' => true,
  3625.                         'after' => 'online-course-one',
  3626.                     ],
  3627.                     => [
  3628.                         'title' => 'admin.homepage.classroom',
  3629.                         'code' => 'classroom',
  3630.                         'group' => 'content',
  3631.                         'showVisibleConfig' => true,
  3632.                         'after' => 'online-course-two',
  3633.                     ],
  3634.                     => [
  3635.                         'title' => 'admin.homepage.poster_classroom',
  3636.                         'code' => 'poster-classroom',
  3637.                         'group' => 'content',
  3638.                         'showVisibleConfig' => true,
  3639.                         'after' => 'classroom',
  3640.                     ],
  3641.                     => [
  3642.                         'title' => 'admin.homepage.department_course',
  3643.                         'code' => 'department-course',
  3644.                         'group' => 'content',
  3645.                         'after' => 'department-specific',
  3646.                     ],
  3647.                     => [
  3648.                         'title' => 'admin.homepage.news_information',
  3649.                         'code' => 'news-information',
  3650.                         'group' => 'other',
  3651.                         'showVisibleConfig' => true,
  3652.                         'after' => 'topic-group',
  3653.                     ],
  3654.                     => [
  3655.                         'title' => 'admin.homepage.learning-ranking',
  3656.                         'code' => 'learning-ranking',
  3657.                         'group' => 'other',
  3658.                         'showVisibleConfig' => true,
  3659.                     ],
  3660.                 ],
  3661.             ],
  3662.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3663.             'web_profiler.debug_toolbar.mode' => 2,
  3664.             'maker.compatible_check.doctrine.supports_attributes' => false,
  3665.             'data_collector.templates' => [
  3666.                 'data_collector.request' => [
  3667.                     => 'request',
  3668.                     => '@WebProfiler/Collector/request.html.twig',
  3669.                 ],
  3670.                 'data_collector.time' => [
  3671.                     => 'time',
  3672.                     => '@WebProfiler/Collector/time.html.twig',
  3673.                 ],
  3674.                 'data_collector.memory' => [
  3675.                     => 'memory',
  3676.                     => '@WebProfiler/Collector/memory.html.twig',
  3677.                 ],
  3678.                 'data_collector.validator' => [
  3679.                     => 'validator',
  3680.                     => '@WebProfiler/Collector/validator.html.twig',
  3681.                 ],
  3682.                 'data_collector.ajax' => [
  3683.                     => 'ajax',
  3684.                     => '@WebProfiler/Collector/ajax.html.twig',
  3685.                 ],
  3686.                 'data_collector.form' => [
  3687.                     => 'form',
  3688.                     => '@WebProfiler/Collector/form.html.twig',
  3689.                 ],
  3690.                 'data_collector.exception' => [
  3691.                     => 'exception',
  3692.                     => '@WebProfiler/Collector/exception.html.twig',
  3693.                 ],
  3694.                 'data_collector.logger' => [
  3695.                     => 'logger',
  3696.                     => '@WebProfiler/Collector/logger.html.twig',
  3697.                 ],
  3698.                 'data_collector.events' => [
  3699.                     => 'events',
  3700.                     => '@WebProfiler/Collector/events.html.twig',
  3701.                 ],
  3702.                 'data_collector.router' => [
  3703.                     => 'router',
  3704.                     => '@WebProfiler/Collector/router.html.twig',
  3705.                 ],
  3706.                 'data_collector.cache' => [
  3707.                     => 'cache',
  3708.                     => '@WebProfiler/Collector/cache.html.twig',
  3709.                 ],
  3710.                 'data_collector.translation' => [
  3711.                     => 'translation',
  3712.                     => '@WebProfiler/Collector/translation.html.twig',
  3713.                 ],
  3714.                 'data_collector.security' => [
  3715.                     => 'security',
  3716.                     => '@Security/Collector/security.html.twig',
  3717.                 ],
  3718.                 'data_collector.twig' => [
  3719.                     => 'twig',
  3720.                     => '@WebProfiler/Collector/twig.html.twig',
  3721.                 ],
  3722.                 'data_collector.config' => [
  3723.                     => 'config',
  3724.                     => '@WebProfiler/Collector/config.html.twig',
  3725.                 ],
  3726.             ],
  3727.             'console.command.ids' => [
  3728.                 => 'console.command.public_alias.Codeages\\PluginBundle\\Command\\PluginCreateCommand',
  3729.                 => 'console.command.public_alias.Codeages\\PluginBundle\\Command\\PluginRegisterCommand',
  3730.                 => 'console.command.public_alias.Codeages\\PluginBundle\\Command\\PluginRemoveCommand',
  3731.                 => 'console.command.public_alias.AppBundle\\Command\\ApiTestCommand',
  3732.                 => 'console.command.public_alias.AppBundle\\Command\\BeginPackageUpdateCommand',
  3733.                 => 'console.command.public_alias.AppBundle\\Command\\BuildCommand',
  3734.                 => 'console.command.public_alias.AppBundle\\Command\\BuildPluginAppCommand',
  3735.                 => 'console.command.public_alias.AppBundle\\Command\\BuildThemeAppCommand',
  3736.                 => 'console.command.public_alias.AppBundle\\Command\\BuildUpgradePackageCommand',
  3737.                 => 'console.command.public_alias.AppBundle\\Command\\BuildVendorCommand',
  3738.                 10 => 'console.command.public_alias.AppBundle\\Command\\BuildX8PackageCommand',
  3739.                 11 => 'console.command.public_alias.AppBundle\\Command\\CTBuildCommand',
  3740.                 12 => 'console.command.public_alias.AppBundle\\Command\\CTBuildUpgradePackageCommand',
  3741.                 13 => 'console.command.public_alias.AppBundle\\Command\\CTDataAcquisitionPushCommand',
  3742.                 14 => 'console.command.public_alias.AppBundle\\Command\\CTInitUpgradeScriptCommand',
  3743.                 15 => 'console.command.public_alias.AppBundle\\Command\\CTInitWebSiteCommand',
  3744.                 16 => 'console.command.public_alias.AppBundle\\Command\\CTUpgradeScriptCommand',
  3745.                 17 => 'console.command.public_alias.AppBundle\\Command\\CheckOrderCommand',
  3746.                 18 => 'console.command.public_alias.AppBundle\\Command\\CheckOrderPayUpgradeCommand',
  3747.                 19 => 'console.command.public_alias.AppBundle\\Command\\CheckProjectPlanPassingCriteriaCommand',
  3748.                 20 => 'console.command.public_alias.AppBundle\\Command\\CheckTaskResultCommand',
  3749.                 21 => 'console.command.public_alias.AppBundle\\Command\\CloseCdnCommand',
  3750.                 22 => 'console.command.public_alias.AppBundle\\Command\\CopyInstallFilesCommand',
  3751.                 23 => 'console.command.public_alias.AppBundle\\Command\\CountChangelogCommand',
  3752.                 24 => 'console.command.public_alias.AppBundle\\Command\\CountOnlineCommand',
  3753.                 25 => 'console.command.public_alias.AppBundle\\Command\\CreateTestDataCommand',
  3754.                 26 => 'console.command.public_alias.AppBundle\\Command\\CrontabCommand',
  3755.                 27 => 'console.command.public_alias.AppBundle\\Command\\CutFileCommand',
  3756.                 28 => 'console.command.public_alias.AppBundle\\Command\\DeleteUserCommand',
  3757.                 29 => 'console.command.public_alias.AppBundle\\Command\\DumpInitDataCommand',
  3758.                 30 => 'console.command.public_alias.AppBundle\\Command\\HomePageInitCommand',
  3759.                 31 => 'console.command.public_alias.AppBundle\\Command\\ImportExcelUsersCommand',
  3760.                 32 => 'console.command.public_alias.AppBundle\\Command\\InitCommand',
  3761.                 33 => 'console.command.public_alias.AppBundle\\Command\\InitWebsiteCommand',
  3762.                 34 => 'console.command.public_alias.AppBundle\\Command\\LiveNotifyCommand',
  3763.                 35 => 'console.command.public_alias.AppBundle\\Command\\MenusParserCommand',
  3764.                 36 => 'console.command.public_alias.AppBundle\\Command\\NoUsedRoutingCommand',
  3765.                 37 => 'console.command.public_alias.AppBundle\\Command\\NotHasPermissionRoutingsCommand',
  3766.                 38 => 'console.command.public_alias.AppBundle\\Command\\ParsePermissionsCommand',
  3767.                 39 => 'console.command.public_alias.AppBundle\\Command\\ProducePluginRegisterCommand',
  3768.                 40 => 'console.command.public_alias.AppBundle\\Command\\RedisFlushallCommand',
  3769.                 41 => 'console.command.public_alias.AppBundle\\Command\\RefreshCloudLiveCommand',
  3770.                 42 => 'console.command.public_alias.AppBundle\\Command\\RefreshCloudLiveReplayCommand',
  3771.                 43 => 'console.command.public_alias.AppBundle\\Command\\RepairUserOrgCommand',
  3772.                 44 => 'console.command.public_alias.AppBundle\\Command\\ResetPasswordCommand',
  3773.                 45 => 'console.command.public_alias.AppBundle\\Command\\RoleRefreshCommand',
  3774.                 46 => 'console.command.public_alias.AppBundle\\Command\\RollingUpgradeCommand',
  3775.                 47 => 'console.command.public_alias.AppBundle\\Command\\RunJobCommand',
  3776.                 48 => 'console.command.public_alias.AppBundle\\Command\\ScaffoldCommand',
  3777.                 49 => 'console.command.public_alias.AppBundle\\Command\\SchedulerCommand',
  3778.                 50 => 'console.command.public_alias.AppBundle\\Command\\ServiceMethodCommand',
  3779.                 51 => 'console.command.public_alias.AppBundle\\Command\\TestUserCommand',
  3780.                 52 => 'console.command.public_alias.AppBundle\\Command\\TestWorkWeChatApiCommand',
  3781.                 53 => 'console.command.public_alias.AppBundle\\Command\\ThemeCreateCommand',
  3782.                 54 => 'console.command.public_alias.AppBundle\\Command\\ThemeRegisterCommand',
  3783.                 55 => 'console.command.public_alias.AppBundle\\Command\\TransGenerateCommand',
  3784.                 56 => 'console.command.public_alias.AppBundle\\Command\\TranslationAddNewKeyCommand',
  3785.                 57 => 'console.command.public_alias.AppBundle\\Command\\TranslationFormatCommand',
  3786.                 58 => 'console.command.public_alias.AppBundle\\Command\\TranslationJsDumperCommand',
  3787.                 59 => 'console.command.public_alias.AppBundle\\Command\\UpgradeCommand',
  3788.                 60 => 'console.command.public_alias.AppBundle\\Command\\UpgradeOrdersCommand',
  3789.                 61 => 'console.command.public_alias.AppBundle\\Command\\UpgradePluginCommand',
  3790.                 62 => 'console.command.public_alias.AppBundle\\Command\\UpgradeScriptCommand',
  3791.                 63 => 'console.command.public_alias.AppBundle\\Command\\UpgradeScriptsCommand',
  3792.                 64 => 'console.command.public_alias.AppBundle\\Command\\UserGenerateCommand',
  3793.                 65 => 'console.command.public_alias.AppBundle\\Command\\WarmupCommand',
  3794.                 66 => 'console.command.public_alias.AppBundle\\Command\\WorkerCommand',
  3795.                 67 => 'console.command.public_alias.AppBundle\\Command\\WxpayBillCommand',
  3796.                 68 => 'console.command.public_alias.AppBundle\\Command\\X8ScriptCheckCommand',
  3797.             ],
  3798.         ];
  3799.     }
  3800.     protected function throw($message)
  3801.     {
  3802.         throw new RuntimeException($message);
  3803.     }
  3804. }