Home
last modified time | relevance | path

Searched refs:ReportPdfFootnote (Results 1 – 21 of 21) sorted by relevance

/webtrees/app/Report/
H A DPdfRenderer.php287 * @param ReportPdfFootnote $footnote
289 * @return ReportPdfFootnote|bool object if already numbered, false otherwise
291 public function checkFootnote(ReportPdfFootnote $footnote)
484 return new ReportPdfFootnote($style);
H A DReportPdfTextBox.php69 } elseif ($element instanceof ReportPdfFootnote) {
79 … } elseif (!$element instanceof ReportPdfFootnote || trim($element->getValue()) !== '') {
H A DReportPdfFootnote.php31 class ReportPdfFootnote extends ReportBaseFootnote class
/webtrees/tests/app/Report/
H A DReportPdfFootnoteTest.php30 self::assertTrue(class_exists(ReportPdfFootnote::class));
/webtrees/tests/app/Module/
H A DBirthDeathMarriageReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DFamilyGroupReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DBirthReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DMissingFactsReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DOccupationReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DMarriageReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DDeathReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DFactSourcesReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DPedigreeReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DRelatedIndividualsReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DCemeteryReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DIndividualReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DAhnentafelReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DDescendancyReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DIndividualFamiliesReportModuleTest.php45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
H A DChangeReportModuleTest.php46 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
/webtrees/
H A Dphpstan-baseline.neon7687 path: app/Report/ReportPdfFootnote.php
7714 …trees\\Report\\ReportBaseElement and Fisharebest\\Webtrees\\Report\\ReportPdfFootnote will always …