Paginator::lastItem()
  • References/PHP/Laravel/Contracts/Pagination

int lastItem() Get the "index" of the last item being paginated.

2025-01-10 15:47:30
LengthAwarePaginator::nextPageUrl()
  • References/PHP/Laravel/Contracts/Pagination

string|null nextPageUrl() The the URL for the next page, or null.

2025-01-10 15:47:30
LengthAwarePaginator::items()
  • References/PHP/Laravel/Contracts/Pagination

array items() Get all of the items being paginated.

2025-01-10 15:47:30
Paginator::firstItem()
  • References/PHP/Laravel/Contracts/Pagination

int firstItem() Get the "index" of the first item being paginated.

2025-01-10 15:47:30
Paginator::isEmpty()
  • References/PHP/Laravel/Contracts/Pagination

bool isEmpty() Determine if the list of items is empty or not.

2025-01-10 15:47:30
Presenter::hasPages()
  • References/PHP/Laravel/Contracts/Pagination

bool hasPages() Determine if the underlying paginator being presented has

2025-01-10 15:47:30
LengthAwarePaginator::hasPages()
  • References/PHP/Laravel/Contracts/Pagination

bool hasPages() Determine if there are enough items to split into multiple

2025-01-10 15:47:30
Paginator::items()
  • References/PHP/Laravel/Contracts/Pagination

array items() Get all of the items being paginated.

2025-01-10 15:47:30
Paginator::render()
  • References/PHP/Laravel/Contracts/Pagination

string render(string|null $view = null) Render the paginator using a given

2025-01-10 15:47:30
LengthAwarePaginator::lastItem()
  • References/PHP/Laravel/Contracts/Pagination

int lastItem() Get the "index" of the last item being paginated.

2025-01-10 15:47:30