public static function CRM_Core_DAO_County::getTableName in CiviCRM Entity 8.3
Returns the names of this table
Return value
string
File
- tests/
src/ CiviCrmDaoStubs.php, line 136
Class
- CRM_Core_DAO_County
- Database access object for the County entity.
Code
public static function getTableName() {
return self::$_tableName;
}