Searched refs:pageNo (Results 1 – 5 of 5) sorted by relevance
44 …if ($lastpicbottom !== null && $renderer->pageNo() === $lastpicpage && $lastpicbottom >= $renderer…68 $lastpicpage = $renderer->pageNo();
42 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text);
61 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text);
46 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text);
571 public function pageNo(): int function in Fisharebest\\Webtrees\\Report\\HtmlRenderer