Regenerate DAO files
[civicrm-core.git] / CRM / SMS / DAO / Provider.php
index 3aa49ab0a6da3128f2b2fca659004cfdc6946ac8..ec228705eb93bedf9336c2ddbacb51b05d193a8b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/SMS/Provider.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6ecda65bd52b36e04764cec8ee81e1b8)
+ * (GenCodeChecksum:096f39952e1259e5982166966f04ac02)
  */
 
 /**
@@ -107,9 +107,12 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
 
   /**
    * Returns localized title of this entity.
+   *
+   * @param bool $plural
+   *   Whether to return the plural version of the title.
    */
-  public static function getEntityTitle() {
-    return ts('Providers');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Providers') : ts('Provider');
   }
 
   /**
@@ -146,6 +149,9 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => '4.2',
         ],
         'name' => [
@@ -295,7 +301,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
         'domain_id' => [
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('SMS Domain'),
+          'title' => ts('Domain ID'),
           'description' => ts('Which Domain is this sms provider for'),
           'where' => 'civicrm_sms_provider.domain_id',
           'table_name' => 'civicrm_sms_provider',
@@ -303,6 +309,9 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'bao' => 'CRM_SMS_BAO_Provider',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Domain',
+          'html' => [
+            'label' => ts("Domain"),
+          ],
           'pseudoconstant' => [
             'table' => 'civicrm_domain',
             'keyColumn' => 'id',