Family::getStatusVerb - jcobban/Genealogy GitHub Wiki
$family->getStatusVerb()
Up: class Family
This method returns a string describing the action establishing the family relationship as a verb in the past tense. This string is in English so it must be translated to the user's preferred language of communication.
idms | returned string value |
---|---|
1 | 'married' |
2 | 'married' |
3 | 'had a Common Law relationship with' |
4 | 'married' |
5 | 'married' |
6 | 'had some other relationship with' |
7 | 'married' |
8 | 'had a relationship with' |
9 | 'married' |
10 | 'married' |
11 | '[Private]' |
12 | 'was the partner of' |
13 | 'married' |
14 | 'was single' |
15 | 'was a friend [with benefits]' |
Next: $family->getChildren()