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