CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Mailing / Event / DAO / Forward.php
index 84666a1b4bc32cfe9f1aeee12bc2035869182e85..26ac259c840d44bcc20bf1010ae407ed0482bbc2 100644 (file)
  *
  * Generated from xml/schema/CRM/Mailing/Event/Forward.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:922aee5401dd28090fba60a303710e1d)
+ * (GenCodeChecksum:5b9039dd2973b4a8b776e20c9afd519a)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Mailing_Event_DAO_Forward constructor.
+ */
 class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_mailing_event_forward';
   /**
-   * static value to see if we should log any modifications to
-   * this table in the civicrm_log table
+   * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var boolean
    */
@@ -72,16 +74,14 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
    */
   public $time_stamp;
   /**
-   * class constructor
-   *
-   * @return civicrm_mailing_event_forward
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_mailing_event_forward';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]
@@ -108,6 +108,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Forward ID') ,
           'required' => true,
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
         ) ,
         'event_queue_id' => array(
           'name' => 'event_queue_id',
@@ -115,6 +119,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'title' => ts('Mailing Event Queue') ,
           'description' => 'FK to EventQueue',
           'required' => true,
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
         ) ,
         'dest_queue_id' => array(
@@ -122,6 +130,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Destination Queue') ,
           'description' => 'FK to EventQueue for destination',
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
         ) ,
         'time_stamp' => array(
@@ -130,6 +142,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'title' => ts('Timestamp') ,
           'description' => 'When this forward event occurred.',
           'required' => true,
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);