PagerNav class
Collection of Pager items that determines which pagination links should be used
USAGE EXAMPLE:
$pager = new Pager foreach($pager as $pageLabel => $pageNum) {
$class = "action";
if($pageNum == $pager->getCurrentPage()) $class .= " on";
$out .= " Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. Common
API reference based on ProcessWire core version 3.0.252