コード例 #1
0
ファイル: CachedTable.php プロジェクト: sbuberl/fSQL
 public function getEntries()
 {
     $this->loadEntries();
     return parent::getEntries();
 }