Neos\Flow\ResourceManagement\ResourcePointer::__toString PHP Method

__toString() public method

Returns a string representation of this resource object.
Deprecation:
public __toString ( ) : string
return string The hash of this resource
    public function __toString()
    {
        return $this->hash;
    }