Record::table - jcobban/Genealogy GitHub Wiki
$record->table
Up: class Record
This protected attribute contains the name of the database table associated with the record. This field is private to the Record class. The value can be read using the method $record‑>getTableName()
or by $record‑>getInfo()['table']
.
Next: $record->prime