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