Home
last modified time | relevance | path

Searched refs:getAllEventDates (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DIndividual.php464 $dates = $this->getAllEventDates([$event]);
500 $dates = $this->getAllEventDates([$event]);
H A DFamily.php285 $array = $this->getAllEventDates([$event]);
H A DGedcomRecord.php573 public function getAllEventDates(array $events): array function in Fisharebest\\Webtrees\\GedcomRecord