コード例 #1
0
ファイル: NativeFileInfo.php プロジェクト: evanjt/core
 /**
  * @return array
  */
 protected function stat()
 {
     if (!$this->statCache) {
         $this->statCache = $this->share->getStat($this->getPath());
     }
     return $this->statCache;
 }