Elgg\Http\ResponseFactory::getSentResponse PHP Method

getSentResponse() public method

Returns a response that was sent to the client
public getSentResponse ( ) : Response | false
return Symfony\Component\HttpFoundation\Response | false
    public function getSentResponse()
    {
        return $this->response_sent;
    }