/webtrees/app/Report/ |
H A D | AbstractRenderer.php | 314 * @return ReportBaseFootnote 316 abstract public function createFootnote(string $style): ReportBaseFootnote;
|
H A D | PdfRenderer.php | 480 * @return ReportBaseFootnote 482 public function createFootnote(string $style): ReportBaseFootnote
|
H A D | HtmlRenderer.php | 297 * @return ReportBaseFootnote 299 public function createFootnote(string $style): ReportBaseFootnote
|
H A D | ReportBaseFootnote.php | 27 class ReportBaseFootnote extends ReportBaseElement class
|
H A D | ReportPdfFootnote.php | 31 class ReportPdfFootnote extends ReportBaseFootnote
|
H A D | ReportHtmlFootnote.php | 30 class ReportHtmlFootnote extends ReportBaseFootnote
|
/webtrees/tests/app/Report/ |
H A D | ReportBaseFootnoteTest.php | 30 self::assertTrue(class_exists(ReportBaseFootnote::class));
|
/webtrees/tests/app/Module/ |
H A D | BirthDeathMarriageReportModuleTest.php | 27 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | FamilyGroupReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | BirthReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | MissingFactsReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | OccupationReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | MarriageReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | DeathReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | FactSourcesReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | PedigreeReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | RelatedIndividualsReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | CemeteryReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | IndividualReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | AhnentafelReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | DescendancyReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | IndividualFamiliesReportModuleTest.php | 29 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|
H A D | ChangeReportModuleTest.php | 30 use Fisharebest\Webtrees\Report\ReportBaseFootnote; alias
|