Presenter::render()
  • References/PHP/Laravel/Contracts/Pagination

Htmlable|string render()

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
Paginator::fragment()
  • References/PHP/Laravel/Contracts/Pagination

$this|string fragment(string|null $fragment = null) Get / set the URL fragment

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

bool hasMorePages() Determine if there is more items in the data store

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

$this appends(array|string $key, string|null $value = null) Add a set of

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

$this appends(array|string $key, string|null $value = null) Add a set of

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

int total() Determine the total number of items in the data store.

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

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

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

string url(int $page) Get the URL for a given page.

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

LengthAwarePaginator interface LengthAwarePaginator implements

2025-01-10 15:47:30