PaginationObject
class PaginationObject
Pagination object representing a particular item in the pagination lists.
Properties
| string | $text | ||
| integer | $base | ||
| string | $link | ||
| integer | $prefix | ||
| boolean | $active |
Methods
__construct(
string $text,
string $prefix = '',
integer $base = null,
string $link = null,
boolean $active = false)
Class constructor.