|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilMyTestSolutionsGUI: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().
Here is the call graph for this function:| ilMyTestSolutionsGUI::getObjectiveParent | ( | ) |
Definition at line 58 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMyTestSolutionsGUI::getTestAccess | ( | ) |
Definition at line 48 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMyTestSolutionsGUI::getTestObj | ( | ) |
Definition at line 38 of file class.ilMyTestSolutionsGUI.php.
References $testObj.
Referenced by executeCommand().
Here is the caller graph for this function:| 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 | ) |
Definition at line 43 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 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.