$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
$this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. Parameters string|null $fragment Return Value $this|string
int firstItem() Get the number of the first item in the slice. Return Value int
int firstItem() Get the "index" of the first item being paginated. 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 currentPage() Determine the current page being paginated. Return Value int
Page 366 of 996