Exemplo n.º 1
0
 /**
  * @return string MD5-hash of file contents
  */
 public function getHash()
 {
     return $this->_filesystem->getChecksum($this->getPath());
 }