Class Illuminate\Pagination\LengthAwarePaginator

<TKey is array-key, out TValue>

extends AbstractPaginator<TKey, TValue>
implements Arrayable<TKey, TValue>, ArrayAccess<TKey, TValue>, Countable, IteratorAggregate<TKey, TValue>, Jsonable, JsonSerializable, LengthAwarePaginator<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(), escapeWhenCastingToString()
Methods used from Illuminate\Support\Traits\ForwardsCalls
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException()
Methods used from Illuminate\Support\Traits\Tappable
tap()
Methods used from Illuminate\Support\Traits\TransformsToResourceCollection
toResourceCollection(), guessResourceCollection()
Properties
Properties inherited from Illuminate\Pagination\AbstractPaginator
$items, $perPage, $currentPage, $path, $query, $fragment, $pageName, $escapeWhenCastingToString, $onEachSide, $options, $currentPathResolver, $currentPageResolver, $queryStringResolver, $viewFactoryResolver, $defaultView, $defaultSimpleView