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