ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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' |
Protected Member Functions | |
performCommand () | |
userInteraction () | |
abortBucket () | |
getFromURL () | |
Class ilBTControllerGUI.
Definition at line 12 of file class.ilBTControllerGUI.php.
|
protected |
Definition at line 60 of file class.ilBTControllerGUI.php.
References getFromURL(), and ILIAS\FileDelivery\http().
ilBTControllerGUI::executeCommand | ( | ) |
Definition at line 25 of file class.ilBTControllerGUI.php.
References performCommand().
|
protected |
Definition at line 93 of file class.ilBTControllerGUI.php.
References ILIAS\FileDelivery\http().
Referenced by abortBucket(), and userInteraction().
|
static |
$url |
Definition at line 106 of file class.ilBTControllerGUI.php.
References $url.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), and ilMainMenuGUI\renderBackgroundTasks().
|
protected |
Definition at line 34 of file class.ilBTControllerGUI.php.
Referenced by executeCommand().
|
static |
$url |
Definition at line 117 of file class.ilBTControllerGUI.php.
References $url.
|
protected |
Definition at line 47 of file class.ilBTControllerGUI.php.
References getFromURL(), and ILIAS\FileDelivery\http().
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_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::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().