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