You are here

class CRM_Campaign_DAO_Campaign in CiviCRM Entity 8.3

Database access object for the Campaign entity.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
CRM_Campaign_DAO_Campaign::$_tableName public static property Static instance to hold the table name.
CRM_Campaign_DAO_Campaign::getTableName public static function Returns the names of this table