| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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(), and ILIAS\Repository\int().
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(), 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(), and ILIAS\Repository\int().
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().
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(), and ilBTPopOverGUI\getDefaultCardContent().
 Here is the caller graph for this function:
      
  | 
  static | 
      
  | 
  protected | 
Definition at line 61 of file class.ilBTControllerGUI.php.
References ILIAS\Repository\ctrl(), getFromURL(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), and ILIAS\Repository\user().
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 ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::CMD_GET_REPLACEMENT_ITEM = "getAsyncReplacementItem" | 
Definition at line 38 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getRefreshUrl().
| const ilBTControllerGUI::CMD_REMOVE = 'abortBucket' | 
Definition at line 35 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction().
| const ilBTControllerGUI::CMD_USER_INTERACTION = 'userInteraction' | 
Definition at line 36 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), and ilBTPopOverGUI\getDefaultCardContent().
| const ilBTControllerGUI::FROM_URL = 'from_url' | 
Definition at line 31 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\addFromUrlToNextRequest(), and ilBTPopOverGUI\getDefaultCardContent().
| 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 ilBTPopOverGUI\getCloseButtonAction(), ilBTPopOverGUI\getDefaultCardContent(), and ilBTPopOverGUI\getRefreshUrl().
| const ilBTControllerGUI::SELECTED_OPTION = 'selected_option' | 
Definition at line 33 of file class.ilBTControllerGUI.php.
Referenced by ilBTPopOverGUI\getCloseButtonAction(), and ilBTPopOverGUI\getDefaultCardContent().