void offsetSet(mixed $key, mixed $value) Set the item at the given offset. Parameters mixed $key mixed $value Return Value void
void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void
bool onFirstPage() Determine if the paginator is on the first page. Return Value bool
int perPage() Determine how many items are being shown per page. Return Value int
int perPage() Get the number of items shown per page. Return Value int
string|null previousPageUrl() Get the URL for the previous page, or null. Return Value string|null
string|null previousPageUrl() Get the URL for the previous page. Return Value string|null
string render(string|null $view = null) Render the paginator using a given view. Parameters string|null $view Return Value string
string render(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
static int resolveCurrentPage(string $pageName = 'page', int $default = 1) Resolve the current page or return the default value. Parameters string $pageName int $default Return Value int
Page 9568 of 11844