Family::getStatus - jcobban/Genealogy GitHub Wiki

$family->getStatus()

Up: class Family

This method returns a string describing the final marriage status. This string is in English so it must be translated to the user's preferred language of communication.

idms returned string value
1 ''
2 'Annulled'
3 'Common Law'
4 'Divorced'
5 'Married'
6 'Other'
7 'Separated'
8 'Unmarried'
9 'Divorce'
10 'Separation'
11 'Private'
12 'Partners'
13 'Death of one spouse'
14 'Single'
15 'Friends'

Next: $family->getStatusVerb()