Elgg
Version 6.1
|
Transport for sending responses to non-HTTP clients, e.g. More...
Public Member Functions | ||||
send (SymfonyResponse $response) | ||||
{Sends HTTP response to the requester.
| ||||
Transport for sending responses to non-HTTP clients, e.g.
CLI applications, via output buffer
Definition at line 13 of file OutputBufferTransport.php.
Elgg\Http\OutputBufferTransport::send | ( | SymfonyResponse | $response | ) |
{Sends HTTP response to the requester.
SymfonyResponse | $response | Symfony Response |
Implements Elgg\Http\ResponseTransport.
Definition at line 18 of file OutputBufferTransport.php.