X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FDAO%2FBounceType.php;h=c9e6acf97b2e125f6da59656638f4ca7265b3444;hb=c998e3d9027336e60f7d5bcb14f052c6c47dc63e;hp=8a274e839262dcadb4c8384cf5a831fa9c4ed0cd;hpb=44f9625f81ae288a58626166d77502c75a1d3a5f;p=civicrm-core.git diff --git a/CRM/Mailing/DAO/BounceType.php b/CRM/Mailing/DAO/BounceType.php index 8a274e8392..c9e6acf97b 100644 --- a/CRM/Mailing/DAO/BounceType.php +++ b/CRM/Mailing/DAO/BounceType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/BounceType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cde25653865971ad7f5692dfd0eb7c39) + * (GenCodeChecksum:ef69aba971b0a118a9ec2238a180c7c5) */ /** @@ -32,7 +32,9 @@ class CRM_Mailing_DAO_BounceType 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; @@ -40,20 +42,26 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO { * Type of bounce * * @var string + * (SQL type: varchar(24)) + * Note that values will be retrieved from the database as a string. */ public $name; /** * A description of this bounce type * - * @var string + * @var string|null + * (SQL type: varchar(255)) + * Note that values will be retrieved from the database as a string. */ public $description; /** * Number of bounces of this type required before the email address is put on bounce hold * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $hold_threshold;