X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FTag.php;h=ddf825998eaaa9b959293d4db2e6a5e735556f41;hb=376cb3768f12084e65b558f590817f4308ed22d4;hp=24fc209c681bd70898a7d69f436955c2c9387d68;hpb=35300ebd3b90fd1d73409c4d1b75ffc86a05c728;p=civicrm-core.git diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php index 24fc209c68..ddf825998e 100644 --- a/CRM/Core/DAO/Tag.php +++ b/CRM/Core/DAO/Tag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Tag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8c816585b0863674074b4aaf5c644cab) + * (GenCodeChecksum:9f26fdcff51afe66519e1c06518dccca) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { /** * Tag ID * - * @var int unsigned + * @var int */ public $id; @@ -52,24 +52,24 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { /** * Optional parent id for this tag. * - * @var int unsigned + * @var int */ public $parent_id; /** * Is this tag selectable / displayed * - * @var boolean + * @var bool */ public $is_selectable; /** - * @var boolean + * @var bool */ public $is_reserved; /** - * @var boolean + * @var bool */ public $is_tagset; @@ -81,7 +81,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { /** * FK to civicrm_contact, who created this tag * - * @var int unsigned + * @var int */ public $created_id; @@ -236,7 +236,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO { 'pseudoconstant' => [ 'optionGroupName' => 'tag_used_for', 'optionEditPath' => 'civicrm/admin/options/tag_used_for', - ] + ], ], 'created_id' => [ 'name' => 'created_id',