ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\StaticURL\Response\Response\Sender\NullResponseSenderStrategy Class Reference
+ Inheritance diagram for ILIAS\StaticURL\Response\Response\Sender\NullResponseSenderStrategy:
+ Collaboration diagram for ILIAS\StaticURL\Response\Response\Sender\NullResponseSenderStrategy:

Public Member Functions

 sendResponse (ResponseInterface $response)
 Noop. More...
 

Detailed Description

Definition at line 31 of file NullResponseSenderStrategy.php.

Member Function Documentation

◆ sendResponse()

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

Noop.

Parameters
ResponseInterface$responseIgnored.

Implements ILIAS\StaticURL\Response\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: