eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\GuzzleDriver::getResponse PHP Метод

getResponse() защищенный Метод

Get reponse.
protected getResponse ( ) : Guzzle\Http\Message\Response
Результат Guzzle\Http\Message\Response
    protected function getResponse()
    {
        if ($this->sent) {
            return $this->response;
        }
        throw new \RuntimeException("Attempt to get response data when request hasn't been sent yet");
    }