|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Interface ResponseSenderStrategy. More...
Inheritance diagram for ILIAS\HTTP\Response\Sender\ResponseSenderStrategy:
Collaboration diagram for ILIAS\HTTP\Response\Sender\ResponseSenderStrategy: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.