Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Http
OutputBufferTransport.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
class
OutputBufferTransport
implements
ResponseTransport
{
14
18
public
function
send
(
SymfonyResponse
$response
) {
19
echo $response->getContent();
20
return
true
;
21
}
22
}
$response
$response
Definition:
content.php:10
Elgg\Http\OutputBufferTransport
Transport for sending responses to non-HTTP clients, e.g.
Definition:
OutputBufferTransport.php:13
Response
Elgg\Http\ResponseTransport
HTTP response transport interface.
Definition:
ResponseTransport.php:13
Elgg\Http\OutputBufferTransport\send
send(SymfonyResponse $response)
{Sends HTTP response to the requester.Symfony Responsebool}
Definition:
OutputBufferTransport.php:18
Elgg\Http
Definition:
Client.php:3
Generated on Wed Dec 4 2024 00:00:20 for Elgg by
1.8.11