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;
    }