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