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