Home
last modified time | relevance | path

Searched refs:notCountry (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Census/
H A DCensusColumnMotherBirthPlace.php42 return $this->notCountry($mother->getBirthPlace()->gedcomName());
H A DCensusColumnFatherBirthPlace.php42 return $this->notCountry($father->getBirthPlace()->gedcomName());
H A DAbstractCensusColumn.php177 protected function notCountry(string $place): string function in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn