Merge pull request #22639 from civicrm/5.46
[civicrm-core.git] / CRM / ACL / DAO / ACLCache.php
index cad2946ce483dcad46aafe0bd86e4b91dc8a4950..100d028f8004cc6c35eb011ae0477ddd20be4ff9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/ACLCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:63a707737221d2c70efbc51d58711209)
+ * (GenCodeChecksum:329e9070bd70f3fb3d053eb731d1b266)
  */
 
 /**
@@ -33,28 +33,36 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
   /**
    * Unique table 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;
 
   /**
    * Foreign Key to Contact
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_id;
 
   /**
    * Foreign Key to ACL
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $acl_id;
 
   /**
    * When was this cache entry last modified
    *
-   * @var timestamp
+   * @var string
+   *   (SQL type: timestamp)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $modified_date;