Family::getWifeName - jcobban/Genealogy GitHub Wiki
$family->getWifeName($options)
Up: class Family
Get a string
name of the female partner in the family.
If $family['idirwife']
is not zero this returns the value returned by $family->getWifePriName()->getName($options)
, otherwise it returns an empty string.
Next: $family->setName()