Elgg\Http\ResponseFactory::getSentResponse PHP 메소드

getSentResponse() 공개 메소드

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