ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\HTTP\Response\Sender\ResponseSenderStrategy Interface Reference

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...
 

Detailed Description

Interface ResponseSenderStrategy.

Author
Nicolas Schäfli ns@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 25 of file ResponseSenderStrategy.php.

Member Function Documentation

◆ sendResponse()

ILIAS\HTTP\Response\Sender\ResponseSenderStrategy::sendResponse ( ResponseInterface  $response)

Sends the rendered response to the client.

Parameters
ResponseInterface$responseThe response which should be send to the client.
Exceptions
ResponseSendingExceptionThrown if the response was already sent to the client.

Implemented in ILIAS\HTTP\Response\Sender\DefaultResponseSenderStrategy, and ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy.


The documentation for this interface was generated from the following file: