AbstractPaginator::lastItem()
  • References/PHP/Laravel/Pagination

int lastItem() Get the number of the last item in the slice.

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

string getActivePageWrapper(string $text) Get HTML wrapper for active text

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

void setLocale(string $locale) Set the locale of the paginator.

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

string getNext(string $text = '»') Get the next page pagination

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

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

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

int currentPage() Get the current page. Return

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

string getPageLinkWrapper(string $url, int $page, string $rel = null) Get

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

int firstItem() Get the number of the first item in the slice.

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

void offsetSet(mixed $key, mixed $value) Set the item at the given offset

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

array jsonSerialize() Convert the object into something JSON serializable

2025-01-10 15:47:30