Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DPlaceHierarchyListModule.php338 $child_places = $place->getChildPlaces(); variable in Fisharebest\\Webtrees\\Module\\PlaceHierarchyListModule
339 $numfound = count($child_places);
347 'columns' => array_chunk($child_places, (int) ceil($numfound / $divisor)),