ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (Container $dic) | |
Services constructor. More... | |
durations () | |
wrapper () | |
raw () | |
request () | |
response () | |
cookieJar () | |
saveRequest (ServerRequestInterface $request) | |
saveResponse (ResponseInterface $response) | |
sendResponse () | |
close () | |
agent () | |
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 ILIAS\HTTP\Services\agent(), ILIAS\HTTP\Services\raw(), and ILIAS\HTTP\Services\wrapper().
ILIAS\HTTP\Services::agent | ( | ) |
Definition at line 137 of file Services.php.
References ILIAS\HTTP\Services\$agent.
Referenced by ILIAS\HTTP\Services\__construct().
ILIAS\HTTP\Services::close | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 132 of file Services.php.
References ILIAS\HTTP\Services\raw().
ILIAS\HTTP\Services::cookieJar | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 103 of file Services.php.
References ILIAS\HTTP\Services\raw().
ILIAS\HTTP\Services::durations | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 59 of file Services.php.
References ILIAS\HTTP\Services\raw().
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().
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(), ILIAS\StaticURL\Request\StaticURLRequestBuilder\buildRequest(), and ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest().
ILIAS\HTTP\Services::response | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 93 of file Services.php.
References ILIAS\HTTP\Services\raw().
ILIAS\HTTP\Services::saveRequest | ( | ServerRequestInterface | $request | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 111 of file Services.php.
References ILIAS\HTTP\Services\raw().
ILIAS\HTTP\Services::saveResponse | ( | ResponseInterface | $response | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 119 of file Services.php.
References ILIAS\HTTP\Services\raw().
ILIAS\HTTP\Services::sendResponse | ( | ) |
Implements ILIAS\HTTP\GlobalHttpState.
Definition at line 127 of file Services.php.
References ILIAS\HTTP\Services\raw().
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(), ILIAS\StaticURL\Request\StaticURLRequestBuilder\buildRequest(), and ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest().
|
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().