PaginationObject
Pagination object representing a particular item in the pagination lists.
since |
1.5 |
---|
Methods
__construct
Class constructor.
__construct(string $text, string $prefix = '', integer $base = null, string $link = null, boolean $active = false)
since |
1.5 |
---|
Arguments
- $text
string
The link text.- $prefix
string
The prefix used for request variables.- $base
integer
The number of rows as a base offset.- $link
string
The link URL.- $active
boolean
Flag whether the object is the 'active' page
Properties
text
The link text.
since |
1.5 |
---|
Type(s)
string
base
The number of rows as a base offset.
since |
1.5 |
---|
Type(s)
integer
link
The link URL.
since |
1.5 |
---|
Type(s)
string
prefix
The prefix used for request variables.
since |
1.6 |
---|
Type(s)
integer
active
Flag whether the object is the 'active' page
since |
3.0 |
---|
Type(s)
boolean