eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\Guzzle4Driver::getBody PHP Method

getBody() public method

Get response body.
public getBody ( ) : string
return string
    public function getBody()
    {
        return (string) $this->getResponse()->getBody();
    }