ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilBTControllerGUI. More...
Public Member Functions | |
executeCommand () | |
Static Public Member Functions | |
static | hash ($url) |
static | unhash ($url) |
Data Fields | |
const | FROM_URL = 'from_url' |
const | OBSERVER_ID = 'observer_id' |
const | SELECTED_OPTION = 'selected_option' |
const | CMD_ABORT = 'abortBucket' |
const | CMD_REMOVE = 'abortBucket' |
const | CMD_USER_INTERACTION = 'userInteraction' |
const | IS_ASYNC = 'bt_task_is_async' |
const | CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" |
Protected Member Functions | |
userInteraction () | |
abortBucket () | |
getAsyncReplacementItem () | |
Loads one single aggregate notification item representing a button async to replace an existing one. More... | |
getFromURL () | |
Class ilBTControllerGUI.
Definition at line 12 of file class.ilBTControllerGUI.php.
|
protected |
Definition at line 64 of file class.ilBTControllerGUI.php.
References exit, getFromURL(), and ILIAS\FileDelivery\http().
Referenced by executeCommand().
ilBTControllerGUI::executeCommand | ( | ) |
Definition at line 25 of file class.ilBTControllerGUI.php.
References abortBucket(), getAsyncReplacementItem(), and userInteraction().
|
protected |
Loads one single aggregate notification item representing a button async to replace an existing one.
Definition at line 83 of file class.ilBTControllerGUI.php.
References exit, and ILIAS\FileDelivery\http().
Referenced by executeCommand().
|
protected |
Definition at line 99 of file class.ilBTControllerGUI.php.
References ILIAS\FileDelivery\http().
Referenced by abortBucket(), and userInteraction().
|
static |
$url |
Definition at line 112 of file class.ilBTControllerGUI.php.
References $url.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), ilBTPopOverGUI\getDefaultCardContent(), and ilMainMenuGUI\renderBackgroundTasks().
|
static |
$url |
Definition at line 123 of file class.ilBTControllerGUI.php.
References $url.
|
protected |
Definition at line 45 of file class.ilBTControllerGUI.php.
References getFromURL(), ILIAS\FileDelivery\http(), and user().
Referenced by executeCommand().
const ilBTControllerGUI::CMD_ABORT = 'abortBucket' |
Definition at line 18 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction().
const ilBTControllerGUI::CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" |
Definition at line 22 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getRefreshUrl().
const ilBTControllerGUI::CMD_REMOVE = 'abortBucket' |
Definition at line 19 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction().
const ilBTControllerGUI::CMD_USER_INTERACTION = 'userInteraction' |
Definition at line 20 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), and ilBTPopOverGUI\getDefaultCardContent().
const ilBTControllerGUI::FROM_URL = 'from_url' |
Definition at line 15 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), ilBTPopOverGUI\getDefaultCardContent(), and ilMainMenuGUI\renderBackgroundTasks().
const ilBTControllerGUI::IS_ASYNC = 'bt_task_is_async' |
Definition at line 21 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction().
const ilBTControllerGUI::OBSERVER_ID = 'observer_id' |
Definition at line 16 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), ilBTPopOverGUI\getDefaultCardContent(), and ilBTPopOverGUI\getRefreshUrl().
const ilBTControllerGUI::SELECTED_OPTION = 'selected_option' |
Definition at line 17 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), and ilBTPopOverGUI\getDefaultCardContent().