Home
last modified time | relevance | path

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

/webtrees/tests/app/Census/
H A DCensusColumnMotherBirthPlaceTest.php58 $column = new CensusColumnMotherBirthPlace($census, '', '');
77 $column = new CensusColumnMotherBirthPlace($census, '', '');
93 $column = new CensusColumnMotherBirthPlace($census, '', '');
106 $column = new CensusColumnMotherBirthPlace($census, '', '');
/webtrees/app/Census/
H A DCensusColumnMotherBirthPlaceSimple.php27 class CensusColumnMotherBirthPlaceSimple extends CensusColumnMotherBirthPlace
H A DCensusColumnMotherBirthPlace.php27 class CensusColumnMotherBirthPlace extends AbstractCensusColumn implements CensusColumnInterface class