Regenerate DAO files with improved var docblocks
[civicrm-core.git] / CRM / Price / DAO / PriceSet.php
index 3204d42e92e8e4a8e80acaa33c19d11cdcde061b..e434d718b568bb9ba769ded8a8a865f83f9e737f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceSet.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5c5630b1371dd1c8894a25b58ffbb5d9)
+ * (GenCodeChecksum:128263766d018b5c021df384b3ab6c92)
  */
 
 /**
@@ -34,14 +34,18 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
   /**
    * Price Set
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $id;
 
   /**
    * Which Domain is this price-set for
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $domain_id;
 
@@ -49,6 +53,8 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
    * Variable name/programmatic handle for this set of price fields.
    *
    * @var string
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $name;
 
@@ -56,34 +62,44 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
    * Displayed title for the Price Set.
    *
    * @var string
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $title;
 
   /**
    * Is this price set active
    *
-   * @var bool
+   * @var bool|string|null
+   *   (SQL type: tinyint)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $is_active;
 
   /**
    * Description and/or help text to display before fields in form.
    *
-   * @var text
+   * @var string|null
+   *   (SQL type: text)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $help_pre;
 
   /**
    * Description and/or help text to display after fields in form.
    *
-   * @var text
+   * @var string|null
+   *   (SQL type: text)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $help_post;
 
   /**
    * Optional Javascript script function(s) included on the form with this price_set. Can be used for conditional
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(64))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $javascript;
 
@@ -91,34 +107,44 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
    * What components are using this price set?
    *
    * @var string
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $extends;
 
   /**
    * FK to Financial Type(for membership price sets only).
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $financial_type_id;
 
   /**
    * Is set if edited on Contribution or Event Page rather than through Manage Price Sets
    *
-   * @var bool
+   * @var bool|string|null
+   *   (SQL type: tinyint)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $is_quick_config;
 
   /**
    * Is this a predefined system price set  (i.e. it can not be deleted, edited)?
    *
-   * @var bool
+   * @var bool|string|null
+   *   (SQL type: tinyint)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $is_reserved;
 
   /**
    * Minimum Amount required for this set.
    *
-   * @var float
+   * @var float|string|null
+   *   (SQL type: decimal(20,2))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $min_amount;