Merge pull request #13988 from seamuslee001/coder_upgrade_dao_files
[civicrm-core.git] / CRM / SMS / DAO / Provider.php
index fc295eef0d5923720b97f5b86d82e0ac827b6ac0..969c212421af96a0f22fd1e94b717c9c862734f9 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/SMS/Provider.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cae173c565ecbc84ccb905d80f1de8c1)
+ * (GenCodeChecksum:a24ea48b652eba8827a5275a127df61e)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_sms_provider';
+  public static $_tableName = 'civicrm_sms_provider';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = FALSE;
+  public static $_log = FALSE;
 
   /**
    * SMS Provider ID
@@ -111,7 +111,7 @@ class CRM_SMS_DAO_Provider 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']);
     }
@@ -130,7 +130,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Provider ID'),
-          'description' => 'SMS Provider ID',
+          'description' => ts('SMS Provider ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
@@ -141,7 +141,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SMS Provider Name'),
-          'description' => 'Provider internal name points to option_value of option_group sms_provider_name',
+          'description' => ts('Provider internal name points to option_value of option_group sms_provider_name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_sms_provider',
@@ -153,7 +153,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SMS Provider Title'),
-          'description' => 'Provider name visible to user',
+          'description' => ts('Provider name visible to user'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_sms_provider',
@@ -196,7 +196,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'api_type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Provider API'),
-          'description' => 'points to value in civicrm_option_value for group sms_api_type',
+          'description' => ts('points to value in civicrm_option_value for group sms_api_type'),
           'required' => TRUE,
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
@@ -224,7 +224,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'api_params',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('SMS Provider API Params'),
-          'description' => 'the api params in xml, http or smtp format',
+          'description' => ts('the api params in xml, http or smtp format'),
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
@@ -263,7 +263,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Domain'),
-          'description' => 'Which Domain is this sms provider for',
+          'description' => ts('Which Domain is this sms provider for'),
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',