ILIAS
release_8 Revision v8.23
|
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().
ilMyTestResultsGUI::getObjectiveParent | ( | ) |
Definition at line 71 of file class.ilMyTestResultsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
ilMyTestResultsGUI::getTestAccess | ( | ) |
Definition at line 51 of file class.ilMyTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand().
ilMyTestResultsGUI::getTestObj | ( | ) |
Definition at line 41 of file class.ilMyTestResultsGUI.php.
References $testObj.
Referenced by executeCommand().
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 | ) |
ilMyTestResultsGUI::setTestObj | ( | ilObjTest | $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.