Merge pull request #22822 from civicrm/5.47
[civicrm-core.git] / CRM / Mailing / DAO / BounceType.php
index dbe383e1b5020ba3c96082121fb0d7c06f1be46c..c9e6acf97b2e125f6da59656638f4ca7265b3444 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/BounceType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3b880ec51ff0445ed90072824ba388c5)
+ * (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;