| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Test\Presentation\TabsManager:Public Member Functions | |
| __construct (private readonly \ilTabsGUI $tabs, private readonly \ilLanguage $lng, private readonly \ilCtrlInterface $ctrl, private readonly \ilAccess $access, private readonly \ilTestAccess $test_access, private readonly \ilObjTest $test_object, private readonly \ilTestObjectiveOrientedContainer $objective_parent, private readonly \ilTestSession $test_session) | |
| activateTab (string $tab_id) | |
| activateSubTab (string $sub_tab_id) | |
| resetTabsAndAddBacklink (string $back_link_target) | |
| getParentBackLabel () | |
| setParentBackLabel (?string $parent_back_label) | |
| getParentBackHref () | |
| setParentBackHref (?string $parent_back_href) | |
| hasParentBackLink () | |
| perform () | |
| getQuestionsSubTabs () | |
| getSettingsSubTabs () | |
| needsYourResultsTab () | |
| needsLoResultsSubTab () | |
| needsHighSoreSubTab () | |
| needsSkillResultsSubTab () | |
| needsYourSolutionsSubTab () | |
| getYourResultsSubTabs () | |
Data Fields | |
| const | TAB_ID_QUESTIONS = 'assQuestions' | 
| (Sub-)Tab ID constants  More... | |
| const | SUBTAB_ID_QST_LIST_VIEW = 'qst_list_view' | 
| const | SUBTAB_ID_QST_PAGE_VIEW = 'qst_page_view' | 
| const | TAB_ID_TEST = 'test' | 
| const | TAB_ID_INFOSCREEN = 'info_short' | 
| const | TAB_ID_SETTINGS = 'settings' | 
| const | SUBTAB_ID_GENERAL_SETTINGS = 'general' | 
| const | TAB_ID_LEARNING_PROGRESS = 'learning_progress' | 
| const | TAB_ID_MANUAL_SCORING = 'manscoring' | 
| const | TAB_ID_CORRECTION = 'scoringadjust' | 
| const | TAB_ID_HISTORY = 'history' | 
| const | TAB_ID_META_DATA = 'meta_data' | 
| const | TAB_ID_EXPORT = 'export' | 
| const | TAB_ID_PERMISSIONS = 'perm_settings' | 
| const | TAB_ID_PARTICIPANTS = 'participants' | 
| const | TAB_ID_YOUR_RESULTS = 'your_results' | 
| const | SUBTAB_ID_MY_RESULTS = 'myresults' | 
| const | SUBTAB_ID_LO_RESULTS = 'loresults' | 
| const | SUBTAB_ID_HIGHSCORE = 'highscore' | 
| const | SUBTAB_ID_SKILL_RESULTS = 'skillresults' | 
| const | SUBTAB_ID_MY_SOLUTIONS = 'mysolutions' | 
| const | SETTINGS_SUBTAB_ID_MARK_SCHEMA = 'mark_schema' | 
| const | SETTINGS_SUBTAB_ID_SCORING = 'scoring' | 
| const | SETTINGS_SUBTAB_ID_EDIT_INTRODUCTION_PAGE = 'edit_introduction' | 
| const | SETTINGS_SUBTAB_ID_EDIT_CONCLUSION_PAGE = 'edit_concluding_remarks' | 
| const | SETTINGS_SUBTAB_ID_ASSIGN_SKILL_TRESHOLDS = 'tst_skl_sub_tab_thresholds' | 
| const | SETTINGS_SUBTAB_ID_ASSIGN_SKILLS_TO_QUESTIONS = 'qpl_skl_sub_tab_quest_assign' | 
Protected Attributes | |
| string | $parent_back_href = null | 
| string | $parent_back_label = null | 
Private Attributes | |
| const | SETTINGS_SUBTAB_ID_GENERAL = 'general' | 
| const | SETTINGS_SUBTAB_ID_CERTIFICATE = 'certificate' | 
| const | SETTINGS_SUBTAB_ID_PERSONAL_DEFAULT_SETTINGS = 'tst_default_settings' | 
| const | QUESTIONS_SUBTAB_ID_RANDOM_SETTINGS = 'tst_rnd_quest_cfg_tab_general' | 
| const | QUESTIONS_SUBTAB_ID_RANDOM_POOLS = 'tst_rnd_quest_cfg_tab_pool' | 
Definition at line 32 of file TabsManager.php.
| ILIAS\Test\Presentation\TabsManager::__construct | ( | private readonly \ilTabsGUI | $tabs, | 
| private readonly \ilLanguage | $lng, | ||
| private readonly \ilCtrlInterface | $ctrl, | ||
| private readonly \ilAccess | $access, | ||
| private readonly \ilTestAccess | $test_access, | ||
| private readonly \ilObjTest | $test_object, | ||
| private readonly \ilTestObjectiveOrientedContainer | $objective_parent, | ||
| private readonly \ilTestSession | $test_session | ||
| ) | 
Definition at line 79 of file TabsManager.php.
| ILIAS\Test\Presentation\TabsManager::activateSubTab | ( | string | $sub_tab_id | ) | 
Definition at line 103 of file TabsManager.php.
References ILIAS\Repository\tabs().
 Here is the call graph for this function:| ILIAS\Test\Presentation\TabsManager::activateTab | ( | string | $tab_id | ) | 
