Searched refs:CensusColumnMotherForeign (Results 1 – 4 of 4) sorted by relevance
/webtrees/tests/app/Census/ |
H A D | CensusColumnMotherForeignTest.php | 55 $column = new CensusColumnMotherForeign($census, '', ''); 74 $column = new CensusColumnMotherForeign($census, '', ''); 90 $column = new CensusColumnMotherForeign($census, '', ''); 103 $column = new CensusColumnMotherForeign($census, '', '');
|
H A D | CensusOfUnitedStates1870Test.php | 58 self::assertInstanceOf(CensusColumnMotherForeign::class, $columns[9]);
|
/webtrees/app/Census/ |
H A D | CensusColumnMotherForeign.php | 27 class CensusColumnMotherForeign extends AbstractCensusColumn implements CensusColumnInterface class
|
H A D | CensusOfUnitedStates1870.php | 54 new CensusColumnMotherForeign($this, 'MFB', 'Mother of foreign birth'),
|