ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
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().
ilAssQuestionFeedbackEditingGUI::confirmSyncCmd | ( | ) |
Definition at line 179 of file class.ilAssQuestionFeedbackEditingGUI.php.
References showFeedbackFormCmd().
|
private |
Definition at line 125 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl().
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().
|
private |
Definition at line 153 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by buildForm().
|
private |
Definition at line 162 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by saveFeedbackFormCmd().
|
private |
Definition at line 99 of file class.ilAssQuestionFeedbackEditingGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), isSyncAfterSaveRequired(), and ILIAS\Repository\lng().
|
protected |
Definition at line 82 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by executeCommand().
|
private |
Definition at line 87 of file class.ilAssQuestionFeedbackEditingGUI.php.
References buildForm().
Referenced by confirmSyncCmd(), and syncCmd().
ilAssQuestionFeedbackEditingGUI::syncCmd | ( | ) |
Definition at line 185 of file class.ilAssQuestionFeedbackEditingGUI.php.
References showFeedbackFormCmd().
|
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.