Elgg\Http\HttpProtocolTransport::send PHP Method

send() public method

public send ( Response $response )
$response Symfony\Component\HttpFoundation\Response
    public function send(Response $response)
    {
        return $response->send();
    }
HttpProtocolTransport