ArrayIterator getIterator()
Illuminate\Pagination Classes
mixed __call(string $method, array $parameters) Make dynamic calls into
bool isEmpty() Determine if the list of items is empty or not.
bool offsetExists(mixed $key) Determine if the given item exists.
array items() Get the slice of items being paginated.
string|null previousPageUrl() Get the URL for the previous page.
void __construct(Paginator $paginator)
string toHtml() Render the contents of the paginator to HTML.
int currentPage() Get the current page. Return
Page 6 of 20