| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 34 of file class.ilMyTestResultsGUI.php.
| ilMyTestResultsGUI::executeCommand | ( | ) | 
Definition at line 83 of file class.ilMyTestResultsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
 Here is the call graph for this function:| ilMyTestResultsGUI::getObjectiveParent | ( | ) | 
Definition at line 73 of file class.ilMyTestResultsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilMyTestResultsGUI::getTestAccess | ( | ) | 
Definition at line 53 of file class.ilMyTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilMyTestResultsGUI::getTestObj | ( | ) | 
Definition at line 43 of file class.ilMyTestResultsGUI.php.
References $testObj.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilMyTestResultsGUI::getTestSession | ( | ) | 
Definition at line 63 of file class.ilMyTestResultsGUI.php.
References $testSession.
| ilMyTestResultsGUI::setObjectiveParent | ( | ilTestObjectiveOrientedContainer | $objectiveParent | ) | 
Definition at line 78 of file class.ilMyTestResultsGUI.php.
References $objectiveParent.
| ilMyTestResultsGUI::setTestAccess | ( | ilTestAccess | $testAccess | ) | 
| ilMyTestResultsGUI::setTestObj | ( | ilObjTest | $testObj | ) | 
| ilMyTestResultsGUI::setTestSession | ( | ilTestSession | $testSession | ) | 
Definition at line 68 of file class.ilMyTestResultsGUI.php.
References $testSession.
      
  | 
  protected | 
Definition at line 41 of file class.ilMyTestResultsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
      
  | 
  protected | 
Definition at line 39 of file class.ilMyTestResultsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
      
  | 
  protected | 
Definition at line 38 of file class.ilMyTestResultsGUI.php.
Referenced by getTestObj(), and setTestObj().
      
  | 
  protected | 
Definition at line 40 of file class.ilMyTestResultsGUI.php.
Referenced by getTestSession(), and setTestSession().
| const ilMyTestResultsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserResultsOverview' | 
Definition at line 36 of file class.ilMyTestResultsGUI.php.