ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | REPLACE_SIGNAL = 'replaceSignal' |
const | CMD_ABORT = 'abortBucket' |
const | CMD_REMOVE = 'abortBucket' |
const | CMD_GET_POPOVER_CONTENT = 'getPopoverContent' |
const | CMD_USER_INTERACTION = 'userInteraction' |
const | IS_ASYNC = 'bt_task_is_async' |
const | CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" |
Protected Member Functions | |
performCommand () | |
userInteraction () | |
abortBucket () | |
getFromURL () | |
Class ilBTControllerGUI.
Definition at line 12 of file class.ilBTControllerGUI.php.
|
protected |
Definition at line 75 of file class.ilBTControllerGUI.php.
References exit, getFromURL(), and ILIAS\FileDelivery\http().
Referenced by performCommand().
ilBTControllerGUI::executeCommand | ( | ) |
Definition at line 27 of file class.ilBTControllerGUI.php.
References performCommand().
|
protected |
Definition at line 111 of file class.ilBTControllerGUI.php.
References ILIAS\FileDelivery\http().
Referenced by abortBucket(), and userInteraction().
|
static |
$url |
Definition at line 124 of file class.ilBTControllerGUI.php.
References $url.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), and ilMainMenuGUI\renderBackgroundTasks().
|
protected |
Definition at line 36 of file class.ilBTControllerGUI.php.
References abortBucket(), and userInteraction().
Referenced by executeCommand().
|
static |
$url |
Definition at line 135 of file class.ilBTControllerGUI.php.
References $url.
|
protected |
Definition at line 56 of file class.ilBTControllerGUI.php.
References $t, exit, getFromURL(), and ILIAS\FileDelivery\http().
Referenced by performCommand().
const ilBTControllerGUI::CMD_ABORT = 'abortBucket' |
Definition at line 19 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addButton().
const ilBTControllerGUI::CMD_GET_POPOVER_CONTENT = 'getPopoverContent' |
Definition at line 21 of file class.ilBTControllerGUI.php.
Referenced by ilMainMenuGUI\renderBackgroundTasks().
const ilBTControllerGUI::CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" |
Definition at line 24 of file class.ilBTControllerGUI.php.
const ilBTControllerGUI::CMD_REMOVE = 'abortBucket' |
Definition at line 20 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addButton().
const ilBTControllerGUI::CMD_USER_INTERACTION = 'userInteraction' |
Definition at line 22 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addButton(), and ilBTPopOverGUI\getDefaultCardContent().
const ilBTControllerGUI::FROM_URL = 'from_url' |
Definition at line 15 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), and ilMainMenuGUI\renderBackgroundTasks().
const ilBTControllerGUI::IS_ASYNC = 'bt_task_is_async' |
Definition at line 23 of file class.ilBTControllerGUI.php.
const ilBTControllerGUI::OBSERVER_ID = 'observer_id' |
Definition at line 16 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addButton(), and ilBTPopOverGUI\getDefaultCardContent().
const ilBTControllerGUI::REPLACE_SIGNAL = 'replaceSignal' |
Definition at line 18 of file class.ilBTControllerGUI.php.
Referenced by ilMainMenuGUI\renderBackgroundTasks().
const ilBTControllerGUI::SELECTED_OPTION = 'selected_option' |
Definition at line 17 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addButton(), and ilBTPopOverGUI\getDefaultCardContent().