Merge pull request #22631 from braders/calculateBaseScheduleDate-docblock
[civicrm-core.git] / CRM / Core / DAO / Component.php
index 6c7c572d9cac65413d8b62b00d4f9fc79af85d68..632b8ee61086ef4d931a3ee5341d2d0a81e1d9a5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Component.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:09a5730861e83385f4441f3c0f76bc1b)
+ * (GenCodeChecksum:a5cc4308aa533a07f2528c5cd3a31896)
  */
 
 /**
@@ -33,7 +33,9 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
   /**
    * Component 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;
 
@@ -41,13 +43,17 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
    * Name of the component.
    *
    * @var string
+   *   (SQL type: varchar(64))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $name;
 
   /**
    * Path to components main directory in a form of a class namespace.
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(128))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $namespace;