Factory::setCurrentPage()
  • References/PHP/Laravel/Pagination

void setCurrentPage(int $number) Set the number of the current page.

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

$this hasMorePagesWhen(bool $value = true) Manually indicate that the paginator

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

string getAdjacentRange() Get the page range for the current page window

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

void setViewName(string $viewName) Set the name of the pagination view

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

string __toString() Render the contents of the paginator when casting to

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

int currentPage() Get the current page. Return

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

static string resolveCurrentPath(string $default = '/') Resolve

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

bool offsetExists(mixed $key) Determine if the given item exists.

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

void setRequest(Request $request)

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

static array compiles() Get a list of files that should be compiled

2025-01-10 15:47:30