|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 |
| Services | $global_screen |
Private Member Functions | |
| resolveCallback (isToolItem $item) | |
| getIdentification () | |
Private Attributes | |
| const | TARGET_SCRIPT = "/ilias.php" |
Definition at line 30 of file CallbackHandler.php.
| ILIAS\GlobalScreen\Client\CallbackHandler::__construct | ( | ) |
Definition at line 45 of file CallbackHandler.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
private |
Definition at line 80 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 72 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 54 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 42 of file CallbackHandler.php.
|
protected |
Definition at line 43 of file CallbackHandler.php.
|
protected |
Definition at line 41 of file CallbackHandler.php.
|
protected |
Definition at line 40 of file CallbackHandler.php.
| const ILIAS\GlobalScreen\Client\CallbackHandler::KEY_ITEM = 'item' |
Definition at line 38 of file CallbackHandler.php.
|
private |
Definition at line 37 of file CallbackHandler.php.