Searched refs:getBirthPlace (Results 1 – 10 of 10) sorted by relevance
42 return $this->notCountry($mother->getBirthPlace()->gedcomName());
42 return $this->notCountry($father->getBirthPlace()->gedcomName());
41 …if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) {
41 …if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->gedcomName()) !== $this->place()) {
39 $birth_place = (string) $individual->getBirthPlace()->lastParts(1)->first();
41 $birth_place = $individual->getBirthPlace()->gedcomName();
49 $place = $individual->getBirthPlace()->gedcomName();
378 public function getBirthPlace(): Place function in Fisharebest\\Webtrees\\Individual428 $birth_place = strip_tags($this->getBirthPlace()->shortName());
245 <td data-sort="<?= e($individual->getBirthPlace()->gedcomName()) ?>">
192 $birth_place = $individual->getBirthPlace();