You are here

class CRM_Core_DAO_MessageTemplate in CiviCRM Entity 8.3

Database access object for the MessageTemplate entity.

Hierarchy

Expanded class hierarchy of CRM_Core_DAO_MessageTemplate

1 string reference to 'CRM_Core_DAO_MessageTemplate'
CivicrmEntityTestBase::sampleContactGetFields in tests/src/Kernel/CivicrmEntityTestBase.php
Json returned from sample Contact getfields.

File

tests/src/CiviCrmDaoStubs.php, line 53

View source
class CRM_Core_DAO_MessageTemplate {

  /**
   * Static instance to hold the table name.
   *
   * @var string
   */
  public static $_tableName = 'civicrm_msg_template';

  /**
   * Returns the names of this table
   *
   * @return string
   */
  public static function getTableName() {
    return self::$_tableName;
  }

}

Members

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