(NFC) Set _log and _table_name variables to be public
[civicrm-core.git] / CRM / Mailing / Event / DAO / Queue.php
index 371402c625345ceeaabbd1501b096658b773fa45..b1e3447500026dfeb7e9bf57b66b94451d20bf5c 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Mailing/Event/Queue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:61df95ab05407c3c8fcd677a03e32b99)
+ * (GenCodeChecksum:2b873b4e3dae5279b8b63b6e4de5adc0)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_mailing_event_queue';
+  public static $_tableName = 'civicrm_mailing_event_queue';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = FALSE;
+  public static $_log = FALSE;
 
   /**
    * @var int unsigned
@@ -116,7 +116,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'job_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job ID'),
-          'description' => 'FK to Job',
+          'description' => ts('FK to Job'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
@@ -128,7 +128,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'email_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Email ID'),
-          'description' => 'FK to Email',
+          'description' => ts('FK to Email'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
@@ -140,7 +140,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact',
+          'description' => ts('FK to Contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
@@ -152,7 +152,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'hash',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Security Hash'),
-          'description' => 'Security hash',
+          'description' => ts('Security hash'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -165,7 +165,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'phone_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone ID'),
-          'description' => 'FK to Phone',
+          'description' => ts('FK to Phone'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',