Home
last modified time | relevance | path

Searched refs:CensusColumnChildrenBornAlive (Results 1 – 14 of 14) sorted by relevance

/webtrees/tests/app/Census/
H A DCensusColumnChildrenBornAliveTest.php41 $column = new CensusColumnChildrenBornAlive($census, '', '');
83 $column = new CensusColumnChildrenBornAlive($census, '', '');
H A DCensusOfEngland1911Test.php55 self::assertInstanceOf(CensusColumnChildrenBornAlive::class, $columns[6]);
H A DCensusOfWales1911Test.php55 self::assertInstanceOf(CensusColumnChildrenBornAlive::class, $columns[6]);
H A DCensusOfScotland1911Test.php58 self::assertInstanceOf(CensusColumnChildrenBornAlive::class, $columns[9]);
H A DCensusOfUnitedStates1900Test.php58 self::assertInstanceOf(CensusColumnChildrenBornAlive::class, $columns[9]);
H A DCensusOfRhodeIsland1905Test.php74 self::assertInstanceOf(CensusColumnChildrenBornAlive::class, $columns[26]);
H A DCensusOfUnitedStates1910Test.php56 self::assertInstanceOf(CensusColumnChildrenBornAlive::class, $columns[7]);
/webtrees/app/Census/
H A DCensusOfEngland1911.php51 new CensusColumnChildrenBornAlive($this, 'ChA', 'Children born alive'),
H A DCensusOfWales1911.php51 new CensusColumnChildrenBornAlive($this, 'ChA', 'Children born alive'),
H A DCensusOfScotland1911.php54 new CensusColumnChildrenBornAlive($this, 'ChA', 'Children born alive'),
H A DCensusColumnChildrenBornAlive.php28 class CensusColumnChildrenBornAlive extends AbstractCensusColumn implements CensusColumnInterface class
H A DCensusOfUnitedStates1900.php54 new CensusColumnChildrenBornAlive($this, 'Chil', 'Mother of how many children'),
H A DCensusOfRhodeIsland1905.php71 new CensusColumnChildrenBornAlive($this, 'Chil born', 'Mother of how many children'),
H A DCensusOfUnitedStates1910.php52 new CensusColumnChildrenBornAlive($this, 'Chil', 'Mother of how many children'),