Home
last modified time | relevance | path

Searched refs:ReportHtmlFootnote (Results 1 – 20 of 20) sorted by relevance

/webtrees/app/Report/
H A DHtmlRenderer.php83 * @var ReportHtmlFootnote[] Array of elements in the footer notes
301 return new ReportHtmlFootnote($style);
411 * @param ReportHtmlFootnote $footnote
413 * @return ReportHtmlFootnote|bool object if already numbered, false otherwise
415 public function checkFootnote(ReportHtmlFootnote $footnote)
H A DReportHtmlFootnote.php30 class ReportHtmlFootnote extends ReportBaseFootnote class
H A DReportHtmlTextbox.php70 } elseif ($element instanceof ReportHtmlFootnote) {
/webtrees/tests/app/Report/
H A DReportHtmlFootnoteTest.php30 self::assertTrue(class_exists(ReportHtmlFootnote::class));
/webtrees/tests/app/Module/
H A DBirthDeathMarriageReportModuleTest.php34 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DFamilyGroupReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DBirthReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DMissingFactsReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DOccupationReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DMarriageReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DDeathReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DFactSourcesReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DPedigreeReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DRelatedIndividualsReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DCemeteryReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DIndividualReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DAhnentafelReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DDescendancyReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DIndividualFamiliesReportModuleTest.php36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
H A DChangeReportModuleTest.php37 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias