コード例 #1
0
ファイル: Storage.php プロジェクト: bugotech/io
 /**
  * Get the visibility for the given path.
  *
  * @param  string $path
  *
  * @return string
  */
 public function getVisibility($path)
 {
     $path = $this->getPathPrefix($path);
     return $this->drive->getVisibility($path);
 }