__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
string
optional text to display in the link
string
Markup for the 'first' page number linkforge(string $name, array $config) : \Pagination
string
array
\Pagination
a new pagination instanceinstance(string $name) : \Pagination
string
\Pagination
a existing pagination instancelast(string $marker) : string
string
optional text to display in the link
string
Markup for the 'last' page number linknext(string $marker) : string
string
optional text to display in the link
string
Markup for the 'next' page number linkpages_render() : string
string
Markup for the pagination blockprevious(string $marker) : string
string
optional text to display in the link
string
Markup for the 'previous' page number linkrender(mixed $raw) : mixed
mixed
mixed
HTML 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
int
mixed
$_instance : array
$_instances : array
$config
$raw_results
$template