interface Illuminate / Contracts / Pagination / LengthAwarePaginator
You are viewing an older version of the documentation. For the latest, please visit master documentation.

LengthAwarePaginator

Methods

public

getUrlRange ( $start , $end ) : array

Create a range of pagination URLs.

Parameters

  • $start int
  • $end int
public

total ( ) : int

Determine the total number of items in the data store.

public

lastPage ( ) : int

Get the page number of the last available page.