X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FDAO%2FBouncePattern.php;h=92ca3b8eb2dd3e59dc3e0d4fa58f97ab1d689a7a;hb=18e801835e46978b37a2d52b9b25a5fa9369817c;hp=830af977d37f636b995bb2e7724c2aa4b477827f;hpb=b476a37caaa4a4fcee54c702c3f4d4da330944fc;p=civicrm-core.git diff --git a/CRM/Mailing/DAO/BouncePattern.php b/CRM/Mailing/DAO/BouncePattern.php index 830af977d3..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:a340a133494d8de320812a282997d760) + * (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;