ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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\StaticURL\Response\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\StaticURL\Response\Response\Sender\DefaultResponseSenderStrategy, and ILIAS\StaticURL\Response\Response\Sender\NullResponseSenderStrategy.