Elgg
Version 2.3
engine
classes
Elgg
Http
OutputBufferTransport.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Http
;
4
5
use
Elgg\Http\ResponseTransport
;
6
use Symfony\Component\HttpFoundation\Response;
7
14
class
OutputBufferTransport
implements
ResponseTransport
{
15
19
public
function
send
(Response $response) {
20
echo $response->getContent();
21
return
true
;
22
}
23
24
}
Elgg\Http\OutputBufferTransport
Transport for sending responses to non-HTTP clients, e.g.
Definition:
OutputBufferTransport.php:14
Elgg\Http\OutputBufferTransport\send
send(Response $response)
{Sends HTTP response to the requester.Symfony Response bool}
Definition:
OutputBufferTransport.php:19
Elgg\Http\ResponseTransport
HTTP response transport interface.
Definition:
ResponseTransport.php:13
Elgg\Http
Definition:
DatabaseSessionHandler.php:2
Generated on Fri Aug 29 2025 00:00:46 for Elgg by
1.9.1