__callStatic()
__construct()
__get()
__set()
__toString()
_init()
first()
forge()
instance()
last()
next()
pages_render()
previous()
render()
_make_link()
_recalculate()
_set()
_validate()
$_instance
$_instances
$config
$raw_results
$template
__callStatic(string $name, array $arguments) : mixed
string
array
\BadMethodCallException |
if the request method does not exist |
|---|
mixed__construct(array $config)
array
__get($name) : mixed
mixed__set($name, mixed $value)
mixed
__toString()
_init() : void
Loads in the config and sets the variables
first(string $marker) : string
stringoptional text to display in the link
stringMarkup for the 'first' page number linkforge(string $name, array $config) : \Pagination
string
array
\Paginationa new pagination instanceinstance(string $name) : \Pagination
string
\Paginationa existing pagination instancelast(string $marker) : string
stringoptional text to display in the link
stringMarkup for the 'last' page number linknext(string $marker) : string
stringoptional text to display in the link
stringMarkup for the 'next' page number linkpages_render() : string
stringMarkup for the pagination blockprevious(string $marker) : string
stringoptional text to display in the link
stringMarkup for the 'previous' page number linkrender(mixed $raw) : mixed
mixed
mixedHTML Markup for page number links, or an array of raw pagination data_make_link($page)
_recalculate()
_set($name, mixed $value)
mixed
_validate($name, $value) : int | mixed
intmixed
$_instance : array
$_instances : array
$config
$raw_results
$template