Record::prime - jcobban/Genealogy GitHub Wiki
$record->prime
Up: class Record
This protected attribute contains the name of the primary key field of the associated database table. This field is protected to the Record class. It is an array of field names if records in the associated table are identified by a combination of multiple fields. The value can be read using the method $record→getInfo()['prime']
.
Next: $record->msg