Regenerate DAO files
[civicrm-core.git] / CRM / Mailing / Event / DAO / Delivered.php
index 1b92fe506db71c5685692d0112dfdc1257cde895..30e49eb758a74b862447eea9887134c6c33a0ee8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Delivered.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5c10ce5edff5d1ca52c405080756bb69)
+ * (GenCodeChecksum:b1f214fd42770b5daf2d26b62b8e967a)
  */
 
 /**
@@ -15,6 +15,7 @@
 class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
   const EXT = 'civicrm';
   const TABLE_ADDED = '';
+  const COMPONENT = 'CiviMail';
 
   /**
    * Static instance to hold the table name.
@@ -64,7 +65,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
    *   Whether to return the plural version of the title.
    */
   public static function getEntityTitle($plural = FALSE) {
-    return $plural ? ts('Delivereds') : ts('Delivered');
+    return $plural ? ts('Mailing Delivery Events') : ts('Mailing Delivery Event');
   }
 
   /**
@@ -100,12 +101,15 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'entity' => 'Delivered',
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Event Queue'),
+          'title' => ts('Event Queue ID'),
           'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'where' => 'civicrm_mailing_event_delivered.event_queue_id',
@@ -114,6 +118,9 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'html' => [
+            'label' => ts("Event Queue"),
+          ],
           'add' => NULL,
         ],
         'time_stamp' => [