|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 = 'personal_settings_templates_available' |
| 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 111 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\QUESTIONS_SUBTAB_ID_RANDOM_POOLS, ILIAS\Test\Presentation\TabsManager\QUESTIONS_SUBTAB_ID_RANDOM_SETTINGS, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_ASSIGN_SKILL_TRESHOLDS, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_ASSIGN_SKILLS_TO_QUESTIONS, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_CERTIFICATE, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_EDIT_CONCLUSION_PAGE, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_EDIT_INTRODUCTION_PAGE, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_GENERAL, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_MARK_SCHEMA, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_PERSONAL_DEFAULT_SETTINGS, ILIAS\Test\Presentation\TabsManager\SETTINGS_SUBTAB_ID_SCORING, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_HIGHSCORE, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_LO_RESULTS, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_MY_RESULTS, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_MY_SOLUTIONS, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_QST_LIST_VIEW, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_QST_PAGE_VIEW, ILIAS\Test\Presentation\TabsManager\SUBTAB_ID_SKILL_RESULTS, and 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\Test\Presentation\TabsManager\TAB_ID_CORRECTION, ILIAS\Test\Presentation\TabsManager\TAB_ID_EXPORT, ILIAS\Test\Presentation\TabsManager\TAB_ID_HISTORY, ILIAS\Test\Presentation\TabsManager\TAB_ID_INFOSCREEN, ILIAS\Test\Presentation\TabsManager\TAB_ID_LEARNING_PROGRESS, ILIAS\Test\Presentation\TabsManager\TAB_ID_MANUAL_SCORING, ILIAS\Test\Presentation\TabsManager\TAB_ID_META_DATA, ILIAS\Test\Presentation\TabsManager\TAB_ID_PARTICIPANTS, ILIAS\Test\Presentation\TabsManager\TAB_ID_PERMISSIONS, ILIAS\Test\Presentation\TabsManager\TAB_ID_QUESTIONS, ILIAS\Test\Presentation\TabsManager\TAB_ID_SETTINGS, ILIAS\Test\Presentation\TabsManager\TAB_ID_TEST, ILIAS\Test\Presentation\TabsManager\TAB_ID_YOUR_RESULTS, and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 207 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\needsParticipantsTab().
Here is the caller graph for this function:
|
protected |
Definition at line 217 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
Here is the caller graph for this function:
|
protected |
Definition at line 515 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 154 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 144 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 711 of file TabsManager.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\Test\Presentation\TabsManager::getQuestionsSubTabs | ( | ) |
Definition at line 553 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 535 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 605 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 775 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 725 of file TabsManager.php.
References ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TabsManager\needsLoResultsSubTab(), and ILIAS\Test\Presentation\TabsManager\needsYourSolutionsSubTab().
Here is the call graph for this function:| ILIAS\Test\Presentation\TabsManager::hasParentBackLink | ( | ) |
Definition at line 164 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 187 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 198 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\setupTabsGuiConfig().
Here is the caller graph for this function:
|
protected |
Definition at line 193 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 177 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 230 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 182 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 752 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 743 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 689 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 761 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getYourResultsSubTabs().
Here is the caller graph for this function:
|
protected |
Definition at line 698 of file TabsManager.php.
|
protected |
Definition at line 738 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 716 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 770 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 223 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 138 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 159 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\$parent_back_href.
| ILIAS\Test\Presentation\TabsManager::setParentBackLabel | ( | ?string | $parent_back_label | ) |
Definition at line 149 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\$parent_back_label.
|
protected |
Definition at line 253 of file TabsManager.php.
References ILIAS\Test\Presentation\TabsManager\checkScoreParticipantsTabAccess(), ILIAS\Repository\ctrl(), ILIAS\Test\Presentation\TestScreenGUI\DEFAULT_CMD, ILIAS\Test\Scoring\Manual\ConsecutiveScoringGUI\DEFAULT_COMMAND, ILIAS\Test\Presentation\TabsManager\getBrowseForQuestionsTab(), ILIAS\Test\Presentation\TabsManager\getParentBackHref(), ILIAS\Test\Presentation\TabsManager\getParentBackLabel(), ILIAS\Test\Presentation\TabsManager\getSettingsSubTabs(), 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.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
|
private |
Definition at line 73 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_ASSIGN_SKILL_TRESHOLDS = 'tst_skl_sub_tab_thresholds' |
Definition at line 69 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
| 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.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
|
private |
Definition at line 68 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_EDIT_CONCLUSION_PAGE = 'edit_concluding_remarks' |
Definition at line 67 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_EDIT_INTRODUCTION_PAGE = 'edit_introduction' |
Definition at line 66 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
|
private |
Definition at line 63 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_MARK_SCHEMA = 'mark_schema' |
Definition at line 64 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
|
private |
Definition at line 71 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab().
| const ILIAS\Test\Presentation\TabsManager::SETTINGS_SUBTAB_ID_SCORING = 'scoring' |
Definition at line 65 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and 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\Presentation\TabsManager\activateSubTab(), and ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateSubTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_CORRECTION = 'scoringadjust' |
Definition at line 48 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_EXPORT = 'export' |
Definition at line 51 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_HISTORY = 'history' |
Definition at line 49 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_INFOSCREEN = 'info_short' |
Definition at line 43 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_LEARNING_PROGRESS = 'learning_progress' |
Definition at line 46 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_MANUAL_SCORING = 'manscoring' |
Definition at line 47 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab(), ILIAS\Test\Scoring\Manual\ConsecutiveScoringGUI\executeCommand(), and ILIAS\Test\Scoring\Manual\ConsecutiveScoringGUI\view().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_META_DATA = 'meta_data' |
Definition at line 50 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_PARTICIPANTS = 'participants' |
Definition at line 54 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab(), and ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_PERMISSIONS = 'perm_settings' |
Definition at line 52 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_QUESTIONS = 'assQuestions' |
(Sub-)Tab ID constants
Definition at line 38 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_SETTINGS = 'settings' |
Definition at line 44 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab().
| const ILIAS\Test\Presentation\TabsManager::TAB_ID_TEST = 'test' |
Definition at line 42 of file TabsManager.php.
Referenced by ILIAS\Test\Presentation\TabsManager\activateTab(), 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\Presentation\TabsManager\activateTab(), and ILIAS\Test\Tests\Presentation\TabsManagerTest\testActivateTab().