Searched refs:location_name (Results 1 – 2 of 2) sorted by relevance
38 private string $location_name; variable in Fisharebest\\Webtrees\\PlaceLocation46 * @param string $location_name48 public function __construct(string $location_name) argument51 $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 () {
2458 …message: '#^Parameter \#1 \$location_name of class Fisharebest\\Webtrees\\PlaceLocation constructo…