diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-02-06 11:38:07 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-02-06 12:42:24 +0000 |
| commit | 32648f848c9c5b657c3a3bc7882e0a55ae03f209 (patch) | |
| tree | cec29123ac372a15632cf1e3c5c5694577c79323 /app/Census/CensusColumnConditionFrenchVeuve.php | |
| parent | 1e12bba2ff16616c8813810f50730aa8a0fb7985 (diff) | |
| download | webtrees-32648f848c9c5b657c3a3bc7882e0a55ae03f209.tar.gz webtrees-32648f848c9c5b657c3a3bc7882e0a55ae03f209.tar.bz2 webtrees-32648f848c9c5b657c3a3bc7882e0a55ae03f209.zip | |
Cleanup census classes
Diffstat (limited to 'app/Census/CensusColumnConditionFrenchVeuve.php')
| -rw-r--r-- | app/Census/CensusColumnConditionFrenchVeuve.php | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/app/Census/CensusColumnConditionFrenchVeuve.php b/app/Census/CensusColumnConditionFrenchVeuve.php index 5ead58c03d..97f6c27d29 100644 --- a/app/Census/CensusColumnConditionFrenchVeuve.php +++ b/app/Census/CensusColumnConditionFrenchVeuve.php @@ -19,38 +19,16 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Census; -/** - * Marital status. - */ -class CensusColumnConditionFrenchVeuve extends AbstractCensusColumnCondition +final readonly class CensusColumnConditionFrenchVeuve extends AbstractCensusColumnCondition { - // Text to display for married males protected const string HUSBAND = ''; - - // Text to display for married females protected const string WIFE = ''; - - // Text to display for married unmarried males protected const string BACHELOR = ''; - - // Text to display for married unmarried females protected const string SPINSTER = ''; - - // Text to display for male children protected const string BOY = ''; - - // Text to display for female children protected const string GIRL = ''; - - // Text to display for divorced males protected const string DIVORCE = ''; - - // Text to display for divorced females protected const string DIVORCEE = ''; - - // Text to display for widowed males protected const string WIDOWER = ''; - - // Text to display for widowed females protected const string WIDOW = '1'; } |
