|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
@ilCtrl_Calls ilAssQuestionFeedbackEditingGUI: ilAssGenFeedbackPageGUI, ilAssSpecFeedbackPageGUI @ilCtrl_Calls ilAssQuestionFeedbackEditingGUI: ilPropertyFormGUI @ilCtrl_isCalledBy ilAssQuestionFeedbackEditingGUI: ilRepositoryGUI
Definition at line 31 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 41 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
private |
Definition at line 134 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 180 of file class.ilAssQuestionFeedbackEditingGUI.php.
References showFeedbackFormCmd().
Here is the call graph for this function:
|
private |
Definition at line 126 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilAssQuestionFeedbackEditingGUI::executeCommand | ( | ) |
Definition at line 57 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 154 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by buildForm().
Here is the caller graph for this function:
|
private |
Definition at line 163 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by saveFeedbackFormCmd().
Here is the caller graph for this function:
|
private |
Definition at line 100 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 83 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 88 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 186 of file class.ilAssQuestionFeedbackEditingGUI.php.
References showFeedbackFormCmd().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 38 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SAVE = 'saveFeedbackForm' |
Definition at line 34 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SHOW = 'showFeedbackForm' |
Definition at line 33 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 35 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SYNC = 'sync' |
Definition at line 36 of file class.ilAssQuestionFeedbackEditingGUI.php.