예제 #1
0
파일: AbstractPager.php 프로젝트: d-m-/bolt
 public function offsetExists($offset)
 {
     return $this->manager->offsetExists($offset);
 }