X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FUFMatch.php;h=71de7d0c94e563fa93ca64d8aa8e39af1e9529b7;hb=655da1f919af8318da84d80422841599c332024d;hp=f374311007caca32590da8396c0536c863255447;hpb=91c61b7f1b20bf4d70844770f8e0b15acf2c1bde;p=civicrm-core.git diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index f374311007..71de7d0c94 100644 --- a/CRM/Core/DAO/UFMatch.php +++ b/CRM/Core/DAO/UFMatch.php @@ -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'); } /**