Home
last modified time | relevance | path

Searched refs:lastPartOfPlace (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Census/
H A DCensusColumnMotherBirthPlaceSimple.php39 return $this->lastPartOfPlace(parent::generate($individual, $head));
H A DCensusColumnFatherBirthPlaceSimple.php39 return $this->lastPartOfPlace(parent::generate($individual, $head));
H A DCensusColumnBirthPlaceSimple.php39 return $this->lastPartOfPlace(parent::generate($individual, $head));
H A DCensusColumnFatherForeign.php41 …if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) {
H A DCensusColumnMotherForeign.php41 …if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->gedcomName()) !== $this->place()) {
H A DCensusColumnNationality.php63 $place = $this->lastPartOfPlace($place);
H A DAbstractCensusColumn.php163 protected function lastPartOfPlace(string $place): string function in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn