Record::getTableName - jcobban/Genealogy GitHub Wiki

$record->getTableName()

Up: class Record

This method returns the internal name of the database table associated with this instance of Record. That is the name by which the table is known to the database server. This returns the same value as $this->getInfo()['table'].

Next: $record->getId()