ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilObjTest $testObj, ilTestQuestionSetConfig $questionSetConfig) | |
ilTestDashboardGUI constructor. More... | |
getTestObj () | |
setTestObj ($testObj) | |
getQuestionSetConfig () | |
setQuestionSetConfig ($questionSetConfig) | |
getTestAccess () | |
setTestAccess ($testAccess) | |
getTestTabs () | |
setTestTabs ($testTabs) | |
getObjectiveParent () | |
setObjectiveParent (ilTestObjectiveOrientedContainer $objectiveParent) | |
executeCommand () | |
Execute Command. More... | |
Protected Attributes | |
$testObj | |
$questionSetConfig | |
$testAccess | |
$testTabs | |
$objectiveParent | |
Definition at line 16 of file class.ilTestDashboardGUI.php.
ilTestDashboardGUI::__construct | ( | ilObjTest | $testObj, |
ilTestQuestionSetConfig | $questionSetConfig | ||
) |
ilTestDashboardGUI constructor.
ilObjTest | $testObj |
Definition at line 47 of file class.ilTestDashboardGUI.php.
References $questionSetConfig, and $testObj.
ilTestDashboardGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 136 of file class.ilTestDashboardGUI.php.
References $DIC, ilObjTestGUI\accessViolationRedirect(), getObjectiveParent(), getQuestionSetConfig(), getTestAccess(), getTestObj(), getTestTabs(), ilTestTabsManager\SUBTAB_ID_FIXED_PARTICIPANTS, ilTestTabsManager\SUBTAB_ID_TIME_EXTENSION, and ilTestTabsManager\TAB_ID_EXAM_DASHBOARD.
ilTestDashboardGUI::getObjectiveParent | ( | ) |
Definition at line 120 of file class.ilTestDashboardGUI.php.
References $objectiveParent.
Referenced by executeCommand().
ilTestDashboardGUI::getQuestionSetConfig | ( | ) |
Definition at line 72 of file class.ilTestDashboardGUI.php.
References $questionSetConfig.
Referenced by executeCommand().
ilTestDashboardGUI::getTestAccess | ( | ) |
Definition at line 88 of file class.ilTestDashboardGUI.php.
References $testAccess.
Referenced by executeCommand().
ilTestDashboardGUI::getTestObj | ( | ) |
Definition at line 56 of file class.ilTestDashboardGUI.php.
References $testObj.
Referenced by executeCommand().
ilTestDashboardGUI::getTestTabs | ( | ) |
Definition at line 104 of file class.ilTestDashboardGUI.php.
References $testTabs.
Referenced by executeCommand().
ilTestDashboardGUI::setObjectiveParent | ( | ilTestObjectiveOrientedContainer | $objectiveParent | ) |
ilTestObjectiveOrientedContainer | $objectiveParent |
Definition at line 128 of file class.ilTestDashboardGUI.php.
References $objectiveParent.
ilTestDashboardGUI::setQuestionSetConfig | ( | $questionSetConfig | ) |
ilTestQuestionSetConfig | $questionSetConfig |
Definition at line 80 of file class.ilTestDashboardGUI.php.
References $questionSetConfig.
ilTestDashboardGUI::setTestAccess | ( | $testAccess | ) |
ilTestAccess | $testAccess |
Definition at line 96 of file class.ilTestDashboardGUI.php.
References $testAccess.
Referenced by ilObjTestGUI\executeCommand().
ilTestDashboardGUI::setTestObj | ( | $testObj | ) |
ilObjTest | $testObj |
Definition at line 64 of file class.ilTestDashboardGUI.php.
References $testObj.
ilTestDashboardGUI::setTestTabs | ( | $testTabs | ) |
ilTestTabsManager | $testTabs |
Definition at line 112 of file class.ilTestDashboardGUI.php.
References $testTabs.
|
protected |
Definition at line 41 of file class.ilTestDashboardGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 26 of file class.ilTestDashboardGUI.php.
Referenced by __construct(), getQuestionSetConfig(), and setQuestionSetConfig().
|
protected |
Definition at line 31 of file class.ilTestDashboardGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 21 of file class.ilTestDashboardGUI.php.
Referenced by __construct(), getTestObj(), and setTestObj().
|
protected |
Definition at line 36 of file class.ilTestDashboardGUI.php.
Referenced by getTestTabs(), and setTestTabs().