Home
last modified time | relevance | path

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

/webtrees/app/
H A DIndividual.php482 $places = $this->getAllEventPlaces([$event]);
518 $places = $this->getAllEventPlaces([$event]);
H A DFamily.php303 $places = $this->getAllEventPlaces([$event]);
H A DGedcomRecord.php592 public function getAllEventPlaces(array $events): array function in Fisharebest\\Webtrees\\GedcomRecord