Regenerate DAO files with improved var docblocks
[civicrm-core.git] / CRM / Event / Cart / DAO / Cart.php
index 52d427809716566df17ca1ae91506d0f53b35a51..e5998e753208a4295a4a7d01b51c5149e58ea37d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Cart/Cart.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:889446482ab589edebb02d7abee76bc5)
+ * (GenCodeChecksum:58e30874811fa80b8a405f368004e697)
  */
 
 /**
@@ -34,19 +34,25 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO {
   /**
    * Cart ID
    *
-   * @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 civicrm_contact who created this cart
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $user_id;
 
   /**
-   * @var bool
+   * @var bool|string|null
+   *   (SQL type: tinyint)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $completed;