X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FDAO%2FBouncePattern.php;h=92ca3b8eb2dd3e59dc3e0d4fa58f97ab1d689a7a;hb=18e801835e46978b37a2d52b9b25a5fa9369817c;hp=091639a689b5f1af97dc7a9055c345282014406e;hpb=530b9243d93e0ac9ada1a96fdd1172aeb3fee26a;p=civicrm-core.git diff --git a/CRM/Mailing/DAO/BouncePattern.php b/CRM/Mailing/DAO/BouncePattern.php index 091639a689..92ca3b8eb2 100644 --- a/CRM/Mailing/DAO/BouncePattern.php +++ b/CRM/Mailing/DAO/BouncePattern.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/BouncePattern.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c69a86cc75621a05e32951247e12f06b) + * (GenCodeChecksum:15aed9731c3f63c29d9d3c0c57297619) */ /** @@ -32,21 +32,27 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO { public static $_log = FALSE; /** - * @var int + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $id; /** * Type of bounce * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $bounce_type_id; /** * A regexp to match a message to a bounce type * - * @var string + * @var string|null + * (SQL type: varchar(255)) + * Note that values will be retrieved from the database as a string. */ public $pattern;