Searched refs:isMore (Results 1 – 2 of 2) sorted by relevance
79 $isMore = count($threads) > ($first + $num);101 $this->browseDiscussionLinks($isMore, $first, $num);343 * @param bool $isMore whether there are more pages needed347 protected function browseDiscussionLinks($isMore, $first, $num) argument351 if ($first == 0 && !$isMore) return;365 if ($isMore) {371 } elseif ($isMore) {374 if ($isMore) {
90 $isMore = count($entries) > ($first + $num);146 … if ($pagingcontrols) $renderer->doc .= $this->_browseEntriesLinks($isMore, $first, $num);