Merge pull request #13987 from seamuslee001/new_coder_pcp_pledge_profile_queue_report
[civicrm-core.git] / CRM / Core / DAO / UFJoin.php
index 52c86d7623ff7f393a97befcb9710bb7737a1609..eaa94f4a9a07febaec157728698dd1671a6c47f1 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Core/UFJoin.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:141d4903e67ac8bce639e3db9c7ba875)
+ * (GenCodeChecksum:09aaa3fd826c1b3407d39966f0f11aa7)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_uf_join';
+  public static $_tableName = 'civicrm_uf_join';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = TRUE;
+  public static $_log = TRUE;
 
   /**
    * Unique table ID
@@ -100,7 +100,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
    */
   public static function getReferenceColumns() {
     if (!isset(Civi::$statics[__CLASS__]['links'])) {
-      Civi::$statics[__CLASS__]['links'] = static ::createReferenceColumns(__CLASS__);
+      Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__);
       Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'uf_group_id', 'civicrm_uf_group', 'id');
       Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Dynamic(self::getTableName(), 'entity_id', NULL, 'id', 'entity_table');
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']);
@@ -120,7 +120,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('UF Join ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Use is active'),
-          'description' => 'Is this join currently active?',
+          'description' => ts('Is this join currently active?'),
           'default' => '1',
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
@@ -142,7 +142,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'module',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Module'),
-          'description' => 'Module which owns this uf_join instance, e.g. User Registration, CiviDonate, etc.',
+          'description' => ts('Module which owns this uf_join instance, e.g. User Registration, CiviDonate, etc.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -155,7 +155,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Entity Table'),
-          'description' => 'Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.',
+          'description' => ts('Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_uf_join',
@@ -170,7 +170,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Entity ID'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
@@ -180,7 +180,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls display order when multiple user framework groups are setup for concurrent display.',
+          'description' => ts('Controls display order when multiple user framework groups are setup for concurrent display.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_uf_join',
@@ -192,7 +192,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'uf_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile ID'),
-          'description' => 'Which form does this field belong to.',
+          'description' => ts('Which form does this field belong to.'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
@@ -212,7 +212,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'module_data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Profile Use Data'),
-          'description' => 'Json serialized array of data used by the ufjoin.module',
+          'description' => ts('Json serialized array of data used by the ufjoin.module'),
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',