|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for XapiProxy\XapiProxyResponse:Public Member Functions | |
| __construct (XapiProxy $xapiproxy) | |
| checkResponse (array $response, string $endpoint) | |
| handleResponse (Request $request, Response $response, $fakePostBody=null) | |
| fakeResponseBlocked ($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.
| XapiProxy\XapiProxyResponse::exitBadRequest | ( | ) |
Definition at line 174 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, and exit.
| XapiProxy\XapiProxyResponse::exitProxyError | ( | ) |
Definition at line 155 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, and exit.
| XapiProxy\XapiProxyResponse::exitResponseError | ( | ) |
Definition at line 136 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, and exit.
| XapiProxy\XapiProxyResponse::fakeResponseBlocked | ( | $post = null | ) |
| string | array | null | $post |
Definition at line 94 of file XapiProxyResponse.php.
References $_SERVER, Vendor\Package\$e, $post, and exit.
| XapiProxy\XapiProxyResponse::handleResponse | ( | Request | $request, |
| Response | $response, | ||
$fakePostBody = null |
|||
| ) |
| Request | $request | |
| Response | $response | |
| string | array | 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, and exit.
|
private |
Definition at line 30 of file XapiProxyResponse.php.