Name::getFamily - jcobban/Genealogy GitHub Wiki
$name->getFamily()
Up: class Name
This method obtains a reference to the instance of class Family associated with this instance. If the instance was created with an explicit parameter 'idmr' => 0
, or with an 'order'
or 'type'
parameter that is not -1 and it has never been updated this returns null
.
Next: $name->getSurnameRec()