X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FUFGroup.php;h=efe2c87041f1eb2af4bf8ee169939ebb0361b90e;hb=376cb3768f12084e65b558f590817f4308ed22d4;hp=d7df8aa89eb915058515bbc9d0717ee1faa0b5cb;hpb=f6abe3a16609d9d91c001f4b5ec7ba2df9a9bb0a;p=civicrm-core.git diff --git a/CRM/Core/DAO/UFGroup.php b/CRM/Core/DAO/UFGroup.php index d7df8aa89e..efe2c87041 100644 --- a/CRM/Core/DAO/UFGroup.php +++ b/CRM/Core/DAO/UFGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:12397882fa70b7995d8555d8df3449eb) + * (GenCodeChecksum:a146a779e1515bd1edbcd00682c0439a) */ /** @@ -31,14 +31,14 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * Unique table ID * - * @var int unsigned + * @var int */ public $id; /** * Is this form currently active? If false, hide all related fields for all sharing contexts. * - * @var boolean + * @var bool */ public $is_active; @@ -87,7 +87,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * Group id, foreign key from civicrm_group * - * @var int unsigned + * @var int */ public $limit_listings_group_id; @@ -101,42 +101,42 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * foreign key to civicrm_group_id * - * @var int unsigned + * @var int */ public $add_to_group_id; /** * Should a CAPTCHA widget be included this Profile form. * - * @var boolean + * @var bool */ public $add_captcha; /** * Do we want to map results from this profile. * - * @var boolean + * @var bool */ public $is_map; /** * Should edit link display in profile selector * - * @var boolean + * @var bool */ public $is_edit_link; /** * Should we display a link to the website profile in profile selector * - * @var boolean + * @var bool */ public $is_uf_link; /** * Should we update the contact record if we find a duplicate * - * @var boolean + * @var bool */ public $is_update_dupe; @@ -150,7 +150,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * Should we create a cms user for this profile * - * @var boolean + * @var bool */ public $is_cms_user; @@ -162,7 +162,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * Is this group reserved for use by some other CiviCRM functionality? * - * @var boolean + * @var bool */ public $is_reserved; @@ -176,7 +176,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * FK to civicrm_contact, who created this UF group * - * @var int unsigned + * @var int */ public $created_id; @@ -190,7 +190,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * Should we include proximity search feature in this profile search form? * - * @var boolean + * @var bool */ public $is_proximity_search; @@ -211,7 +211,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { /** * Should a Cancel button be included in this Profile form. * - * @var boolean + * @var bool */ public $add_cancel_button;