BootstrapPresenter::setLastPage()
  • References/PHP/Laravel/Pagination

void setLastPage(int $page) Set the value of the last page.

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

bool onFirstPage() Determine if the paginator is on the first page.

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

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

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

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

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

int perPage() Get the number of items shown per page.

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

int lastPage() Get the last page. Return

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

static void defaultSimpleView(string $view) Set the default

2025-01-10 15:47:30