Pheasant\PropertyReference::__toString PHP Method

__toString() public method

Returns a string version of {@link value()}
public __toString ( )
    public function __toString()
    {
        return (string) $this->value();
    }