|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilMyTestResultsGUI:Public Member Functions | |
| getTestObj () | |
| setTestObj (ilObjTest $testObj) | |
| getTestAccess () | |
| setTestAccess (ilTestAccess $testAccess) | |
| getTestSession () | |
| setTestSession (ilTestSession $testSession) | |
| getObjectiveParent () | |
| setObjectiveParent (ilTestObjectiveOrientedContainer $objectiveParent) | |
| executeCommand () | |
Data Fields | |
| const | EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserResultsOverview' |
Protected Attributes | |
| ilObjTest | $testObj = null |
| ilTestAccess | $testAccess = null |
| ilTestSession | $testSession = null |
| ilTestObjectiveOrientedContainer | $objectiveParent = null |
Definition at line 32 of file class.ilMyTestResultsGUI.php.
| ilMyTestResultsGUI::executeCommand | ( | ) |
Definition at line 81 of file class.ilMyTestResultsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
Here is the call graph for this function:| ilMyTestResultsGUI::getObjectiveParent | ( | ) |
Definition at line 71 of file class.ilMyTestResultsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMyTestResultsGUI::getTestAccess | ( | ) |
Definition at line 51 of file class.ilMyTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMyTestResultsGUI::getTestObj | ( | ) |
Definition at line 41 of file class.ilMyTestResultsGUI.php.
References $testObj.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMyTestResultsGUI::getTestSession | ( | ) |
Definition at line 61 of file class.ilMyTestResultsGUI.php.
References $testSession.
| ilMyTestResultsGUI::setObjectiveParent | ( | ilTestObjectiveOrientedContainer | $objectiveParent | ) |
Definition at line 76 of file class.ilMyTestResultsGUI.php.
References $objectiveParent.
| ilMyTestResultsGUI::setTestAccess | ( | ilTestAccess | $testAccess | ) |
Definition at line 56 of file class.ilMyTestResultsGUI.php.
References $testAccess.
| ilMyTestResultsGUI::setTestObj | ( | ilObjTest | $testObj | ) |
Definition at line 46 of file class.ilMyTestResultsGUI.php.
References $testObj.
| ilMyTestResultsGUI::setTestSession | ( | ilTestSession | $testSession | ) |
Definition at line 66 of file class.ilMyTestResultsGUI.php.
References $testSession.
|
protected |
Definition at line 39 of file class.ilMyTestResultsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 37 of file class.ilMyTestResultsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 36 of file class.ilMyTestResultsGUI.php.
Referenced by getTestObj(), and setTestObj().
|
protected |
Definition at line 38 of file class.ilMyTestResultsGUI.php.
Referenced by getTestSession(), and setTestSession().
| const ilMyTestResultsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserResultsOverview' |
Definition at line 34 of file class.ilMyTestResultsGUI.php.