Regenerate DAO files with improved var docblocks
[civicrm-core.git] / CRM / Mailing / Event / DAO / Queue.php
index 193a3905b02c1b4b8951b393c4f680530ebe7eea..1cdc4dd5c8d2d70fe345b903e18fe27dbd1b4463 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Queue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:445426f940c37e15089892b45866ca06)
+ * (GenCodeChecksum:774aa2cfd13fdd3f0e27e051453c3dc1)
  */
 
 /**
@@ -32,28 +32,36 @@ class CRM_Mailing_Event_DAO_Queue 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;
 
   /**
    * FK to Job
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $job_id;
 
   /**
    * FK to Email
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $email_id;
 
   /**
    * FK to Contact
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_id;
 
@@ -61,13 +69,17 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
    * Security hash
    *
    * @var string
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $hash;
 
   /**
    * FK to Phone
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $phone_id;