Citation::getRecord - jcobban/Genealogy GitHub Wiki

Citation::getRecord

Up: class Citation

This gets the instance of a class derived from class Record that contains the description of the fact or event which is documented by this Citation. The type of class returned is determined by the 'type' field as documented in the description of class Citation.

    $record         = $citation->getRecord();

Next: $citation->getRecordType()