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