Merge pull request #23707 from eileenmcnaughton/import_activity
[civicrm-core.git] / CRM / Mailing / DAO / MailingGroup.php
index f5e6d3cd90cd6f43f820b7537bdba24aaa4da314..84118eb8e9a14a7849259a52848dfbc7dbafa9d2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/MailingGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:52fcf6b74cf0c8f3ad9d3e6e9c6f8fb4)
+ * (GenCodeChecksum:454b529a2ced8428fa3ec9a080fb4887)
  */
 
 /**
@@ -32,21 +32,27 @@ class CRM_Mailing_DAO_MailingGroup 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;
 
   /**
    * The ID of a previous mailing to include/exclude recipients.
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $mailing_id;
 
   /**
    * Are the members of the group included or excluded?.
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(8))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $group_type;
 
@@ -54,27 +60,35 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
    * Name of table where item being referenced is stored.
    *
    * @var string
+   *   (SQL type: varchar(64))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $entity_table;
 
   /**
    * Foreign key to the referenced item.
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $entity_id;
 
   /**
    * The filtering search. custom search id or -1 for civicrm api search
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $search_id;
 
   /**
    * The arguments to be sent to the search function
    *
-   * @var text
+   * @var string|null
+   *   (SQL type: text)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $search_args;