Regenerate DAO files with improved var docblocks
[civicrm-core.git] / CRM / Core / DAO / MappingField.php
index 833fdff45f2dc4a443252d82fa86cbec28c010ed..5afe384472323ecd4b00fe1661a0dc9b1f507cac 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/MappingField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4333a20d925fb437b4764219e31ee017)
+ * (GenCodeChecksum:43e4b1c405dfce18840eca9d73aa70e7)
  */
 
 /**
@@ -33,75 +33,97 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
   /**
    * Mapping Field 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;
 
   /**
    * Mapping to which this field belongs
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $mapping_id;
 
   /**
    * Mapping field key
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $name;
 
   /**
    * Contact Type in mapping
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(64))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_type;
 
   /**
    * Column number for mapping set
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $column_number;
 
   /**
    * Location type of this mapping, if required
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $location_type_id;
 
   /**
    * Which type of phone does this number belongs.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $phone_type_id;
 
   /**
    * Which type of IM Provider does this name belong.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $im_provider_id;
 
   /**
    * Which type of website does this site belong
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $website_type_id;
 
   /**
    * Relationship type, if required
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $relationship_type_id;
 
   /**
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(6))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $relationship_direction;
 
@@ -109,21 +131,27 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
    * Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
    * mappings).
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $grouping;
 
   /**
    * SQL WHERE operator for search-builder mapping fields (search criteria).
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(16))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $operator;
 
   /**
    * SQL WHERE value for search-builder mapping fields.
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $value;