X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FACL%2FDAO%2FEntityRole.php;h=ea001945755651fce5dd55b46f6648b3c2002064;hb=e6ca0a57f0e807c880e52b264a2def7f9acf0058;hp=93956fc8b9d876b2d3c6e16f0d03e4fb852f100c;hpb=1d4d3e28e765d01748eff5371a08ded037282b11;p=civicrm-core.git diff --git a/CRM/ACL/DAO/EntityRole.php b/CRM/ACL/DAO/EntityRole.php index 93956fc8b9..ea00194575 100644 --- a/CRM/ACL/DAO/EntityRole.php +++ b/CRM/ACL/DAO/EntityRole.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/EntityRole.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c53e5bc404fee6d3f005fbaf15abdb4e) + * (GenCodeChecksum:65952cc85e04acddbaef65cfcf7fc541) */ /** @@ -31,14 +31,14 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { /** * Unique table ID * - * @var int unsigned + * @var int */ public $id; /** * Foreign Key to ACL Role (which is an option value pair and hence an implicit FK) * - * @var int unsigned + * @var int */ public $acl_role_id; @@ -52,14 +52,14 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { /** * ID of the group/contact object being joined * - * @var int unsigned + * @var int */ public $entity_id; /** * Is this property active? * - * @var boolean + * @var bool */ public $is_active;