Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getVisibility($cache = true)
 {
     if (!$cache) {
         $this->visibility = null;
     }
     if (!$this->visibility) {
         $this->visibility = $this->filesystem->getVisibility($this->path);
     }
     return $this->visibility;
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getVisibility()
 {
     return $this->filesystem->getVisibility($this->path);
 }