Merge pull request #22631 from braders/calculateBaseScheduleDate-docblock
[civicrm-core.git] / CRM / Core / DAO / Worldregion.php
index 635fe964c76e834403d63de5620bd43b785c8a93..31a86e1a299d4c9cddfe342c652becf30085a36d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Worldregion.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2d6ae711c53f7b8403e9a35327de4d66)
+ * (GenCodeChecksum:e8b2ad34381b7a644a5ea7e70cebf27e)
  */
 
 /**
@@ -33,14 +33,18 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
   /**
    * Country 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;
 
   /**
    * Region name to be associated with countries
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(128))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $name;