|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
@ilCtrl_Calls ilBulkEditQuestionsGUI: ilFormPropertyDispatchGUI More...
Collaboration diagram for ilBulkEditQuestionsGUI:Public Member Functions | |
| __construct (protected ilGlobalTemplateInterface $tpl, protected ilCtrl $ctrl, protected ilLanguage $lng, protected UIFactory $ui_factory, protected UIRenderer $ui_renderer, protected Refinery $refinery, protected ServerRequestInterface $request, protected RequestWrapper $request_wrapper, protected int $qpl_obj_id,) | |
| executeCommand () | |
Data Fields | |
| const | PARAM_IDS = 'qids' |
| const | CMD_EDITTAUTHOR = 'bulkedit_author' |
| const | CMD_SAVEAUTHOR = 'bulksave_author' |
| const | CMD_EDITLIFECYCLE = 'bulkedit_lifecycle' |
| const | CMD_SAVELIFECYCLE = 'bulksave_lifecycle' |
| const | CMD_EDITTAXONOMIES = 'bulkedit_taxonomies' |
| const | CMD_SAVETAXONOMIES = 'bulksave_taxonomies' |
| const | CMD_SAVETAXONOMIESADD = 'bulksave_taxonomies_add' |
Protected Member Functions | |
| getQuestionIds () | |
| store (Form\Standard $form, Closure $update) | |
| getQuestions () | |
| getShiftTrafo () | |
| getFormAuthor () | |
| getAuthorUpdater () | |
| getFormLifecycle () | |
| getLifecycleUpdater () | |
| getFormTaxonomies () | |
| storeTaxonomies (ilPropertyFormGUI $form) | |
Protected Attributes | |
| array | $question_ids = [] |
@ilCtrl_Calls ilBulkEditQuestionsGUI: ilFormPropertyDispatchGUI
Definition at line 32 of file class.ilBulkEditQuestionsGUI.php.
| ilBulkEditQuestionsGUI::__construct | ( | protected ilGlobalTemplateInterface | $tpl, |
| protected ilCtrl | $ctrl, | ||
| protected ilLanguage | $lng, | ||
| protected UIFactory | $ui_factory, | ||
| protected UIRenderer | $ui_renderer, | ||
| protected Refinery | $refinery, | ||
| protected ServerRequestInterface | $request, | ||
| protected RequestWrapper | $request_wrapper, | ||
| protected int | $qpl_obj_id | ||
| ) |
Definition at line 43 of file class.ilBulkEditQuestionsGUI.php.
| ilBulkEditQuestionsGUI::executeCommand | ( | ) |
Definition at line 58 of file class.ilBulkEditQuestionsGUI.php.
References $out, CMD_EDITLIFECYCLE, CMD_EDITTAUTHOR, CMD_EDITTAXONOMIES, CMD_SAVEAUTHOR, CMD_SAVELIFECYCLE, CMD_SAVETAXONOMIES, CMD_SAVETAXONOMIESADD, ILIAS\Repository\ctrl(), getAuthorUpdater(), getFormAuthor(), getFormLifecycle(), getFormTaxonomies(), getLifecycleUpdater(), getQuestionIds(), ILIAS\Repository\lng(), store(), and storeTaxonomies().
Here is the call graph for this function:
|
protected |
Definition at line 165 of file class.ilBulkEditQuestionsGUI.php.
References $q.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 152 of file class.ilBulkEditQuestionsGUI.php.
References ILIAS\Repository\ctrl(), getShiftTrafo(), and ILIAS\UI\Component\Input\Container\Container\withAdditionalTransformation().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 176 of file class.ilBulkEditQuestionsGUI.php.
References $lifecycle, ILIAS\UI\Implementation\Component\Input\Field\$options, ILIAS\Repository\ctrl(), ilAssQuestionLifecycle\getDraftInstance(), getShiftTrafo(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 203 of file class.ilBulkEditQuestionsGUI.php.
References ILIAS\Repository\ctrl(), ilObjTaxonomy\getUsageOfObject(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 191 of file class.ilBulkEditQuestionsGUI.php.
References $lifecycle, $q, and ilAssQuestionLifecycle\getInstance().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 111 of file class.ilBulkEditQuestionsGUI.php.
References ILIAS\Repository\refinery().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 136 of file class.ilBulkEditQuestionsGUI.php.
References assQuestion\instantiateQuestion().
Referenced by store(), and storeTaxonomies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 145 of file class.ilBulkEditQuestionsGUI.php.
References ILIAS\Repository\refinery().
Referenced by getFormAuthor(), and getFormLifecycle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 122 of file class.ilBulkEditQuestionsGUI.php.
References $data, $out, ILIAS\Repository\ctrl(), ilObjQuestionPoolGUI\DEFAULT_CMD, getQuestions(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 225 of file class.ilBulkEditQuestionsGUI.php.
References $post, $q, ilObject\_lookupType(), ILIAS\Repository\ctrl(), ilObjQuestionPoolGUI\DEFAULT_CMD, getQuestions(), ilObjTaxonomy\getUsageOfObject(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 56 of file class.ilBulkEditQuestionsGUI.php.
| const ilBulkEditQuestionsGUI::CMD_EDITLIFECYCLE = 'bulkedit_lifecycle' |
Definition at line 37 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand(), and ILIAS\TestQuestionPool\Questions\Presentation\QuestionTable\getActions().
| const ilBulkEditQuestionsGUI::CMD_EDITTAUTHOR = 'bulkedit_author' |
Definition at line 35 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand(), and ILIAS\TestQuestionPool\Questions\Presentation\QuestionTable\getActions().
| const ilBulkEditQuestionsGUI::CMD_EDITTAXONOMIES = 'bulkedit_taxonomies' |
Definition at line 39 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand(), and ILIAS\TestQuestionPool\Questions\Presentation\QuestionTable\getActions().
| const ilBulkEditQuestionsGUI::CMD_SAVEAUTHOR = 'bulksave_author' |
Definition at line 36 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand().
| const ilBulkEditQuestionsGUI::CMD_SAVELIFECYCLE = 'bulksave_lifecycle' |
Definition at line 38 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand().
| const ilBulkEditQuestionsGUI::CMD_SAVETAXONOMIES = 'bulksave_taxonomies' |
Definition at line 40 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand().
| const ilBulkEditQuestionsGUI::CMD_SAVETAXONOMIESADD = 'bulksave_taxonomies_add' |
Definition at line 41 of file class.ilBulkEditQuestionsGUI.php.
Referenced by executeCommand().
| const ilBulkEditQuestionsGUI::PARAM_IDS = 'qids' |
Definition at line 34 of file class.ilBulkEditQuestionsGUI.php.