Merge pull request #22316 from braders/core-3003-preserve-tab-between-pageloads
[civicrm-core.git] / CRM / Member / DAO / MembershipPayment.php
index a549158e021513641913abb99df84228c9d8a2b6..e8dbf3e64e04af3206ebf76f38efa671a8563083 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipPayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cb00d5477470230f8ab9b18bc56ca910)
+ * (GenCodeChecksum:ff33ff800a373cf9cf5e58ad1d5a3c94)
  */
 
 /**
@@ -32,21 +32,27 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
   public static $_log = TRUE;
 
   /**
-   * @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 Membership table
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $membership_id;
 
   /**
    * FK to contribution table.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contribution_id;