Lines Matching defs:hasNext
48 // get recent items, and set correct pagination parameters (first, hasNext)
50 $hasNext = false;
51 $recents = $this->getRecents($first, $hasNext);
104 $form->addHTML($this->htmlNavigation($first, $hasNext));
110 * Get recent items, and set correct pagination parameters (first, hasNext)
113 * @param bool $hasNext
118 protected function getRecents(&$first, &$hasNext)
141 $hasNext = false;
143 $hasNext = true;
178 * @param bool $hasNext
181 protected function htmlNavigation($first, $hasNext)
196 if ($hasNext) {