Elgg
Version 6.2
engine
classes
Elgg
Http
ResponseTransport.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Http
;
4
5
use Symfony\Component\HttpFoundation\Response as SymfonyResponse;
6
13
interface
ResponseTransport
{
14
22
public
function
send
(SymfonyResponse
$response
);
23
}
Elgg\Http\ResponseTransport
HTTP response transport interface.
Definition:
ResponseTransport.php:13
Elgg\Http\ResponseTransport\send
send(SymfonyResponse $response)
Sends HTTP response to the requester.
Elgg\Http
Definition:
Client.php:3
$response
$response
Definition:
content.php:10
Generated on Mon Aug 25 2025 00:00:20 for Elgg by
1.9.1