ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getTestObj () | |
setTestObj ($testObj) | |
getTestAccess () | |
setTestAccess ($testAccess) | |
getObjectiveParent () | |
setObjectiveParent ($objectiveParent) | |
executeCommand () | |
Execute Command. More... | |
Data Fields | |
const | EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserListOfAnswerPasses' |
command constants More... | |
Protected Attributes | |
$testObj | |
$testAccess | |
$objectiveParent | |
Definition at line 16 of file class.ilMyTestSolutionsGUI.php.
ilMyTestSolutionsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 89 of file class.ilMyTestSolutionsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
ilMyTestSolutionsGUI::getObjectiveParent | ( | ) |
Definition at line 73 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
ilMyTestSolutionsGUI::getTestAccess | ( | ) |
Definition at line 57 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
Referenced by executeCommand().
ilMyTestSolutionsGUI::getTestObj | ( | ) |
Definition at line 41 of file class.ilMyTestSolutionsGUI.php.
References $testObj.
Referenced by executeCommand().
ilMyTestSolutionsGUI::setObjectiveParent | ( | $objectiveParent | ) |
ilTestObjectiveOrientedContainer | $objectiveParent |
Definition at line 81 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
ilMyTestSolutionsGUI::setTestAccess | ( | $testAccess | ) |
ilTestAccess | $testAccess |
Definition at line 65 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
ilMyTestSolutionsGUI::setTestObj | ( | $testObj | ) |
ilObjTest | $testObj |
Definition at line 49 of file class.ilMyTestSolutionsGUI.php.
References $testObj.
|
protected |
Definition at line 36 of file class.ilMyTestSolutionsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 31 of file class.ilMyTestSolutionsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 26 of file class.ilMyTestSolutionsGUI.php.
Referenced by getTestObj(), and setTestObj().
const ilMyTestSolutionsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserListOfAnswerPasses' |
command constants
Definition at line 21 of file class.ilMyTestSolutionsGUI.php.