JPagination:: construct/11.1
From Joomla! Documentation
JPagination::__construct
Description
Constructor.
Description:JPagination:: construct [Edit Descripton]
public function __construct ( $total $limitstart $limit $prefix= '' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $total | int | The total number of items. | |
| $limitstart | int | The offset of the item to start at. | |
| $limit | int | The number of items to display per page. | |
| $prefix | string | The prefix used for request variables. |
- Returns
- Defined on line 75 of libraries/joomla/html/pagination.php
See also
JPagination::__construct source code on BitBucket
Class JPagination
Subpackage Html- Other versions of JPagination::__construct
SeeAlso:JPagination:: construct [Edit See Also]