PaginationObject
Pagination object representing a particular item in the pagination lists.
since |
1.5 |
---|---|
package |
Application |
Methods
__construct
Class constructor.
__construct(string text, string prefix = '', int base = null, string link = null, bool active = false) : mixed
since |
1.5 |
---|
Arguments
- text
string
The link text.- prefix
string
The prefix used for request variables.- base
int
The number of rows as a base offset.- link
string
The link URL.- active
bool
Flag whether the object is the 'active' page
Response
mixed