Home
last modified time | relevance | path

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

/webtrees/tests/app/Census/
H A DCensusColumnChildrenLivingTest.php41 $column = new CensusColumnChildrenLiving($census, '', '');
83 $column = new CensusColumnChildrenLiving($census, '', '');
H A DCensusOfEngland1911Test.php56 self::assertInstanceOf(CensusColumnChildrenLiving::class, $columns[7]);
H A DCensusOfWales1911Test.php56 self::assertInstanceOf(CensusColumnChildrenLiving::class, $columns[7]);
H A DCensusOfScotland1911Test.php59 self::assertInstanceOf(CensusColumnChildrenLiving::class, $columns[10]);
H A DCensusOfUnitedStates1900Test.php59 self::assertInstanceOf(CensusColumnChildrenLiving::class, $columns[10]);
H A DCensusOfRhodeIsland1905Test.php75 self::assertInstanceOf(CensusColumnChildrenLiving::class, $columns[27]);
H A DCensusOfUnitedStates1910Test.php57 self::assertInstanceOf(CensusColumnChildrenLiving::class, $columns[8]);
/webtrees/app/Census/
H A DCensusOfEngland1911.php52 new CensusColumnChildrenLiving($this, 'ChL', 'Children who are still alive'),
H A DCensusOfWales1911.php52 new CensusColumnChildrenLiving($this, 'ChL', 'Children who are still alive'),
H A DCensusOfScotland1911.php55 new CensusColumnChildrenLiving($this, 'ChL', 'Children who are still alive'),
H A DCensusOfUnitedStates1900.php55 new CensusColumnChildrenLiving($this, 'Chil', 'Number of these children living'),
H A DCensusOfRhodeIsland1905.php72 …new CensusColumnChildrenLiving($this, 'Chil liv', 'Number of these children living on June 1 1905'…
H A DCensusColumnChildrenLiving.php28 class CensusColumnChildrenLiving extends AbstractCensusColumn implements CensusColumnInterface class
H A DCensusOfUnitedStates1910.php53 new CensusColumnChildrenLiving($this, 'Chil', 'Number of these children living'),