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