Class Illuminate\Pagination\Paginator

<TKey is array-key, out TValue>

extends AbstractPaginator<TKey, TValue>
implements Arrayable<TKey, TValue>, ArrayAccess<TKey, TValue>, Countable, IteratorAggregate<TKey, TValue>, Jsonable, JsonSerializable, Paginator<TKey, TValue>
Methods
Methods inherited from Illuminate\Pagination\AbstractPaginator
isValidPageNumber(), previousPageUrl(), getUrlRange(), url(), fragment(), appends(), appendArray(), withQueryString(), addQuery(), buildFragment(), loadMorph(), loadMorphCount(), items(), firstItem(), lastItem(), through(), perPage(), hasPages(), onFirstPage(), onLastPage(), currentPage(), getPageName(), setPageName(), withPath(), setPath(), onEachSide(), path(), resolveCurrentPath(), currentPathResolver(), resolveCurrentPage(), currentPageResolver(), resolveQueryString(), queryStringResolver(), viewFactory(), viewFactoryResolver(), defaultView(), defaultSimpleView(), useTailwind(), useBootstrap(), useBootstrapThree(), useBootstrapFour(), useBootstrapFive(), getIterator(), isEmpty(), isNotEmpty(), count(), getCollection(), setCollection(), getOptions(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), toHtml(), __call(), __toString()
Methods used from Illuminate\Support\Traits\ForwardsCalls
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException()
Methods used from Illuminate\Support\Traits\Tappable
tap()
Properties
Properties inherited from Illuminate\Pagination\AbstractPaginator
$items, $perPage, $currentPage, $path, $query, $fragment, $pageName, $onEachSide, $options, $currentPathResolver, $currentPageResolver, $queryStringResolver, $viewFactoryResolver, $defaultView, $defaultSimpleView