ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (\ilPageObjectGUI $page_gui, string $pc_id="") | |
handle (array $query) | |
getActionsDropDown () | |
getMultiLangActions () | |
Add multi-language actions to menu. More... | |
getMultiLangInfo () | |
getModalTemplate () | |
getConfirmationTemplate () | |
Get confirmation template. More... | |
Protected Member Functions | |
allCommand () | |
getConfig () | |
getAddCommands () | |
getPageEditHelp () | |
Get page help (general) More... | |
getMultiEditHelp () | |
Get page help (multi editing) More... | |
getTopActions () | |
getMultiActions () | |
getPasteMessage () | |
Confirmation screen for cut/paste step. More... | |
getErrorMessage () | |
Confirmation screen for cut/paste step. More... | |
getErrorModalMessage () | |
getFormatSelection () | |
getPCModel () | |
Get page component model. More... | |
componentEditFormResponse (array $query) | |
getComponentsEditorUI () | |
Get components ui elements. More... | |
getComponentsDefinitions () | |
getAutoSaveInterval () | |
Get auto save interval. More... | |
Protected Attributes | |
ILIAS COPage InternalGUIService | $gui |
ILIAS COPage PC PCDefinition | $pc_definition |
string | $pc_id = "" |
ILIAS DI UIServices | $ui |
ilLanguage | $lng |
ilPageObjectGUI | $page_gui |
ilObjUser | $user |
Server UIWrapper | $ui_wrapper |
ilCtrl | $ctrl |
ilDBInterface | $db |
ilComponentFactory | $component_factory |
Definition at line 31 of file class.PageQueryActionHandler.php.
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::__construct | ( | \ilPageObjectGUI | $page_gui, |
string | $pc_id = "" |
||
) |
Definition at line 45 of file class.PageQueryActionHandler.php.
References $DIC, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$page_gui, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$pc_id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
|
protected |
Definition at line 83 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ctrl, Vendor\Package\$f, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$pc_id, $r, ilEditClipboard\getAction(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getAddCommands(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getAutoSaveInterval(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getComponentsDefinitions(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getComponentsEditorUI(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getConfig(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getConfirmationTemplate(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getErrorMessage(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getErrorModalMessage(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getFormatSelection(), ilUtil\getImagePath(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getModalTemplate(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiActions(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiEditHelp(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getPageEditHelp(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getPasteMessage(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getPCModel(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getTopActions(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\handle().
|
protected |
Definition at line 581 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$page_gui, and ilPageObjectGUI\getStyleId().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\handle().
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::getActionsDropDown | ( | ) |
Definition at line 255 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ctrl, $lm_set, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$user, ANONYMOUS_USER_ID, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangActions(), ilLanguage\loadLanguageModule(), and ILIAS\Repository\user().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getTopActions().
|
protected |
Definition at line 154 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, XapiProxy\$plugin, ilLanguage\txt(), and ilPageComponentPlugin\TXT_CMD_INSERT.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Get auto save interval.
Definition at line 662 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 622 of file class.PageQueryActionHandler.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Get components ui elements.
Definition at line 602 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$page_gui, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui, and ilPageObjectGUI\getStyleId().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 129 of file class.PageQueryActionHandler.php.
References $txt, ilObjStyleSheet\getContentStylePath(), ilUtil\getStyleSheetLocation(), null, ilPageConfig\SEC_PROTECT_PROTECTED, and ILIAS\Repository\user().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::getConfirmationTemplate | ( | ) |
Get confirmation template.
Definition at line 650 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Confirmation screen for cut/paste step.
Definition at line 521 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 528 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 535 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::getModalTemplate | ( | ) |
Definition at line 633 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 485 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Get page help (multi editing)
Definition at line 204 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, and ilLanguage\loadLanguageModule().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::getMultiLangActions | ( | ) |
Add multi-language actions to menu.
Definition at line 408 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ctrl, $lang, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui, and ilLanguage\loadLanguageModule().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getActionsDropDown().
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::getMultiLangInfo | ( | ) |
Definition at line 455 of file class.PageQueryActionHandler.php.
References $info, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getTopActions().
|
protected |
Get page help (general)
Definition at line 184 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, and ilLanguage\loadLanguageModule().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Confirmation screen for cut/paste step.
Definition at line 509 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Get page component model.
Definition at line 576 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 216 of file class.PageQueryActionHandler.php.
References Vendor\Package\$b, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ctrl, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$lng, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\$ui, ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getActionsDropDown(), ilUtil\getImagePath(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangInfo(), and ilLanguage\loadLanguageModule().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler::handle | ( | array | $query | ) |
Exception |
Definition at line 71 of file class.PageQueryActionHandler.php.
References ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand(), and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\componentEditFormResponse().
|
protected |
Definition at line 43 of file class.PageQueryActionHandler.php.
|
protected |
Definition at line 41 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getActionsDropDown(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangActions(), and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getTopActions().
|
protected |
Definition at line 42 of file class.PageQueryActionHandler.php.
|
protected |
Definition at line 33 of file class.PageQueryActionHandler.php.
|
protected |
Definition at line 37 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getActionsDropDown(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getAddCommands(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getFormatSelection(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiEditHelp(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangActions(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangInfo(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getPageEditHelp(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getPasteMessage(), and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getTopActions().
|
protected |
Definition at line 38 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\__construct(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\componentEditFormResponse(), and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getComponentsEditorUI().
|
protected |
Definition at line 34 of file class.PageQueryActionHandler.php.
|
protected |
Definition at line 35 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\__construct(), and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\allCommand().
|
protected |
Definition at line 36 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getActionsDropDown(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getComponentsEditorUI(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getConfirmationTemplate(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getFormatSelection(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getModalTemplate(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangActions(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getMultiLangInfo(), and ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getTopActions().
|
protected |
Definition at line 40 of file class.PageQueryActionHandler.php.
|
protected |
Definition at line 39 of file class.PageQueryActionHandler.php.
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getActionsDropDown().