コード例 #1
0
ファイル: AbstractPager.php プロジェクト: d-m-/bolt
 public function offsetExists($offset)
 {
     return $this->manager->offsetExists($offset);
 }