예제 #1
0
 /**
  * Retrieve the jump
  *
  * @return int
  */
 public function getJump()
 {
     return $this->isSimplePager() ? 1 : parent::getJump();
 }