|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBTPopOverGUI. More...
Collaboration diagram for ilBTPopOverGUI:Public Member Functions | |
| __construct (Factory $uiFactory, Persistence $btPersistence, \ilLanguage $lng, ilCtrl $ctrl) | |
| ilBTPopOverGUI constructor. More... | |
| getPopOverContent ($user_id, $redirect_uri, $replace_url='') | |
| Get the content for the popover as ui element. More... | |
| getDefaultCardContent (Bucket $observer) | |
Protected Member Functions | |
| getProgressbar (Bucket $observer) | |
| addButton (UserInteraction\Option $option, $redirect_uri, ilTemplate $bucket, Bucket $observer) | |
| addFromUrlToNextRequest ($redirect_uri) | |
Protected Attributes | |
| $btPersistence | |
Class ilBTPopOverGUI.
Definition at line 19 of file class.ilBTPopOverGUI.php.
| ilBTPopOverGUI::__construct | ( | Factory | $uiFactory, |
| Persistence | $btPersistence, | ||
| \ilLanguage | $lng, | ||
| ilCtrl | $ctrl | ||
| ) |
ilBTPopOverGUI constructor.
| \ILIAS\UI\Factory | $uiFactory | |
| \ILIAS\BackgroundTasks\Persistence | $btPersistence | |
| \ilLanguage | $lng | |
| \ilCtrl | $ctrl |
Definition at line 37 of file class.ilBTPopOverGUI.php.
References $btPersistence.
|
protected |
Definition at line 202 of file class.ilBTPopOverGUI.php.
References $action, $f, $r, addFromUrlToNextRequest(), ilBTControllerGUI\CMD_ABORT, ilBTControllerGUI\CMD_REMOVE, ilBTControllerGUI\CMD_USER_INTERACTION, ilBTControllerGUI\OBSERVER_ID, ilTemplate\parseCurrentBlock(), ilBTControllerGUI\SELECTED_OPTION, ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getPopOverContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| $redirect_uri |
Definition at line 243 of file class.ilBTPopOverGUI.php.
References ilBTControllerGUI\FROM_URL, and ilBTControllerGUI\hash().
Referenced by addButton().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBTPopOverGUI::getDefaultCardContent | ( | Bucket | $observer | ) |
| \ILIAS\BackgroundTasks\Bucket | $observer |
Definition at line 125 of file class.ilBTPopOverGUI.php.
References getProgressbar().
Here is the call graph for this function:| ilBTPopOverGUI::getPopOverContent | ( | $user_id, | |
| $redirect_uri, | |||
$replace_url = '' |
|||
| ) |
Get the content for the popover as ui element.
DOES NOT DO ANY PERMISSION CHECKS.
| int | $user_id | |
| null | $redirect_uri |
Definition at line 52 of file class.ilBTPopOverGUI.php.
References $f, $r, $state, addButton(), ILIAS\BackgroundTasks\BucketMeta\getState(), and user().
Here is the call graph for this function:
|
protected |
| \ILIAS\BackgroundTasks\Bucket | $observer |
Definition at line 174 of file class.ilBTPopOverGUI.php.
References ILIAS\BackgroundTasks\Bucket\getOverallPercentage(), and ILIAS\BackgroundTasks\Bucket\getState().
Referenced by getDefaultCardContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilBTPopOverGUI.php.
Referenced by __construct().