ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ResponseSenderStrategy.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
28
interface
ResponseSenderStrategy
29
{
37
public
function
sendResponse
(ResponseInterface
$response
): void;
38
}
$response
$response
Definition:
xapitoken.php:93
ILIAS\StaticURL\Response\Response::Sender\ResponseSenderStrategy\sendResponse
sendResponse(ResponseInterface $response)
Sends the rendered response to the client.
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
components
ILIAS
HTTP
src
Response
Sender
ResponseSenderStrategy.php
Generated on Wed Sep 3 2025 23:03:11 for ILIAS by
1.8.13 (using
Doxyfile
)