Searched refs:place_name (Results 1 – 3 of 3) sorted by relevance
42 private string $place_name; variable in Fisharebest\\Webtrees\\Place52 * @param string $place_name55 public function __construct(string $place_name, Tree $tree) argument58 $place_name = trim($place_name);59 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $place_name, -1, PREG_SPLI…62 $this->place_name = $this->parts->implode(Gedcom::PLACE_SEPARATOR);93 $place_name = $parts->implode(Gedcom::PLACE_SEPARATOR);95 return new Place($place_name, $tree);116 return Registry::cache()->array()->remember('place-' . $this->place_name, function (): int {187 if ($this->place_name !== '') {[all …]
457 $place_name = $match[1];474 $location = new PlaceLocation($place_name);494 $place_name = $match[1];511 $location = new PlaceLocation($place_name);541 foreach ($places as $place_name) {542 $place = new Place($place_name, $tree);
305 foreach ($hierarchy as $place_name) {308 ->where('p_place', '=', $place_name)