Searched refs:createFootnote (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Report/ | ||
H A D | AbstractRenderer.php | 316 abstract public function createFootnote(string $style): ReportBaseFootnote; function in Fisharebest\\Webtrees\\Report\\AbstractRenderer |
H A D | PdfRenderer.php | 482 public function createFootnote(string $style): ReportBaseFootnote function in Fisharebest\\Webtrees\\Report\\PdfRenderer |
H A D | HtmlRenderer.php | 299 public function createFootnote(string $style): ReportBaseFootnote function in Fisharebest\\Webtrees\\Report\\HtmlRenderer |
H A D | ReportParserGenerate.php | 1620 $this->current_element = $this->report_root->createFootnote($style); |