Home
last modified time | relevance | path

Searched refs:getChildPlaces (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DPlaceHierarchyListModule.php238 $children = $place->getChildPlaces();
338 $child_places = $place->getChildPlaces();
/webtrees/app/
H A DPlace.php185 public function getChildPlaces(): array function in Fisharebest\\Webtrees\\Place