Elgg\Http\ResponseFactory::getSentResponse PHP Méthode

getSentResponse() public méthode

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