Pimcore\Model\Asset\WebDAV\File::getETag PHP Method

getETag() public method

Get a hash of the file for an unique identifier
public getETag ( ) : string
return string
    public function getETag()
    {
        return md5_file($this->asset->getFileSystemPath());
    }