|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for GuzzleHttp\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.
| GuzzleHttp\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 GuzzleHttp\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.
Referenced by GuzzleHttp\Client\CallbackHandler\run().
Here is the caller graph for this function:| GuzzleHttp\Client\CallbackHandler::run | ( | ) |
Definition at line 51 of file CallbackHandler.php.
References ILIAS\Repository\ctrl(), GuzzleHttp\Client\CallbackHandler\getIdentification(), and GuzzleHttp\Client\CallbackHandler\resolveCallback().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file CallbackHandler.php.
|
protected |
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 GuzzleHttp\Client\CallbackHandler::KEY_ITEM = 'item' |
Definition at line 34 of file CallbackHandler.php.
Referenced by ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\StandardPagePartProvider\getContent().
|
private |
Definition at line 33 of file CallbackHandler.php.