ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
NullResponseSenderStrategy.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\HTTP\Response\Sender
;
20
21
use
Psr\Http\Message\ResponseInterface
;
22
31
class
NullResponseSenderStrategy
implements
ResponseSenderStrategy
32
{
38
public
function
sendResponse
(ResponseInterface
$response
): void
39
{
41
// nothing to do here
42
}
43
}
$response
$response
Definition:
xapitoken.php:93
ILIAS\StaticURL\Response\Response::Sender\ResponseSenderStrategy
Interface ResponseSenderStrategy.
Definition:
ResponseSenderStrategy.php:28
ILIAS\HTTP\Response\Sender
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
DefaultResponseSenderStrategy.php:19
ResponseInterface
ILIAS\StaticURL\Response\Response::Sender\NullResponseSenderStrategy
Definition:
NullResponseSenderStrategy.php:31
ILIAS\StaticURL\Response\Response::Sender\NullResponseSenderStrategy\sendResponse
sendResponse(ResponseInterface $response)
Noop.
Definition:
NullResponseSenderStrategy.php:38
components
ILIAS
HTTP
src
Response
Sender
NullResponseSenderStrategy.php
Generated on Wed Sep 3 2025 23:03:11 for ILIAS by
1.8.13 (using
Doxyfile
)