コード例 #1
0
ファイル: FilePager.php プロジェクト: nstdio/file-pager
 private function updateIfNeeded()
 {
     if (!$this->cache->upToDate($this->pageSize)) {
         $this->createCache();
         $this->cache->load();
     }
 }