Elgg\Http\OutputBufferTransport::send PHP Method

send() public method

public send ( Response $response )
$response Symfony\Component\HttpFoundation\Response
    public function send(Response $response)
    {
        echo $response->getContent();
        return true;
    }
OutputBufferTransport