Home
last modified time | relevance | path

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

/webtrees/app/
H A DPlaceLocation.php199 public function boundingRectangle(): array function in Fisharebest\\Webtrees\\PlaceLocation
230 return $this->parent()->boundingRectangle();
/webtrees/app/Http/RequestHandlers/
H A DMapDataAdd.php95 $map_bounds = $parent->boundingRectangle();
H A DMapDataEdit.php93 $map_bounds = $location->boundingRectangle();
/webtrees/app/Module/
H A DPlaceHierarchyListModule.php300 'bounds' => (new PlaceLocation($place->gedcomName()))->boundingRectangle(),
/webtrees/
H A Dphpstan-baseline.neon7024 …message: '#^Method Fisharebest\\Webtrees\\PlaceLocation\:\:boundingRectangle\(\) should return arr…