| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilAssQuestionFeedbackEditingGUI:Public Member Functions | |
| __construct (protected readonly assQuestionGUI $question_gui, protected readonly ilCtrl $ctrl, protected readonly ilAccessHandler $access, protected readonly ilGlobalTemplateInterface $tpl, protected readonly ilTabsGUI $tabs, protected readonly ilLanguage $lng, protected readonly ilHelpGUI $help, private readonly RequestDataCollector $request, private readonly ContentStyle $content_style, private readonly bool $in_pool_context=false) | |
| executeCommand () | |
| confirmSyncCmd () | |
| syncCmd () | |
Data Fields | |
| const | CMD_SHOW = 'showFeedbackForm' | 
| const | CMD_SAVE = 'saveFeedbackForm' | 
| const | CMD_SHOW_SYNC = 'confirmSync' | 
| const | CMD_SYNC = 'sync' | 
Protected Member Functions | |
| setContentStyle () | |
Protected Attributes | |
| assQuestion | $question_obj = null | 
| ilAssQuestionFeedback | $feedback_obj = null | 
Private Member Functions | |
| showFeedbackFormCmd (string $additional_content='') | |
| saveFeedbackFormCmd () | |
| createFeedbackPageCmd () | |
| buildForm () | |
| isFormSaveable () | |
| isSyncAfterSaveRequired () | |
ilAssQuestionFeedbackEditingGUI: ilAssGenFeedbackPageGUI, ilAssSpecFeedbackPageGUI ilAssQuestionFeedbackEditingGUI: ilPropertyFormGUI
Definition at line 30 of file class.ilAssQuestionFeedbackEditingGUI.php.
| ilAssQuestionFeedbackEditingGUI::__construct | ( | protected readonly assQuestionGUI | $question_gui, | 
| protected readonly ilCtrl | $ctrl, | ||
| protected readonly ilAccessHandler | $access, | ||
| protected readonly ilGlobalTemplateInterface | $tpl, | ||
| protected readonly ilTabsGUI | $tabs, | ||
| protected readonly ilLanguage | $lng, | ||
| protected readonly ilHelpGUI | $help, | ||
| private readonly RequestDataCollector | $request, | ||
| private readonly ContentStyle | $content_style, | ||
| private readonly bool | $in_pool_context = false  | 
        ||
| ) | 
Definition at line 40 of file class.ilAssQuestionFeedbackEditingGUI.php.
      
  | 
  private | 
Definition at line 133 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl(), isFormSaveable(), and ILIAS\Repository\lng().
Referenced by saveFeedbackFormCmd(), and showFeedbackFormCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilAssQuestionFeedbackEditingGUI::confirmSyncCmd | ( | ) | 
Definition at line 179 of file class.ilAssQuestionFeedbackEditingGUI.php.
References showFeedbackFormCmd().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 125 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilAssQuestionFeedbackEditingGUI::executeCommand | ( | ) | 
Definition at line 56 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), setContentStyle(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 153 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by buildForm().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 162 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by saveFeedbackFormCmd().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 99 of file class.ilAssQuestionFeedbackEditingGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), isSyncAfterSaveRequired(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 82 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by executeCommand().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 87 of file class.ilAssQuestionFeedbackEditingGUI.php.
References buildForm().
Referenced by confirmSyncCmd(), and syncCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilAssQuestionFeedbackEditingGUI::syncCmd | ( | ) | 
Definition at line 185 of file class.ilAssQuestionFeedbackEditingGUI.php.
References showFeedbackFormCmd().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 38 of file class.ilAssQuestionFeedbackEditingGUI.php.
      
  | 
  protected | 
Definition at line 37 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SAVE = 'saveFeedbackForm' | 
Definition at line 33 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SHOW = 'showFeedbackForm' | 
Definition at line 32 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by ilAssQuestionFeedbackPageObjectCommandForwarder\__construct(), assQuestionGUI\addTab_QuestionFeedback(), ilQuestionBrowserTableGUI\fillRow(), ilAssQuestionFeedbackPageObjectCommandForwarder\forward(), ILIAS\Test\Questions\Presentation\QuestionsTableActions\handleCommand(), ilPageObjectGUI\setQEditTabs(), and ilPCQuestionGUI\setTabs().
| const ilAssQuestionFeedbackEditingGUI::CMD_SHOW_SYNC = 'confirmSync' | 
Definition at line 34 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SYNC = 'sync' | 
Definition at line 35 of file class.ilAssQuestionFeedbackEditingGUI.php.