API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Core / DAO / Timezone.php
index 0c5979ad40703f2c067e1fd04853ce5988058ebd..d2cd010c881b045fbc7c6d158c969306bf535998 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Timezone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a48a49afa56a0c510fb1c05a41a62435)
+ * (GenCodeChecksum:fc76675346aa5a97d5ce798b9968ee58)
  */
 
 /**
@@ -76,6 +76,13 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Timezones');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *
@@ -110,6 +117,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'name' => [
           'name' => 'name',
@@ -123,6 +131,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'abbreviation' => [
           'name' => 'abbreviation',
@@ -136,6 +145,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'gmt' => [
           'name' => 'gmt',
@@ -149,6 +159,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'offset' => [
           'name' => 'offset',
@@ -159,6 +170,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'country_id' => [
           'name' => 'country_id',
@@ -172,6 +184,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Country',
+          'add' => '1.8',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);