Class Pagination extends Frontend
Inheritance:
- System
 - Controller
 - Frontend
 - Pagination
 
/system/modules/frontend/Pagination.php line 40
  Automatically extracted PHP DOC comment from code: END OF PHP DOC 
 Class Pagination
 Provide methodes to render a pagination menu.
Methods
- public generate(string $strSeparator)
 - public getItemsAsString(string $strSeparator)
 - public hasFirst()
 - public hasLast()
 - public hasNext()
 - public hasPrevious()
 - public __construct(int $intRows, int $intPerPage, int $intNumberOfLinks) overrides Frontend::__construct()
 
Properties
- protected array $arrData
 - protected boolean $blnShowFirstLast
 - protected integer $intNumberOfLinks
 - protected integer $intPage
 - protected integer $intRows
 - protected integer $intRowsPerPage
 - protected integer $intTotalPages
 - protected string $lblFirst
 - protected string $lblLast
 - protected string $lblNext
 - protected string $lblPrevious
 - protected string $lblTotal
 - protected string $strUrl
 - protected string $strVarConnector
 

Add a comment