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