Exemple #1
0
 /**
  * Set the visibility for the given path.
  *
  * @param  string $path
  * @param  string $visibility
  *
  * @return void
  */
 public function setVisibility($path, $visibility)
 {
     $path = $this->getPathPrefix($path);
     $this->drive->setVisibility($path, $visibility);
 }