|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\HTTP\Services:
Collaboration diagram for ILIAS\HTTP\Services:Public Member Functions | |
| __construct (Container $dic) | |
| Services constructor. More... | |
| durations () | |
| wrapper () | |
| raw () | |
| request () | |
| response () | |
| cookieJar () | |
| saveRequest (ServerRequestInterface $request) | |
| @inheritDoc More... | |
| saveResponse (ResponseInterface $response) | |
| @inheritDoc More... | |
| sendResponse () | |
| @inheritDoc More... | |
| close () | |
| agent () | |
| durations () | |
| wrapper () | |
| request () | |
| Returns the current psr-7 server request. More... | |
| response () | |
| Returns the current psr-7 response. More... | |
| cookieJar () | |
| Returns a cookie jar which has all cookies known by the ILIAS response. More... | |
| saveRequest (ServerRequestInterface $request) | |
| Saves the given request for further use. More... | |
| saveResponse (ResponseInterface $response) | |
| Saves the given response for further use. More... | |
| sendResponse () | |
| Render the current response hold by ILIAS. More... | |
| close () | |
Protected Attributes | |
| GlobalHttpState | $raw |
| WrapperFactory | $wrapper |
| AgentDetermination | $agent |
Class Services.
Definition at line 37 of file Services.php.
| ILIAS\HTTP\Services::__construct | ( | Container | $dic | ) |
Services constructor.
Definition at line 46 of file Services.php.
References $dic, ILIAS\HTTP\Services\agent(), ILIAS\HTTP\Services\raw(), and ILIAS\HTTP\Services\wrapper().
Here is the call graph for this function:| ILIAS\HTTP\Services::agent | ( | ) |
Definition at line 137 of file Services.php.
References ILIAS\HTTP\Services\$agent.
Referenced by ILIAS\HTTP\Services\__construct().
Here is the caller graph for this function:| ILIAS\HTTP\Services::close | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 132 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::cookieJar | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 103 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::durations | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 59 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::raw | ( | ) |
Definition at line 73 of file Services.php.
References ILIAS\HTTP\Services\$raw.
Referenced by ILIAS\HTTP\Services\__construct(), ILIAS\HTTP\Services\close(), ILIAS\HTTP\Services\cookieJar(), ILIAS\HTTP\Services\durations(), ILIAS\HTTP\Services\request(), ILIAS\HTTP\Services\response(), ILIAS\HTTP\Services\saveRequest(), ILIAS\HTTP\Services\saveResponse(), and ILIAS\HTTP\Services\sendResponse().
Here is the caller graph for this function:| ILIAS\HTTP\Services::request | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 83 of file Services.php.
References ILIAS\HTTP\Services\raw().
Referenced by ilWebDAVMountInstructionsGUI\__construct(), and ilWebAccessChecker\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\HTTP\Services::response | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 93 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::saveRequest | ( | ServerRequestInterface | $request | ) |
@inheritDoc
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 111 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::saveResponse | ( | ResponseInterface | $response | ) |
@inheritDoc
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 119 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::sendResponse | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 127 of file Services.php.
References ILIAS\HTTP\Services\raw().
Here is the call graph for this function:| ILIAS\HTTP\Services::wrapper | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 64 of file Services.php.
References ILIAS\HTTP\Services\$wrapper.
Referenced by ILIAS\HTTP\Services\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file Services.php.
Referenced by ILIAS\HTTP\Services\agent().
|
protected |
Definition at line 39 of file Services.php.
Referenced by ILIAS\HTTP\Services\raw().
|
protected |
Definition at line 40 of file Services.php.
Referenced by ILIAS\HTTP\Services\wrapper().