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

string render() Render the Pagination contents.

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

string render() Render the Pagination contents.

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

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

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

string getPageName() Get the input page parameter name used by the paginator

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

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

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

string links(string|null $view = null) Render the paginator using the given

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

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

2025-01-10 15:47:30