PaginationObject
Pagination object representing a particular item in the pagination lists.
| since |
1.5 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Class constructor.
__construct(string text, string prefix = '', int base = null, string link = null, bool active = false) : mixed
| since |
1.5 |
|---|
Arguments
- text
stringThe link text.- prefix
stringThe prefix used for request variables.- base
intThe number of rows as a base offset.- link
stringThe link URL.- active
boolFlag 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