コード例 #1
0
ファイル: SimplePagination.php プロジェクト: Naouak/blog
 /**
  * Determine if the underlying paginator being presented has pages to show.
  *
  * @return bool
  */
 public function hasPages()
 {
     return $this->paginator->hasPages();
 }