Thruway\CallResult::__toString PHP Method

__toString() public method

Convert to string
public __toString ( ) : string
return string
    public function __toString()
    {
        return isset($this[0]) ? (string) $this[0] : "";
    }