interface Illuminate / Contracts / Pagination / LengthAwarePaginator

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.