Back to Table class

Method getTableName

public string
getTableName
()
Method to get the database table name for the class.
Returns
  • string The name of the database table being modeled.
Since
  • 1.7.0
Class: Table
Project: Joomla

Method getTableName - Source code

/**
 * Method to get the database table name for the class.
 *
 * @return  string  The name of the database table being modeled.
 *
 * @since   1.7.0
 */
public function getTableName()
{
    return $this->_tbl;
}