Home
last modified time | relevance | path

Searched refs:CensusColumnMotherForeign (Results 1 – 4 of 4) sorted by relevance

/webtrees/tests/app/Census/
H A DCensusColumnMotherForeignTest.php55 $column = new CensusColumnMotherForeign($census, '', '');
74 $column = new CensusColumnMotherForeign($census, '', '');
90 $column = new CensusColumnMotherForeign($census, '', '');
103 $column = new CensusColumnMotherForeign($census, '', '');
H A DCensusOfUnitedStates1870Test.php58 self::assertInstanceOf(CensusColumnMotherForeign::class, $columns[9]);
/webtrees/app/Census/
H A DCensusColumnMotherForeign.php27 class CensusColumnMotherForeign extends AbstractCensusColumn implements CensusColumnInterface class
H A DCensusOfUnitedStates1870.php54 new CensusColumnMotherForeign($this, 'MFB', 'Mother of foreign birth'),