|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\GlobalScreen\Client\CallbackHandler:Public Member Functions | |
| __construct () | |
| run () | |
Data Fields | |
| const | KEY_ITEM = 'item' |
Protected Attributes | |
| WrapperFactory | $wrapper |
| Factory | $refinery |
| ilCtrlInterface | $ctrl |
| ILIAS GlobalScreen Services | $global_screen |
Private Member Functions | |
| resolveCallback (isToolItem $item) | |
| getIdentification () | |
Private Attributes | |
| const | TARGET_SCRIPT = "/ilias.php" |
Definition at line 29 of file CallbackHandler.php.
| ILIAS\GlobalScreen\Client\CallbackHandler::__construct | ( | ) |
Definition at line 41 of file CallbackHandler.php.
References $DIC, ILIAS\Repository\ctrl(), ilInitialisation\initILIAS(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
private |
Definition at line 77 of file CallbackHandler.php.
References ILIAS\Repository\refinery().
Referenced by ILIAS\GlobalScreen\Client\CallbackHandler\run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 69 of file CallbackHandler.php.
References ILIAS\GlobalScreen\Scope\Tool\Factory\isToolItem\getCloseCallback(), and ILIAS\GlobalScreen\Scope\Tool\Factory\isToolItem\hasCloseCallback().
Referenced by ILIAS\GlobalScreen\Client\CallbackHandler\run().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\GlobalScreen\Client\CallbackHandler::run | ( | ) |
Definition at line 51 of file CallbackHandler.php.
References ILIAS\Repository\ctrl(), ILIAS\GlobalScreen\Client\CallbackHandler\getIdentification(), and ILIAS\GlobalScreen\Client\CallbackHandler\resolveCallback().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file CallbackHandler.php.
Definition at line 39 of file CallbackHandler.php.
|
protected |
Definition at line 37 of file CallbackHandler.php.
|
protected |
Definition at line 36 of file CallbackHandler.php.
| const ILIAS\GlobalScreen\Client\CallbackHandler::KEY_ITEM = 'item' |
Definition at line 34 of file CallbackHandler.php.
|
private |
Definition at line 33 of file CallbackHandler.php.