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