コード例 #1
0
ファイル: Wrapper.php プロジェクト: GitHubUser4234/core
 /**
  * check if a file can be written to
  *
  * @param string $path
  * @return bool
  */
 public function isUpdatable($path)
 {
     return $this->storage->isUpdatable($path);
 }