PaginationObject
Pagination object representing a particular item in the pagination lists.
since |
1.5 |
---|---|
package |
Joomla CMS |
Methods
__construct
Class constructor.
__construct( text, prefix = '', base = null, link = null, active = false) :
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
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)
int
link
The link URL.
since |
1.5 |
---|
Type(s)
string
prefix
The prefix used for request variables.
since |
1.6 |
---|
Type(s)
int
active
Flag whether the object is the 'active' page
since |
3.0 |
---|
Type(s)
bool