| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 32 of file class.ilMyTestSolutionsGUI.php.
| ilMyTestSolutionsGUI::executeCommand | ( | ) | 
Definition at line 70 of file class.ilMyTestSolutionsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
 Here is the call graph for this function:| ilMyTestSolutionsGUI::getObjectiveParent | ( | ) | 
Definition at line 60 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilMyTestSolutionsGUI::getTestAccess | ( | ) | 
Definition at line 50 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilMyTestSolutionsGUI::getTestObj | ( | ) | 
Definition at line 40 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 65 of file class.ilMyTestSolutionsGUI.php.
References $objectiveParent.
| ilMyTestSolutionsGUI::setTestAccess | ( | ilTestAccess | $testAccess | ) | 
Definition at line 55 of file class.ilMyTestSolutionsGUI.php.
References $testAccess.
| ilMyTestSolutionsGUI::setTestObj | ( | ilObjTest | $testObj | ) | 
      
  | 
  protected | 
Definition at line 38 of file class.ilMyTestSolutionsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
      
  | 
  protected | 
Definition at line 37 of file class.ilMyTestSolutionsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
      
  | 
  protected | 
Definition at line 36 of file class.ilMyTestSolutionsGUI.php.
Referenced by getTestObj(), and setTestObj().
| const ilMyTestSolutionsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserListOfAnswerPasses' | 
Definition at line 34 of file class.ilMyTestSolutionsGUI.php.