LengthAwarePaginator::__toString()
  • References/PHP/Laravel/Pagination

string __toString() Render the contents of the paginator when casting to

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

void offsetUnset(mixed $key) Unset the item at the given key.

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

array jsonSerialize() Convert the object into something JSON serializable

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

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

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

$this setPageName(string $name) Set the query string variable used to store

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

ArrayIterator getIterator()

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

string getUrlRange(int $start, int $end) Create a range of pagination URLs

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

bool hasMorePages() Determine if there are more items in the data source

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

string getFinish() Create the ending cap of a pagination slider.

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

string|null previousPageUrl() Get the URL for the previous page.

2025-01-10 15:47:30