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

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

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

array items() Get the slice of items being paginated.

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

string getLocale() Get the locale of the paginator.

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

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

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

string getFinish() Create the ending cap of a pagination slider.

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

$this addQuery(string $key, string $value) Add a query string value to

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
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