Home
last modified time | relevance | path

Searched refs:pageNo (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Report/
H A DReportHtmlImage.php44 …if ($lastpicbottom !== null && $renderer->pageNo() === $lastpicpage && $lastpicbottom >= $renderer…
68 $lastpicpage = $renderer->pageNo();
H A DReportHtmlCell.php42 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text);
H A DReportHtmlFootnote.php61 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text);
H A DReportHtmlText.php46 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text);
H A DHtmlRenderer.php571 public function pageNo(): int function in Fisharebest\\Webtrees\\Report\\HtmlRenderer