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