AbstractPaginator class AbstractPaginator implements
int lastItem() Get the number of the last item in the slice.
void __construct(Paginator $paginator)
string getLink(mixed $page) Create a pagination slider link.
Paginator make(array $items, int $total, int|null $perPage = null)
void __construct(mixed $items, int $perPage, int|null $currentPage = null, array $options = array())
$this|string|null fragment(string|null $fragment = null) Get / set the
void setBaseUrl(string $baseUrl) Set the base URL in use by the paginator
void setCurrentPage(int $page) Set the value of the current page.
mixed __call(string $method, array $parameters) Make dynamic calls into
Page 15 of 20