|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestDashboardGUI:Public Member Functions | |
| __construct (protected ilObjTest $test_obj, protected ilObjUser $user, protected ilAccess $access, protected ilGlobalTemplateInterface $main_tpl, protected UIFactory $ui_factory, protected UIRenderer $ui_renderer, protected ilLanguage $lng, protected ilDBInterface $db, protected ilCtrl $ctrl, protected ilTabsGUI $tabs, protected ilToolbarGUI $toolbar, protected ilTestQuestionSetConfig $question_set_config, protected InternalRequestService $testrequest) | |
| getTestObj () | |
| setTestObj (ilObjTest $test_obj) | |
| getQuestionSetConfig () | |
| setQuestionSetConfig (ilTestQuestionSetConfig $question_set_config) | |
| getTestAccess () | |
| setTestAccess (ilTestAccess $test_access) | |
| getTestTabs () | |
| setTestTabs (ilTestTabsManager $tabs_manager) | |
| getObjectiveParent () | |
| setObjectiveParent (ilTestObjectiveOrientedContainer $objective_parent) | |
| executeCommand () | |
Protected Attributes | |
| ilTestAccess | $test_access |
| ilTestTabsManager | $tabs_manager |
| ilTestObjectiveOrientedContainer | $objective_parent |
Definition at line 37 of file class.ilTestDashboardGUI.php.
| ilTestDashboardGUI::__construct | ( | protected ilObjTest | $test_obj, |
| protected ilObjUser | $user, | ||
| protected ilAccess | $access, | ||
| protected ilGlobalTemplateInterface | $main_tpl, | ||
| protected UIFactory | $ui_factory, | ||
| protected UIRenderer | $ui_renderer, | ||
| protected ilLanguage | $lng, | ||
| protected ilDBInterface | $db, | ||
| protected ilCtrl | $ctrl, | ||
| protected ilTabsGUI | $tabs, | ||
| protected ilToolbarGUI | $toolbar, | ||
| protected ilTestQuestionSetConfig | $question_set_config, | ||
| protected InternalRequestService | $testrequest | ||
| ) |
Definition at line 43 of file class.ilTestDashboardGUI.php.
| ilTestDashboardGUI::executeCommand | ( | ) |
Definition at line 110 of file class.ilTestDashboardGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getObjectiveParent(), getQuestionSetConfig(), getTestAccess(), getTestObj(), getTestTabs(), ILIAS\Repository\lng(), ilTestTabsManager\SUBTAB_ID_FIXED_PARTICIPANTS, ilTestTabsManager\SUBTAB_ID_TIME_EXTENSION, ilTestTabsManager\TAB_ID_EXAM_DASHBOARD, ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilTestDashboardGUI::getObjectiveParent | ( | ) |
Definition at line 100 of file class.ilTestDashboardGUI.php.
References $objective_parent.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestDashboardGUI::getQuestionSetConfig | ( | ) |
Definition at line 70 of file class.ilTestDashboardGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestDashboardGUI::getTestAccess | ( | ) |
Definition at line 80 of file class.ilTestDashboardGUI.php.
References $test_access.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestDashboardGUI::getTestObj | ( | ) |
Definition at line 60 of file class.ilTestDashboardGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestDashboardGUI::getTestTabs | ( | ) |
Definition at line 90 of file class.ilTestDashboardGUI.php.
References $tabs_manager.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestDashboardGUI::setObjectiveParent | ( | ilTestObjectiveOrientedContainer | $objective_parent | ) |
Definition at line 105 of file class.ilTestDashboardGUI.php.
References $objective_parent.
| ilTestDashboardGUI::setQuestionSetConfig | ( | ilTestQuestionSetConfig | $question_set_config | ) |
Definition at line 75 of file class.ilTestDashboardGUI.php.
| ilTestDashboardGUI::setTestAccess | ( | ilTestAccess | $test_access | ) |
Definition at line 85 of file class.ilTestDashboardGUI.php.
References $test_access.
Referenced by ilObjTestGUI\executeCommand().
Here is the caller graph for this function:| ilTestDashboardGUI::setTestObj | ( | ilObjTest | $test_obj | ) |
Definition at line 65 of file class.ilTestDashboardGUI.php.
| ilTestDashboardGUI::setTestTabs | ( | ilTestTabsManager | $tabs_manager | ) |
Definition at line 95 of file class.ilTestDashboardGUI.php.
References $tabs_manager.
|
protected |
Definition at line 41 of file class.ilTestDashboardGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 40 of file class.ilTestDashboardGUI.php.
Referenced by getTestTabs(), and setTestTabs().
|
protected |
Definition at line 39 of file class.ilTestDashboardGUI.php.
Referenced by getTestAccess(), and setTestAccess().