Searched refs:lastPartOfPlace (Results 1 – 7 of 7) sorted by relevance
39 return $this->lastPartOfPlace(parent::generate($individual, $head));
41 …if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) {
41 …if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->gedcomName()) !== $this->place()) {
63 $place = $this->lastPartOfPlace($place);
163 protected function lastPartOfPlace(string $place): string function in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn