Child::getParSealEvent - jcobban/Genealogy GitHub Wiki

$child->getParSealEvent()

Up: class Child

This factory method returns an instance of class Event or null. Formerly this information was kept in the Child record, but that violated 3rd Normal Form (3NF). The Event contains information about the sealed to parents sacrament of the Church of Latter Day Saints. It has one optional parameter:

parameter description
$create If this is boolean true this method returns an Event even if there is no recorded information about the LDS sealed to parents sacrament of the Person. If the parameter is omitted or is not boolean true the method returns null if there is no information about the event.

Next: $child->clearEvent($type)