Neos\Flow\ResourceManagement\ResourcePointer::__toString PHP Méthode

__toString() public méthode

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