Merge pull request #23961 from totten/master-mgdphp-caseacttype
[civicrm-core.git] / CRM / Core / DAO / UFMatch.php
index f374311007caca32590da8396c0536c863255447..71de7d0c94e563fa93ca64d8aa8e39af1e9529b7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFMatch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c192c2dfffc598c44141e666fb164342)
+ * (GenCodeChecksum:fe0a85773ffa8532fab26a7036d904cf)
  */
 
 /**
@@ -33,42 +33,54 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
   /**
    * System generated ID.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $id;
 
   /**
    * Which Domain is this match entry for
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $domain_id;
 
   /**
    * UF ID
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $uf_id;
 
   /**
    * UF Name
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(128))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $uf_name;
 
   /**
    * FK to Contact ID
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_id;
 
   /**
    * UI language preferred by the given user/contact
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(5))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $language;
 
@@ -87,7 +99,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
    *   Whether to return the plural version of the title.
    */
   public static function getEntityTitle($plural = FALSE) {
-    return $plural ? ts('UFMatches') : ts('UFMatch');
+    return $plural ? ts('User Accounts') : ts('User Account');
   }
 
   /**