ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\StaticURL\Response\Response\Sender\ResponseSenderStrategy Interface Reference

Interface ResponseSenderStrategy. More...

+ Inheritance diagram for ILIAS\StaticURL\Response\Response\Sender\ResponseSenderStrategy:
+ Collaboration diagram for ILIAS\StaticURL\Response\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 28 of file ResponseSenderStrategy.php.

Member Function Documentation

◆ sendResponse()

ILIAS\StaticURL\Response\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\StaticURL\Response\Response\Sender\DefaultResponseSenderStrategy, and ILIAS\StaticURL\Response\Response\Sender\NullResponseSenderStrategy.


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