ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Interface ResponseSenderStrategy. More...
Public Member Functions | |
sendResponse (ResponseInterface $response) | |
Sends the rendered response to the client. More... | |
Interface ResponseSenderStrategy.
Definition at line 28 of file ResponseSenderStrategy.php.
ILIAS\HTTP\Response\Sender\ResponseSenderStrategy::sendResponse | ( | ResponseInterface | $response | ) |
Sends the rendered response to the client.
ResponseInterface | $response | The response which should be send to the client. |
ResponseSendingException | Thrown if the response was already sent to the client. |
Implemented in ILIAS\HTTP\Response\Sender\DefaultResponseSenderStrategy, and ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy.