app/cache/dev/Jianmo/Container6z3LNfd/AppKernelDevDebugContainer.php line 1605

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