Home
last modified time | relevance | path

Searched defs:facts (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/
H A DGedcomRecord.php84 protected array $facts; variable in Fisharebest\\Webtrees\\GedcomRecord
536 public function formatFirstMajorFact(array $facts, int $style): string
616 public function facts( function in Fisharebest\\Webtrees\\GedcomRecord
1026 protected function extractNamesFromFacts(int $level, string $fact_type, Collection $facts): void
/webtrees/app/Module/
H A DSourcesTabModule.php36 private Collection|null $facts = null; variable in Fisharebest\\Webtrees\\Module\\SourcesTabModule
H A DNotesTabModule.php38 private Collection|null $facts = null; variable in Fisharebest\\Webtrees\\Module\\NotesTabModule
/webtrees/app/Services/
H A DCalendarService.php106 …public function getCalendarEvents(int $jd1, int $jd2, string $facts, Tree $tree, string $filterof …
266 …public function getAnniversaryEvents(int $jd, string $facts, Tree $tree, string $filterof = '', st…