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