/webtrees/app/Report/ |
H A D | HtmlRenderer.php | 83 * @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 D | ReportHtmlFootnote.php | 30 class ReportHtmlFootnote extends ReportBaseFootnote class
|
H A D | ReportHtmlTextbox.php | 70 } elseif ($element instanceof ReportHtmlFootnote) {
|
/webtrees/tests/app/Report/ |
H A D | ReportHtmlFootnoteTest.php | 30 self::assertTrue(class_exists(ReportHtmlFootnote::class));
|
/webtrees/tests/app/Module/ |
H A D | BirthDeathMarriageReportModuleTest.php | 34 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | FamilyGroupReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | BirthReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | MissingFactsReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | OccupationReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | MarriageReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | DeathReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | FactSourcesReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | PedigreeReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | RelatedIndividualsReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | CemeteryReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | IndividualReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | AhnentafelReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | DescendancyReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | IndividualFamiliesReportModuleTest.php | 36 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|
H A D | ChangeReportModuleTest.php | 37 use Fisharebest\Webtrees\Report\ReportHtmlFootnote; alias
|