Merge pull request #13985 from seamuslee001/new_coder_crm_utils
[civicrm-core.git] / CRM / Mailing / Event / DAO / Subscribe.php
index ee44c51ee114842e6eafaf8aceef1d47087ce480..888c2ecc199a6e7a0760c3dacc0be2b1faa424d9 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/Subscribe.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7d7961401e033cc63575a58821bfa5c7)
+ * (GenCodeChecksum:a18362fb8ab1b7cd9b6f5450fcf367f5)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_mailing_event_subscribe';
+  public static $_tableName = 'civicrm_mailing_event_subscribe';
 
   /**
    * 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
@@ -107,7 +107,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Subscribe Group'),
-          'description' => 'FK to Group',
+          'description' => ts('FK to Group'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_subscribe',
           'entity' => 'Subscribe',
@@ -127,7 +127,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Subscribe Contact'),
-          'description' => 'FK to Contact',
+          'description' => ts('FK to Contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_subscribe',
           'entity' => 'Subscribe',
@@ -139,7 +139,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'hash',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Subscribe Hash'),
-          'description' => 'Security hash',
+          'description' => ts('Security hash'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -152,7 +152,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Subscribe Timestamp'),
-          'description' => 'When this subscription event occurred.',
+          'description' => ts('When this subscription event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_subscribe',