|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilBTControllerGUI. More...
Collaboration diagram for ilBTControllerGUI: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 61 of file class.ilBTControllerGUI.php.
References exit, getFromURL(), ILIAS\FileDelivery\http(), and OBSERVER_ID.
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBTControllerGUI::executeCommand | ( | ) |
Definition at line 25 of file class.ilBTControllerGUI.php.
References abortBucket(), CMD_ABORT, CMD_GET_REPLACEMENT_ITEM, CMD_REMOVE, CMD_USER_INTERACTION, getAsyncReplacementItem(), and userInteraction().
Here is the call graph for this function:
|
protected |
Loads one single aggregate notification item representing a button async to replace an existing one.
Definition at line 80 of file class.ilBTControllerGUI.php.
References exit, ILIAS\FileDelivery\http(), and OBSERVER_ID.
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 96 of file class.ilBTControllerGUI.php.
References ILIAS\FileDelivery\http(), and unhash().
Referenced by abortBucket(), and userInteraction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| $url |
Definition at line 109 of file class.ilBTControllerGUI.php.
References $url.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), and ilMainMenuGUI\renderBackgroundTasks().
Here is the caller graph for this function:
|
static |
| $url |
Definition at line 120 of file class.ilBTControllerGUI.php.
References $url.
Referenced by getFromURL().
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file class.ilBTControllerGUI.php.
References exit, getFromURL(), ILIAS\FileDelivery\http(), OBSERVER_ID, and SELECTED_OPTION.
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilBTControllerGUI::CMD_ABORT = 'abortBucket' |
Definition at line 18 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" |
Definition at line 22 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getRefreshUrl().
| const ilBTControllerGUI::CMD_REMOVE = 'abortBucket' |
Definition at line 19 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::CMD_USER_INTERACTION = 'userInteraction' |
Definition at line 20 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getCloseButtonAction().
| 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 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 abortBucket(), getAsyncReplacementItem(), ilBTPopOverGUI\getCloseButtonAction(), ilBTPopOverGUI\getRefreshUrl(), and userInteraction().
| const ilBTControllerGUI::SELECTED_OPTION = 'selected_option' |
Definition at line 17 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), and userInteraction().