ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getTestObj () | |
setTestObj (ilObjTest $testObj) | |
getTestAccess () | |
setTestAccess (ilTestAccess $testAccess) | |
getObjectiveParent () | |
setObjectiveParent (ilTestObjectiveOrientedContainer $objectiveParent) | |
executeCommand () | |
Data Fields | |
const | EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserListOfAnswerPasses' |
Protected Attributes | |
ilObjTest | $testObj = null |
ilTestAccess | $testAccess = null |
ilTestObjectiveOrientedContainer | $objectiveParent = null |
Definition at line 30 of file class.ilMyTestSolutionsGUI.php.
ilMyTestSolutionsGUI::executeCommand | ( | ) |
Definition at line 68 of file class.ilMyTestSolutionsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
ilMyTestSolutionsGUI::getObjectiveParent | ( | ) |
Definition at line 58 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
ilMyTestSolutionsGUI::getTestAccess | ( | ) |
Definition at line 48 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
Referenced by executeCommand().
ilMyTestSolutionsGUI::getTestObj | ( | ) |
Definition at line 38 of file class.ilMyTestSolutionsGUI.php.
References $testObj.
Referenced by executeCommand().
ilMyTestSolutionsGUI::setObjectiveParent | ( | ilTestObjectiveOrientedContainer | $objectiveParent | ) |
Definition at line 63 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
ilMyTestSolutionsGUI::setTestAccess | ( | ilTestAccess | $testAccess | ) |
Definition at line 53 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
ilMyTestSolutionsGUI::setTestObj | ( | ilObjTest | $testObj | ) |
|
protected |
Definition at line 36 of file class.ilMyTestSolutionsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 35 of file class.ilMyTestSolutionsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 34 of file class.ilMyTestSolutionsGUI.php.
Referenced by getTestObj(), and setTestObj().
const ilMyTestSolutionsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserListOfAnswerPasses' |
Definition at line 32 of file class.ilMyTestSolutionsGUI.php.