Neos\Flow\ResourceManagement\ResourcePointer::__toString PHP Метод

__toString() публичный Метод

Returns a string representation of this resource object.
Устаревший:
public __toString ( ) : string
Результат string The hash of this resource
    public function __toString()
    {
        return $this->hash;
    }