Merge pull request #21470 from mattwire/templatecontributioncreate
[civicrm-core.git] / CRM / Mailing / DAO / BouncePattern.php
index 091639a689b5f1af97dc7a9055c345282014406e..92ca3b8eb2dd3e59dc3e0d4fa58f97ab1d689a7a 100644 (file)
@@ -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;