ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
ResponseSenderStrategy.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\HTTP\Response\Sender
;
4
5
use Psr\Http\Message\ResponseInterface;
6
12
interface
ResponseSenderStrategy
13
{
14
23
public
function
sendResponse
(ResponseInterface
$response
) : void;
24
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\HTTP\Response\Sender\ResponseSenderStrategy
Interface ResponseSenderStrategy.
Definition:
ResponseSenderStrategy.php:13
ILIAS\HTTP\Response\Sender\ResponseSenderStrategy\sendResponse
sendResponse(ResponseInterface $response)
Sends the rendered response to the client.
ILIAS\HTTP\Response\Sender
Definition:
DefaultResponseSenderStrategy.php:3
$response
$response
Definition:
proxy_ylocal.php:39
src
HTTP
Response
Sender
ResponseSenderStrategy.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)