You are here

public static function CRM_Core_DAO_Country::getTableName in CiviCRM Entity 8.3

Returns the names of this table

Return value

string

File

tests/src/CiviCrmDaoStubs.php, line 182

Class

CRM_Core_DAO_Country
Database access object for the Country entity.

Code

public static function getTableName() {
  return self::$_tableName;
}