Esempio n. 1
0
 /**
  * check if a file can be written to
  *
  * @param string $path
  * @return bool
  */
 public function isUpdatable($path)
 {
     return $this->storage->isUpdatable($path);
 }