add indeterminate gender

This commit is contained in:
2018-07-05 14:02:14 +02:00
parent 5ca6a9939c
commit b4c22bf247
4 changed files with 8 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ class Person implements HasCenterInterface {
const MALE_GENDER = 'man';
const FEMALE_GENDER = 'woman';
const BOTH_GENDER = 'both';
/** @var \Chill\PersonBundle\Entity\MaritalStatus The marital status of the person */
private $maritalStatus;