(NFC) Set _log and _table_name variables to be public
[civicrm-core.git] / CRM / Mailing / DAO / Spool.php
index 2c91bf9384915160813a893c1c77e0a7e55b4670..bdc28b428d042dbf524775eaff71fd731dabc8ba 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/Spool.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8cdc46330195fed32b15c2560dee858d)
+ * (GenCodeChecksum:db7871e2d5313c106f01f1516beaf898)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_mailing_spool';
+  public static $_tableName = 'civicrm_mailing_spool';
 
   /**
    * 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
@@ -91,7 +91,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
    */
   public static function getReferenceColumns() {
     if (!isset(Civi::$statics[__CLASS__]['links'])) {
-      Civi::$statics[__CLASS__]['links'] = static ::createReferenceColumns(__CLASS__);
+      Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__);
       Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'job_id', 'civicrm_mailing_job', 'id');
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']);
     }
@@ -120,7 +120,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'job_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Job'),
-          'description' => 'The ID of the Job .',
+          'description' => ts('The ID of the Job .'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
@@ -132,7 +132,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'recipient_email',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Recipient Email'),
-          'description' => 'The email of the receipients this mail is to be sent.',
+          'description' => ts('The email of the receipients this mail is to be sent.'),
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -142,7 +142,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'headers',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Headers'),
-          'description' => 'The header information of this mailing .',
+          'description' => ts('The header information of this mailing .'),
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -152,7 +152,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'body',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Body'),
-          'description' => 'The body of this mailing.',
+          'description' => ts('The body of this mailing.'),
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -162,7 +162,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'added_at',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Added'),
-          'description' => 'date on which this job was added.',
+          'description' => ts('date on which this job was added.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_spool',
@@ -174,7 +174,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'removed_at',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Removed'),
-          'description' => 'date on which this job was removed.',
+          'description' => ts('date on which this job was removed.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_spool',