Esempio n. 1
0
 /**
  * see http://php.net/manual/en/function.hash.php
  *
  * @param string $type
  * @param string $path
  * @param bool $raw
  * @return string
  */
 public function hash($type, $path, $raw = false)
 {
     return $this->storage->hash($type, $path, $raw);
 }