X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FMapping.php;h=32d6470ff9f12b31690f7b45d0a3c2a4c4584844;hb=31e0024f6f7ef8c6c04e6aa150fc607da0f5f100;hp=f9d9b4448aafbb9147c733dd6d86bf379d552708;hpb=3bf2661bd263d718e867ad5170965d1bcb110df6;p=civicrm-core.git diff --git a/CRM/Core/DAO/Mapping.php b/CRM/Core/DAO/Mapping.php index f9d9b4448a..32d6470ff9 100644 --- a/CRM/Core/DAO/Mapping.php +++ b/CRM/Core/DAO/Mapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Mapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:26d8aa33c9340571c606aa5b8f085c1a) + * (GenCodeChecksum:2c59f8219c6cc7c2ff5252201aaccc56) */ /** @@ -19,14 +19,14 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_mapping'; + public static $_tableName = 'civicrm_mapping'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = FALSE; + public static $_log = FALSE; /** * Mapping ID @@ -78,6 +78,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'title' => ts('Mapping ID'), 'description' => ts('Mapping ID'), 'required' => TRUE, + 'where' => 'civicrm_mapping.id', 'table_name' => 'civicrm_mapping', 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', @@ -90,6 +91,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'description' => ts('Name of Mapping'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_mapping.name', 'table_name' => 'civicrm_mapping', 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', @@ -102,6 +104,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'description' => ts('Description of Mapping.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'where' => 'civicrm_mapping.description', 'table_name' => 'civicrm_mapping', 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping', @@ -112,6 +115,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Mapping Type'), 'description' => ts('Mapping Type'), + 'where' => 'civicrm_mapping.mapping_type_id', 'table_name' => 'civicrm_mapping', 'entity' => 'Mapping', 'bao' => 'CRM_Core_BAO_Mapping',