ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (XapiProxy $xapiproxy) | |
checkResponse (array $response, string $endpoint) | |
handleResponse (Request $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 27 of file XapiProxyResponse.php.
XapiProxy\XapiProxyResponse::__construct | ( | XapiProxy | $xapiproxy | ) |
Definition at line 33 of file XapiProxyResponse.php.
References XapiProxy\$xapiproxy.
XapiProxy\XapiProxyResponse::checkResponse | ( | array | $response, |
string | $endpoint | ||
) |
Definition at line 39 of file XapiProxyResponse.php.
References Vendor\Package\$e, and $response.
XapiProxy\XapiProxyResponse::emit | ( | \GuzzleHttp\Psr7\Response | $response | ) |
Definition at line 215 of file XapiProxyResponse.php.
References $response, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
XapiProxy\XapiProxyResponse::exitBadRequest | ( | ) |
Definition at line 174 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
XapiProxy\XapiProxyResponse::exitProxyError | ( | ) |
Definition at line 155 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
XapiProxy\XapiProxyResponse::exitResponseError | ( | ) |
Definition at line 136 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
XapiProxy\XapiProxyResponse::fakeResponseBlocked | ( | array|string|null | $post = null | ) |
array | string | null | $post |
Definition at line 94 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, $post, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
XapiProxy\XapiProxyResponse::handleResponse | ( | Request | $request, |
Response | $response, | ||
array|string|null | $fakePostBody = null |
||
) |
Request | $request | |
Response | $response | |
array | string | null | $fakePostBody |
Definition at line 65 of file XapiProxyResponse.php.
References $response.
|
private |
Definition at line 256 of file XapiProxyResponse.php.
XapiProxy\XapiProxyResponse::sendData | ( | string | $obj | ) |
Definition at line 193 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, exit, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
|
private |
Definition at line 30 of file XapiProxyResponse.php.