Elgg
Version 2.3
|
HTTP response transport interface. More...
Public Member Functions | |
send (Response $response) | |
Sends HTTP response to the requester. More... | |
HTTP response transport interface.
Definition at line 13 of file ResponseTransport.php.
Elgg\Http\ResponseTransport::send | ( | Response | $response | ) |
Sends HTTP response to the requester.
Response | $response | Symfony Response |
Implemented in Elgg\Http\HttpProtocolTransport, and Elgg\Http\OutputBufferTransport.