API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Mailing / DAO / BounceType.php
index fa39ecc35d570cbaddc5adbf5411cf238a7d6d0d..9bb3db18070b5b55a033c3451a9a831120b52d11 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/BounceType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9a10baee53da12eee58e5b229fadf6d9)
+ * (GenCodeChecksum:b2b6ab45aa6fed676d81a68651f0bf93)
  */
 
 /**
@@ -62,6 +62,13 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Bounce Types');
+  }
+
   /**
    * Returns all the column names of this table
    *
@@ -80,6 +87,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'name' => [
           'name' => 'name',
@@ -94,6 +102,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'description' => [
           'name' => 'description',
@@ -107,6 +116,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'hold_threshold' => [
           'name' => 'hold_threshold',
@@ -119,6 +129,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);