/webtrees/app/Report/ |
H A D | PdfRenderer.php | 287 * @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 D | ReportPdfTextBox.php | 69 } elseif ($element instanceof ReportPdfFootnote) { 79 … } elseif (!$element instanceof ReportPdfFootnote || trim($element->getValue()) !== '') {
|
H A D | ReportPdfFootnote.php | 31 class ReportPdfFootnote extends ReportBaseFootnote class
|
/webtrees/tests/app/Report/ |
H A D | ReportPdfFootnoteTest.php | 30 self::assertTrue(class_exists(ReportPdfFootnote::class));
|
/webtrees/tests/app/Module/ |
H A D | BirthDeathMarriageReportModuleTest.php | 43 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | FamilyGroupReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | BirthReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | MissingFactsReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | OccupationReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | MarriageReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | DeathReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | FactSourcesReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | PedigreeReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | RelatedIndividualsReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | CemeteryReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | IndividualReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | AhnentafelReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | DescendancyReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | IndividualFamiliesReportModuleTest.php | 45 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
H A D | ChangeReportModuleTest.php | 46 use Fisharebest\Webtrees\Report\ReportPdfFootnote; alias
|
/webtrees/ |
H A D | phpstan-baseline.neon | 7687 path: app/Report/ReportPdfFootnote.php 7714 …trees\\Report\\ReportBaseElement and Fisharebest\\Webtrees\\Report\\ReportPdfFootnote will always …
|