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)
setSurroundCount
(?int $count = null)
hasPrevious
()
getPrevious
()
hasNext
()
getNext
()
getFirst
()
getLast
()
getCurrent
()
links
()
updatePages
(?int $count = null)
updatePerPages
()
hasPreviousPage
()
getPreviousPage
()
hasNextPage
()
getNextPage
()
getFirstPageNumber
()
getCurrentPageNumber
()
getLastPageNumber
()
getPageCount
()
getPreviousPageNumber
()
getNextPageNumber
()
getTotal
()
getPerPage
()
getPerPageStart
()
getPerPageEnd
()