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