Elgg
Version 4.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
21
public
function
send
(
SymfonyResponse
$response);
22
23
}
Response
Elgg\Http\ResponseTransport
HTTP response transport interface.
Definition:
ResponseTransport.php:13
Elgg\Http
Definition:
DatabaseSessionHandler.php:3
Elgg\Http\ResponseTransport\send
send(SymfonyResponse $response)
Sends HTTP response to the requester.
Generated on Wed Mar 22 2023 00:00:18 for Elgg by
1.8.11