Ejemplo n.º 1
0
 /**
  * @return array
  */
 protected function stat()
 {
     if (!$this->statCache) {
         $this->statCache = $this->share->getStat($this->getPath());
     }
     return $this->statCache;
 }