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