|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for XapiProxy\XapiProxyResponse:Public Member Functions | |
| __construct (XapiProxy $xapiproxy) | |
| checkResponse (\GuzzleHttp\Psr7\Response $response, string $endpoint) | |
| handleResponse (\Psr\Http\Message\RequestInterface $request, Response $response, array|string|null $fakePostBody=null) | |
| fakeResponseBlocked (array|string|null $post=null) | |
| exitResponseError () | |
| exitProxyError () | |
| exitBadRequest () | |
| sendData (string $obj) | |
| emit (\GuzzleHttp\Psr7\Response $response) | |
Private Member Functions | |
| msg (string $msg) | |
Private Attributes | |
| XapiProxy | $xapiproxy |
Definition at line 28 of file XapiProxyResponse.php.
| XapiProxy\XapiProxyResponse::__construct | ( | XapiProxy | $xapiproxy | ) |
Definition at line 34 of file XapiProxyResponse.php.
References XapiProxy\$xapiproxy.
| XapiProxy\XapiProxyResponse::checkResponse | ( | \GuzzleHttp\Psr7\Response | $response, |
| string | $endpoint | ||
| ) |
Definition at line 40 of file XapiProxyResponse.php.
References Vendor\Package\$e, and $response.
| XapiProxy\XapiProxyResponse::emit | ( | \GuzzleHttp\Psr7\Response | $response | ) |
Definition at line 210 of file XapiProxyResponse.php.
References $response, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:| XapiProxy\XapiProxyResponse::exitBadRequest | ( | ) |
Definition at line 169 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:| XapiProxy\XapiProxyResponse::exitProxyError | ( | ) |
Definition at line 150 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:| XapiProxy\XapiProxyResponse::exitResponseError | ( | ) |
Definition at line 131 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:| XapiProxy\XapiProxyResponse::fakeResponseBlocked | ( | array|string|null | $post = null | ) |
| array | string | null | $post |
Definition at line 89 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, $post, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:| XapiProxy\XapiProxyResponse::handleResponse | ( | \Psr\Http\Message\RequestInterface | $request, |
| Response | $response, | ||
| array|string|null | $fakePostBody = null |
||
| ) |
Definition at line 60 of file XapiProxyResponse.php.
References $response.
|
private |
Definition at line 251 of file XapiProxyResponse.php.
| XapiProxy\XapiProxyResponse::sendData | ( | string | $obj | ) |
Definition at line 188 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:
|
private |
Definition at line 31 of file XapiProxyResponse.php.