v1.0.0
English

PagerRenderer.php

system/Pager/PagerRenderer.php
1 class 26 methods

class PagerRenderer

Class PagerRenderer This class is passed to the view that describes the pagination, and is used to get the link information and provide utility methods needed to work with pagination.
__construct (array $details) public
setSurroundCount (?int $count = null) public
hasPrevious () public
getPrevious () public
hasNext () public
getNext () public
getFirst () public
getLast () public
getCurrent () public
links () public
updatePages (?int $count = null) protected
updatePerPages () protected
hasPreviousPage () public
getPreviousPage () public
hasNextPage () public
getNextPage () public
getFirstPageNumber () public
getCurrentPageNumber () public
getLastPageNumber () public
getPageCount () public
getPreviousPageNumber () public
getNextPageNumber () public
getTotal () public
getPerPage () public
getPerPageStart () public
getPerPageEnd () public
phpDG v1.0.0 PagerRenderer.php 662 files 498 classes 763 fn
Generated