@@ -40,7 +40,7 @@ |
||
| 40 | 40 | new CensusOfEngland1891(), |
| 41 | 41 | new CensusOfEngland1901(), |
| 42 | 42 | new CensusOfEngland1911(), |
| 43 | - new CensusOfEngland1921(), |
|
| 43 | + new CensusOfEngland1921(), |
|
| 44 | 44 | new RegisterOfEngland1939(), |
| 45 | 45 | ]; |
| 46 | 46 | } |
@@ -42,17 +42,17 @@ |
||
| 42 | 42 | public function columns(): array |
| 43 | 43 | { |
| 44 | 44 | return [ |
| 45 | - new CensusColumnFullName($this, 'Name', 'Name and surname'), |
|
| 46 | - new CensusColumnRelationToHead($this, 'Relation', 'Relationship to head of household'), |
|
| 47 | - new CensusColumnAge($this, 'Age', 'Age (Y/M)'), |
|
| 48 | - new CensusColumnSexMF($this, 'Sex', 'Male or Female'), |
|
| 49 | - new CensusColumnConditionEnglish($this, 'Condition', 'Marriage or Orphanhood'), |
|
| 50 | - new CensusColumnBirthPlace($this, 'Birthplace', 'Where born in UK', 'width: 100px;'), |
|
| 51 | - new CensusColumnNationality($this, 'Nat', 'Where born if not in UK'), |
|
| 52 | - new CensusColumnOccupation($this, 'Occupation', 'Personal Occupation or Schooling', 'width: 100px;'), |
|
| 53 | - new CensusColumnNull($this, 'Emp', 'Employment'), |
|
| 54 | - new CensusColumnNull($this, 'Work place', 'Place of Work'), |
|
| 55 | - new CensusColumnNull($this, 'ChL', 'No. of living children, total and by age'), |
|
| 45 | + new CensusColumnFullName($this, 'Name', 'Name and surname'), |
|
| 46 | + new CensusColumnRelationToHead($this, 'Relation', 'Relationship to head of household'), |
|
| 47 | + new CensusColumnAge($this, 'Age', 'Age (Y/M)'), |
|
| 48 | + new CensusColumnSexMF($this, 'Sex', 'Male or Female'), |
|
| 49 | + new CensusColumnConditionEnglish($this, 'Condition', 'Marriage or Orphanhood'), |
|
| 50 | + new CensusColumnBirthPlace($this, 'Birthplace', 'Where born in UK', 'width: 100px;'), |
|
| 51 | + new CensusColumnNationality($this, 'Nat', 'Where born if not in UK'), |
|
| 52 | + new CensusColumnOccupation($this, 'Occupation', 'Personal Occupation or Schooling', 'width: 100px;'), |
|
| 53 | + new CensusColumnNull($this, 'Emp', 'Employment'), |
|
| 54 | + new CensusColumnNull($this, 'Work place', 'Place of Work'), |
|
| 55 | + new CensusColumnNull($this, 'ChL', 'No. of living children, total and by age'), |
|
| 56 | 56 | ]; |
| 57 | 57 | } |
| 58 | 58 | } |