(No version information available, might only be in Git)
Table::getName — Get table name
Returns the name of this database object.
This function has no parameters.
The name of this database object.
Example #1 mysql_xdevapi\Table::getName() example
<?php
$tabName = $table->getName();
?>