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

static void defaultView(string $view) Set the default pagination

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

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

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

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

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

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

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

void __construct(mixed $items, int $total, int $perPage, int|null $currentPage = null, array $options = array())

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

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

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

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

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

$this setPath(string $path) Set the base path to assign to all URLs.

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

array get(int $onEachSide = 3) Get the window of URLs to be shown.

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

array provides() Get the services provided by the provider.

2025-01-10 15:47:30