Home
last modified time | relevance | path

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

/webtrees/app/
H A DPlaceLocation.php38 private string $location_name; variable in Fisharebest\\Webtrees\\PlaceLocation
46 * @param string $location_name
48 public function __construct(string $location_name) argument
51 $location_name = trim($location_name);
52 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
55 $this->location_name = $this->parts->implode(Gedcom::PLACE_SEPARATOR);
81 … return Registry::cache()->array()->remember('location-' . $this->location_name, function () {
/webtrees/
H A Dphpstan-baseline.neon2458 …message: '#^Parameter \#1 \$location_name of class Fisharebest\\Webtrees\\PlaceLocation constructo…