class CRM_Dedupe_DAO_RuleGroup in CiviCRM Entity 8.3
Database access object for the RuleGroup entity.
Hierarchy
- class \CRM_Dedupe_DAO_RuleGroup
Expanded class hierarchy of CRM_Dedupe_DAO_RuleGroup
1 string reference to 'CRM_Dedupe_DAO_RuleGroup'
- CivicrmEntityTestBase::sampleEventsGetFields in tests/
src/ Kernel/ CivicrmEntityTestBase.php - Json returned from sample Event getfields.
File
- tests/
src/ CiviCrmDaoStubs.php, line 99
View source
class CRM_Dedupe_DAO_RuleGroup {
/**
* Static instance to hold the table name.
*
* @var string
*/
public static $_tableName = 'civicrm_dedupe_rule_group';
/**
* Returns the names of this table
*
* @return string
*/
public static function getTableName() {
return self::$_tableName;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CRM_Dedupe_DAO_RuleGroup:: |
public static | property | Static instance to hold the table name. | |
CRM_Dedupe_DAO_RuleGroup:: |
public static | function | Returns the names of this table |