Ergo\Http\ResponseBody::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return isset($this->_string) ? $this->_string : stream_get_contents($this->_stream);
    }