You are here

public static function CRM_Campaign_DAO_Campaign::getTableName in CiviCRM Entity 8.3

Returns the names of this table

Return value

string

File

tests/src/CiviCrmDaoStubs.php, line 90

Class

CRM_Campaign_DAO_Campaign
Database access object for the Campaign entity.

Code

public static function getTableName() {
  return self::$_tableName;
}