Merge pull request #22422 from eileenmcnaughton/taxtermprice
[civicrm-core.git] / CRM / Member / DAO / MembershipLog.php
index 708ba7bc48b310feb8903e4fbf48dcbe66e6e6ac..ead87623ba6ed0bc3816534b56f98172b4e62774 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a110ab7dd0e4be40f840eae85b85048b)
+ * (GenCodeChecksum:0064664a5741cb1f9ba8fea392dcef22)
  */
 
 /**
@@ -32,63 +32,81 @@ class CRM_Member_DAO_MembershipLog 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;
 
   /**
    * New status assigned to membership by this action. FK to Membership Status
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $status_id;
 
   /**
    * New membership period start date
    *
-   * @var date
+   * @var string|null
+   *   (SQL type: date)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $start_date;
 
   /**
    * New membership period expiration date.
    *
-   * @var date
+   * @var string|null
+   *   (SQL type: date)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $end_date;
 
   /**
    * FK to Contact ID of person under whose credentials this data modification was made.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $modified_id;
 
   /**
    * Date this membership modification action was logged.
    *
-   * @var date
+   * @var string|null
+   *   (SQL type: date)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $modified_date;
 
   /**
    * FK to Membership Type.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $membership_type_id;
 
   /**
    * Maximum number of related memberships.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $max_related;