Definition at line 91 of file TabsManager.php.
References ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 195 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\needsParticipantsTab().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 205 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 513 of file TabsManager.php.
References ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TabsManager\isWriteAccessGranted(), ILIAS\Repository\lng(), ilObjTestGUI\SHOW_QUESTIONS_CMD, and ILIAS\Repository\tabs().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::getParentBackHref | ( | ) | 
Definition at line 142 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\$parent_back_href.
Referenced by ILIAS\Test\Presentation\TabsManager\hasParentBackLink(), and ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::getParentBackLabel | ( | ) | 
Definition at line 132 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\$parent_back_label.
Referenced by ILIAS\Test\Presentation\TabsManager\hasParentBackLink(), and ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 709 of file TabsManager.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::getQuestionsSubTabs | ( | ) | 
Definition at line 551 of file TabsManager.php.
References ilTestRandomQuestionSetConfigGUI\CMD_SHOW_GENERAL_CONFIG_FORM, ilAssQuestionSkillAssignmentsGUI\CMD_SHOW_SKILL_QUEST_ASSIGN_PROPERTIES_FORM, ilAssQuestionSkillAssignmentsGUI\CMD_SHOW_SKILL_QUEST_ASSIGNS, ilTestRandomQuestionSetConfigGUI\CMD_SHOW_SRC_POOL_DEF_LIST, ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TabsManager\isWriteAccessGranted(), ILIAS\Repository\lng(), ilObjTestGUI\SHOW_QUESTIONS_CMD, and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 533 of file TabsManager.php.
References ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TabsManager\isWriteAccessGranted(), ILIAS\Repository\lng(), ilObjTestGUI\SHOW_QUESTIONS_CMD, and ILIAS\Repository\tabs().
 Here is the call graph for this function:| ILIAS\Test\Presentation\TabsManager::getSettingsSubTabs | ( | ) | 
