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