(NFC) Set _log and _table_name variables to be public
[civicrm-core.git] / CRM / Core / DAO / JobLog.php
index c89f8caf66cb250321251630ccf5496ff7c3e9ba..aaa71773e7ea5415205a9d4f791c28800db73c12 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/Core/JobLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8bf259a1e340e91eb72255dd7cdba531)
+ * (GenCodeChecksum:68e8b90d050e64feef2b1868d83a7923)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_job_log';
+  public static $_tableName = 'civicrm_job_log';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = FALSE;
+  public static $_log = FALSE;
 
   /**
    * Job log entry Id
@@ -100,7 +100,7 @@ class CRM_Core_DAO_JobLog 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(), 'domain_id', 'civicrm_domain', 'id');
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']);
     }