Example #1
0
 /**
  * Determine whether to show the next jump link
  *
  * @return bool
  */
 public function canShowNextJump()
 {
     return !$this->isSimplePager() && parent::canShowNextJump();
 }