CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Core / DAO / Mapping.php
index 9d7d795616daae0584f68acc52167f69fc90c13d..7c7bfbf5aa429e0ddb501deb909a93d412c60694 100644 (file)
@@ -3,7 +3,7 @@
 +--------------------------------------------------------------------+
 | CiviCRM version 4.7                                                |
 +--------------------------------------------------------------------+
-| Copyright CiviCRM LLC (c) 2004-2016                                |
+| Copyright CiviCRM LLC (c) 2004-2017                                |
 +--------------------------------------------------------------------+
 | This file is a part of CiviCRM.                                    |
 |                                                                    |
 */
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2016
+ * @copyright CiviCRM LLC (c) 2004-2017
  *
  * Generated from xml/schema/CRM/Core/Mapping.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4e293e6d117828f1e2000de5a4a0d0c0)
+ * (GenCodeChecksum:87937c4e117abc8cd9ed04c2f054d26f)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_Mapping constructor.
+ */
 class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_mapping';
   /**
-   * static value to see if we should log any modifications to
-   * this table in the civicrm_log table
+   * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var boolean
    */
@@ -73,9 +75,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
    */
   public $mapping_type_id;
   /**
-   * class constructor
-   *
-   * @return civicrm_mapping
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_mapping';
@@ -95,6 +95,9 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'title' => ts('Mapping ID') ,
           'description' => 'Mapping ID',
           'required' => true,
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
         ) ,
         'name' => array(
           'name' => 'name',
@@ -103,6 +106,9 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'description' => 'Name of Mapping',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
         ) ,
         'description' => array(
           'name' => 'description',
@@ -111,12 +117,18 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'description' => 'Description of Mapping.',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
         ) ,
         'mapping_type_id' => array(
           'name' => 'mapping_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Type') ,
           'description' => 'Mapping Type',
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
           'html' => array(
             'type' => 'Select',
           ) ,