Ejemplo n.º 1
0
 /**
  * see http://php.net/manual/en/function.filetype.php
  *
  * @param string $path
  * @return bool
  */
 public function filetype($path)
 {
     return $this->storage->filetype($path);
 }