Esempio n. 1
0
 /**
  * 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);
 }