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