Prophecy\Argument\Token\ObjectStateToken::__toString PHP Method

__toString() public method

Returns string representation for token.
public __toString ( ) : string
return string
    public function __toString()
    {
        return sprintf('state(%s(), %s)', $this->name, $this->util->stringify($this->value));
    }