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