CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Core / DAO / UFMatch.php
index 3aad1c040f813149eed8503ecdc4b229f06e21ac..ca85a72994f15e5b5ac5113709bd838892127877 100644 (file)
  *
  * Generated from xml/schema/CRM/Core/UFMatch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3753b535177e56dd00e57a1acb5d85a1)
+ * (GenCodeChecksum:dc761cd7cd2455417d981e8c3542cd28)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_UFMatch constructor.
+ */
 class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_uf_match';
   /**
-   * 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
    */
@@ -85,16 +87,14 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
    */
   public $language;
   /**
-   * class constructor
-   *
-   * @return civicrm_uf_match
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_uf_match';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]
@@ -122,6 +122,10 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'title' => ts('UF Match ID') ,
           'description' => 'System generated ID.',
           'required' => true,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
+          'localizable' => 0,
         ) ,
         'domain_id' => array(
           'name' => 'domain_id',
@@ -129,6 +133,10 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'title' => ts('UF Match Domain ID') ,
           'description' => 'Which Domain is this match entry for',
           'required' => true,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Domain',
           'pseudoconstant' => array(
             'table' => 'civicrm_domain',
@@ -142,6 +150,10 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'title' => ts('CMS ID') ,
           'description' => 'UF ID',
           'required' => true,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
+          'localizable' => 0,
         ) ,
         'uf_name' => array(
           'name' => 'uf_name',
@@ -150,12 +162,20 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'description' => 'UF Name',
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
+          'localizable' => 0,
         ) ,
         'contact_id' => array(
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('CiviCRM Contact ID') ,
           'description' => 'FK to Contact ID',
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'language' => array(
@@ -165,6 +185,10 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'description' => 'UI language preferred by the given user/contact',
           'maxlength' => 5,
           'size' => CRM_Utils_Type::SIX,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);