ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy
Definition:
NullResponseSenderStrategy.php:32
ILIAS\HTTP\Response\Sender\NullResponseSenderStrategy\sendResponse
sendResponse(ResponseInterface $response)
Noop.
Definition:
NullResponseSenderStrategy.php:38
ILIAS\HTTP\Response\Sender\ResponseSenderStrategy
Interface ResponseSenderStrategy.
Definition:
ResponseSenderStrategy.php:29
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
$response
$response
Definition:
xapitoken.php:93
components
ILIAS
HTTP
src
Response
Sender
NullResponseSenderStrategy.php
Generated on Sat Oct 18 2025 23:03:10 for ILIAS by
1.9.4 (using
Doxyfile
)