ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy Class Reference
+ Inheritance diagram for ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy:
+ Collaboration diagram for ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy:

Public Member Functions

 sendResponse (ResponseInterface $response)
 Noop. More...
 
 sendResponse (ResponseInterface $response)
 Sends the rendered response to the client. More...
 

Detailed Description

Definition at line 31 of file NullResponseSenderStrategy.php.

Member Function Documentation

◆ sendResponse()

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

Noop.

Parameters
ResponseInterface$responseIgnored.

@noRector

Implements ILIAS\HTTP\Response\Sender\ResponseSenderStrategy.

Definition at line 38 of file NullResponseSenderStrategy.php.

38 : void
39 {
41 // nothing to do here
42 }

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