string getPageName() Get the query string variable used to store the page. Return Value string
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
Collection getCollection() Get the paginator's underlying collection. Return Value Collection
int firstItem() Get the number of the first item in the slice. Return Value int
static void currentPageResolver(Closure $resolver) Set the current page resolver callback. Parameters Closure $resolver Return Value void
static void currentPathResolver(Closure $resolver) Set the current request path resolver callback. Parameters Closure $resolver Return Value void
int currentPage() Get the current page. Return Value int
static void defaultSimpleView(string $view) Set the default "simple" pagination view. Parameters string $view Return Value void
static void defaultView(string $view) Set the default pagination view. Parameters string $view Return Value void
$this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. Parameters array|string $key string|null $value Return Value $this
Page 995 of 996