Child::getFamily - jcobban/Genealogy GitHub Wiki

$child->getFamily()

Up: class Child

This factory method returns the instance of class Family that this record is associated with. If the field 'idmr' has not been initialized this returns null.

Next: $child->getPerson()