Definition at line 603 of file TabsManager.php.
References ILIAS\Test\Settings\ScoreReporting\SettingsScoringGUI\CMD_SHOW_FORM, ilTestSkillLevelThresholdsGUI\CMD_SHOW_SKILL_THRESHOLDS, ILIAS\Repository\ctrl(), and ILIAS\Repository\tabs().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::getYourResultsSubTabs | ( | ) | 
Definition at line 771 of file TabsManager.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Test\Presentation\TabsManager\needsHighSoreSubTab(), ILIAS\Test\Presentation\TabsManager\needsLoResultsSubTab(), ILIAS\Test\Presentation\TabsManager\needsSkillResultsSubTab(), ILIAS\Test\Presentation\TabsManager\needsYourResultsSubTab(), ILIAS\Test\Presentation\TabsManager\needsYourSolutionsSubTab(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 721 of file TabsManager.php.
References ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TabsManager\needsLoResultsSubTab(), and ILIAS\Test\Presentation\TabsManager\needsYourSolutionsSubTab().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::hasParentBackLink | ( | ) | 
Definition at line 152 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\getParentBackHref(), and ILIAS\Test\Presentation\TabsManager\getParentBackLabel().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 175 of file TabsManager.php.
References ILIAS\Repository\access().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 186 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 181 of file TabsManager.php.
References ILIAS\Repository\access().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 165 of file TabsManager.php.
References ILIAS\Repository\access().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 217 of file TabsManager.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\Test\Presentation\TabsManager\perform().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 170 of file TabsManager.php.
References ILIAS\Repository\access().
Referenced by ILIAS\Test\Presentation\TabsManager\getBrowseForQuestionsTab(), ILIAS\Test\Presentation\TabsManager\getQuestionsSubTabs(), ILIAS\Test\Presentation\TabsManager\getRandomQuestionsTab(), and ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::needsHighSoreSubTab | ( | ) | 
Definition at line 748 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getYourResultsSubTabs().
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::needsLoResultsSubTab | ( | ) | 
Definition at line 739 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getYourResultsSubTabs(), and ILIAS\Test\Presentation\TabsManager\getYourResultsTabTarget().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 687 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\checkParticipantsTabAccess().
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::needsSkillResultsSubTab | ( | ) | 
Definition at line 757 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getYourResultsSubTabs().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 696 of file TabsManager.php.
      
  | 
  protected | 
Definition at line 734 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getYourResultsSubTabs().
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::needsYourResultsTab | ( | ) | 
Definition at line 714 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::needsYourSolutionsSubTab | ( | ) | 
Definition at line 766 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getYourResultsSubTabs(), and ILIAS\Test\Presentation\TabsManager\getYourResultsTabTarget().
 Here is the caller graph for this function:| ILIAS\Test\Presentation\TabsManager::perform | ( | ) | 
Definition at line 210 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\isTabsConfigSetupRequired(), and ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
 Here is the call graph for this function:| ILIAS\Test\Presentation\TabsManager::resetTabsAndAddBacklink | ( | string | $back_link_target | ) | 
Definition at line 126 of file TabsManager.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:| ILIAS\Test\Presentation\TabsManager::setParentBackHref | ( | ?string | $parent_back_href | ) | 
Definition at line 147 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\$parent_back_href.
| ILIAS\Test\Presentation\TabsManager::setParentBackLabel | ( | ?string | $parent_back_label | ) | 
Definition at line 137 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\$parent_back_label.
      
  | 
  protected | 
Definition at line 240 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\checkScoreParticipantsTabAccess(), ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TestScreenGUI\DEFAULT_CMD, ILIAS\Test\Presentation\TabsManager\getBrowseForQuestionsTab(), ILIAS\Test\Presentation\TabsManager\getParentBackHref(), ILIAS\Test\Presentation\TabsManager\getParentBackLabel(), ILIAS\Test\Presentation\TabsManager\getParticipantsTabTarget(), ILIAS\Test\Presentation\TabsManager\getSettingsSubTabs(), ILIAS\Test\Presentation\TabsManager\getYourResultsTabTarget(), ILIAS\Test\Presentation\TabsManager\hasParentBackLink(), ILIAS\Test\Presentation\TabsManager\isHistoryAccessGranted(), ILIAS\Test\Presentation\TabsManager\isLpAccessGranted(), ILIAS\Test\Presentation\TabsManager\isPermissionsAccessGranted(), ILIAS\Test\Presentation\TabsManager\isReadAccessGranted(), ILIAS\Test\Presentation\TabsManager\isWriteAccessGranted(), ILIAS\Repository\lng(), ILIAS\Test\Presentation\TabsManager\needsParticipantsTab(), ILIAS\Test\Presentation\TabsManager\needsYourResultsTab(), ilObjTestGUI\SHOW_QUESTIONS_CMD, and ILIAS\Repository\tabs().
Referenced by ILIAS\Test\Presentation\TabsManager\perform().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 76 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getParentBackHref(), and ILIAS\Test\Presentation\TabsManager\setParentBackHref().
      
  | 
  protected | 
Definition at line 77 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getParentBackLabel(), and ILIAS\Test\Presentation\TabsManager\setParentBackLabel().
      
  | 
  private | 
Definition at line 74 of file TabsManager.php.
      
  | 
  private | 
Definition at line 73 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_ASSIGN_SKILL_TRESHOLDS = 'tst_skl_sub_tab_thresholds' | 
Definition at line 69 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_ASSIGN_SKILLS_TO_QUESTIONS = 'qpl_skl_sub_tab_quest_assign' | 
Definition at line 70 of file TabsManager.php.
      
  | 
  private | 
Definition at line 68 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_EDIT_CONCLUSION_PAGE = 'edit_concluding_remarks' | 
Definition at line 67 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_EDIT_INTRODUCTION_PAGE = 'edit_introduction' | 
Definition at line 66 of file TabsManager.php.
      
  | 
  private | 
Definition at line 63 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_MARK_SCHEMA = 'mark_schema' | 
Definition at line 64 of file TabsManager.php.
      
  | 
  private | 
Definition at line 71 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_SCORING = 'scoring' | 
Definition at line 65 of file TabsManager.php.
Referenced by ILIAS\Test\Settings\ScoreReporting\SettingsScoringGUI\executeCommand().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_GENERAL_SETTINGS = 'general' | 
Definition at line 45 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_HIGHSCORE = 'highscore' | 
Definition at line 59 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_LO_RESULTS = 'loresults' | 
Definition at line 58 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_MY_RESULTS = 'myresults' | 
Definition at line 57 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_MY_SOLUTIONS = 'mysolutions' | 
Definition at line 61 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_QST_LIST_VIEW = 'qst_list_view' | 
Definition at line 39 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_QST_PAGE_VIEW = 'qst_page_view' | 
Definition at line 40 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SUBTAB_ID_SKILL_RESULTS = 'skillresults' | 
Definition at line 60 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_CORRECTION = 'scoringadjust' | 
Definition at line 48 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_EXPORT = 'export' | 
Definition at line 51 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_HISTORY = 'history' | 
Definition at line 49 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_INFOSCREEN = 'info_short' | 
Definition at line 43 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_LEARNING_PROGRESS = 'learning_progress' | 
Definition at line 46 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_MANUAL_SCORING = 'manscoring' | 
Definition at line 47 of file TabsManager.php.
Referenced by ILIAS\Test\Scoring\Manual\TestScoringByParticipantGUI\executeCommand(), and ILIAS\Test\Scoring\Manual\TestScoringByQuestionGUI\showManScoringByQuestionParticipantsTable().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_META_DATA = 'meta_data' | 
Definition at line 50 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_PARTICIPANTS = 'participants' | 
Definition at line 54 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_PERMISSIONS = 'perm_settings' | 
Definition at line 52 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_QUESTIONS = 'assQuestions' | 
(Sub-)Tab ID constants
Definition at line 38 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_SETTINGS = 'settings' | 
Definition at line 44 of file TabsManager.php.
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_TEST = 'test' | 
Definition at line 42 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TestScreenGUI\executeCommand(), and ILIAS\Test\Presentation\TestScreenGUI\testScreen().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_YOUR_RESULTS = 'your_results' | 
Definition at line 56 of file TabsManager.php.
Referenced by ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateTab().