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