ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
Collection getCollection() Get the paginator's underlying collection. Return Value Collection
$this|string|null fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. Parameters string|null $fragment Return Value $this|string|null
int firstItem() Get the number of the first item in the slice. Return Value int
static void defaultView(string $view) Set the default pagination view. Parameters string $view Return Value void
static void defaultSimpleView(string $view) Set the default "simple" pagination view. Parameters string $view Return Value void
static void currentPathResolver(Closure $resolver) Set the current request path resolver callback. Parameters Closure $resolver Return Value void
static void currentPageResolver(Closure $resolver) Set the current page resolver callback. Parameters Closure $resolver Return Value void
int currentPage() Get the current page. Return Value int
int count() Get the number of items for the current page. Return Value int
Page 995 of 996