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

int count() Get the number of items for the current page.

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

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

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

string toHtml() Render the contents of the paginator to HTML.

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

string getPageName() Get the query string variable used to store the page

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

array when() Get the events that trigger this service provider to register

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

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

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

static void viewFactoryResolver(Closure $resolver)

2025-01-10 15:47:30