| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilAssQuestionHintGUI:
 Collaboration diagram for ilAssQuestionHintGUI:Public Member Functions | |
| __construct (assQuestionGUI $questionGUI) | |
| executeCommand () | |
| Execute Command.  More... | |
  Public Member Functions inherited from ilAssQuestionHintAbstractGUI | |
| __construct (assQuestionGUI $questionGUI) | |
| Constructor.  More... | |
Data Fields | |
| const | CMD_SHOW_FORM = 'showForm' | 
| command constants  More... | |
| const | CMD_SAVE_FORM = 'saveForm' | 
| const | CMD_CANCEL_FORM = 'cancelForm' | 
Private Member Functions | |
| showFormCmd (ilPropertyFormGUI $form=null) | |
| shows the form for managing a new/existing hint  More... | |
| saveFormCmd () | |
| saves the form on successfull validation and redirects to showForm command  More... | |
| cancelFormCmd () | |
| gateway command method to jump back to question hints overview  More... | |
| buildForm (ilAssQuestionHint $questionHint=null) | |
| builds the questions hints form  More... | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl | 
| ILIAS TestQuestionPool QuestionInfoService | $questioninfo | 
Additional Inherited Members | |
  Protected Attributes inherited from ilAssQuestionHintAbstractGUI | |
| ILIAS TestQuestionPool InternalRequestService | $request | 
| assQuestionGUI | $questionGUI = null | 
| assQuestion | $questionOBJ = null | 
| ilTabsGUI | $tabs | 
Definition at line 30 of file class.ilAssQuestionHintGUI.php.
| ilAssQuestionHintGUI::__construct | ( | assQuestionGUI | $questionGUI | ) | 
Definition at line 41 of file class.ilAssQuestionHintGUI.php.
References $DIC, and ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  private | 
builds the questions hints form
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 200 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, ilObjAdvancedEditing\_getUsedHTMLTags(), and ilFormPropertyGUI\setRequired().
Referenced by saveFormCmd(), and showFormCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
gateway command method to jump back to question hints overview
private ilCtrl $ilCtrl
Definition at line 184 of file class.ilAssQuestionHintGUI.php.
References $DIC.
| ilAssQuestionHintGUI::executeCommand | ( | ) | 
Execute Command.
public ilCtrl $ilCtrl
Definition at line 56 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, ilAssQuestionHintPageObjectCommandForwarder\PRESENTATION_MODE_AUTHOR, and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  private | 
saves the form on successfull validation and redirects to showForm command
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 125 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, assQuestion\_isWriteable(), buildForm(), ilAssQuestionHintsGUI\CMD_CONFIRM_SYNC, ilAssQuestionHintsGUI\CMD_SHOW_LIST, ilAssQuestionHintList\getNextIndexByQuestionId(), and showFormCmd().
 Here is the call graph for this function:
      
  | 
  private | 
shows the form for managing a new/existing hint
private ilCtrl $ilCtrl ilTemplate $tpl
Definition at line 91 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, buildForm(), ilAssQuestionHintsGUI\CMD_SHOW_LIST, and ILIAS\Repository\int().
Referenced by saveFormCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 38 of file class.ilAssQuestionHintGUI.php.
      
  | 
  private | 
Definition at line 39 of file class.ilAssQuestionHintGUI.php.
| const ilAssQuestionHintGUI::CMD_CANCEL_FORM = 'cancelForm' | 
Definition at line 37 of file class.ilAssQuestionHintGUI.php.
| const ilAssQuestionHintGUI::CMD_SAVE_FORM = 'saveForm' | 
Definition at line 36 of file class.ilAssQuestionHintGUI.php.
| const ilAssQuestionHintGUI::CMD_SHOW_FORM = 'showForm' | 
command constants
Definition at line 35 of file class.ilAssQuestionHintGUI.php.
Referenced by ilAssQuestionHintsTableGUI\fillRow(), and ilAssQuestionHintsGUI\showListCmd().