API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Mailing / Event / DAO / Confirm.php
index 51f90ce2f0d0c12f321b8a40b8324c149fbd452c..bdde918922219e084572dce45dfad62c0cd4fa76 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Confirm.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a7b8a7cbbffc3c2ad56f4a27a5fe0d47)
+ * (GenCodeChecksum:01729079bec5be7346678447b6cf2844)
  */
 
 /**
@@ -55,6 +55,13 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Confirms');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *
@@ -88,6 +95,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'entity' => 'Confirm',
           'bao' => 'CRM_Mailing_Event_BAO_Confirm',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_subscribe_id' => [
           'name' => 'event_subscribe_id',
@@ -101,6 +109,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Confirm',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Subscribe',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -114,6 +123,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'entity' => 'Confirm',
           'bao' => 'CRM_Mailing_Event_BAO_Confirm',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);