|
ILIAS
release_8 Revision v8.24
|
Class ilBTControllerGUI. More...
Inheritance diagram for ilBTControllerGUI:
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 28 of file class.ilBTControllerGUI.php.
|
protected |
Definition at line 80 of file class.ilBTControllerGUI.php.
References ILIAS\Repository\ctrl(), exit, getFromURL(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), 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 41 of file class.ilBTControllerGUI.php.
References abortBucket(), CMD_ABORT, CMD_GET_REPLACEMENT_ITEM, CMD_REMOVE, CMD_USER_INTERACTION, ILIAS\Repository\ctrl(), 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 99 of file class.ilBTControllerGUI.php.
References exit, ILIAS\FileDelivery\http(), ILIAS\Repository\int(), 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 112 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 121 of file class.ilBTControllerGUI.php.
References $url.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest().
Here is the caller graph for this function:
|
static |
| $url |
Definition at line 130 of file class.ilBTControllerGUI.php.
References $url.
Referenced by getFromURL().
Here is the caller graph for this function:
|
protected |
Definition at line 61 of file class.ilBTControllerGUI.php.
References ILIAS\Repository\ctrl(), getFromURL(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), 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 34 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" |
Definition at line 38 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getRefreshUrl().
| const ilBTControllerGUI::CMD_REMOVE = 'abortBucket' |
Definition at line 35 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::CMD_USER_INTERACTION = 'userInteraction' |
Definition at line 36 of file class.ilBTControllerGUI.php.
Referenced by executeCommand(), and ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::FROM_URL = 'from_url' |
Definition at line 31 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest().
| const ilBTControllerGUI::IS_ASYNC = 'bt_task_is_async' |
Definition at line 37 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::OBSERVER_ID = 'observer_id' |
Definition at line 32 of file class.ilBTControllerGUI.php.
Referenced by abortBucket(), getAsyncReplacementItem(), ilBTPopOverGUI\getCloseButtonAction(), ilBTPopOverGUI\getRefreshUrl(), and userInteraction().
| const ilBTControllerGUI::SELECTED_OPTION = 'selected_option' |
Definition at line 33 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), and userInteraction().