Elgg
Version 3.0
|
HTTP response transport interface. More...
Public Member Functions | |
send (Response $response) | |
Sends HTTP response to the requester. More... | |
Elgg\Http\ResponseTransport::send | ( | Response | $response | ) |
Sends HTTP response to the requester.
Response | $response | Symfony Response |
Implemented in Elgg\Cli\ResponseTransport, Elgg\Http\OutputBufferTransport, and Elgg\Http\HttpProtocolTransport.