X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FPrintLabel.php;h=ed0669e771e6f4eba442a5950cfa9f05d14a0a85;hb=95df1916ef20b26a17a84e834d11e2b07cb493c4;hp=1f20a3825e1f1ac3cef2df1c9d54bae6c178f254;hpb=2918a67d3bde046b49ef6073e97de1132cca9bac;p=civicrm-core.git diff --git a/CRM/Core/DAO/PrintLabel.php b/CRM/Core/DAO/PrintLabel.php index 1f20a3825e..ed0669e771 100644 --- a/CRM/Core/DAO/PrintLabel.php +++ b/CRM/Core/DAO/PrintLabel.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrintLabel.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ca56833ea757bf1363d618add294960d) + * (GenCodeChecksum:dff1181c7ca564844b6fed3b5eb2e37e) */ /** @@ -29,7 +29,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { public static $_log = FALSE; /** - * @var int unsigned + * @var int */ public $id; @@ -64,7 +64,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { /** * Implicit FK to civicrm_option_value row in NEW label_type option group * - * @var int unsigned + * @var int */ public $label_type_id; @@ -78,28 +78,28 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { /** * Is this default? * - * @var boolean + * @var bool */ public $is_default; /** * Is this option active? * - * @var boolean + * @var bool */ public $is_active; /** * Is this reserved label? * - * @var boolean + * @var bool */ public $is_reserved; /** * FK to civicrm_contact, who created this label layout * - * @var int unsigned + * @var int */ public $created_id; @@ -200,7 +200,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'pseudoconstant' => [ 'optionGroupName' => 'name_badge', 'optionEditPath' => 'civicrm/admin/options/name_badge', - ] + ], ], 'label_type_id' => [ 'name' => 'label_type_id', @@ -218,7 +218,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO { 'pseudoconstant' => [ 'optionGroupName' => 'label_type', 'optionEditPath' => 'civicrm/admin/options/label_type', - ] + ], ], 'data' => [ 'name' => 'data',