API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Dedupe / DAO / RuleGroup.php
index fbf8ceae8a8c825d195ec77f30a4f9ee478759b5..7caf59d70bd9375d206e97dfaae878ee842523ff 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/RuleGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:16caaddab6049c5559c418b140d03fa8)
+ * (GenCodeChecksum:3c21b8b33d8d561b1104318fba0db930)
  */
 
 /**
@@ -85,6 +85,13 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Rule Groups');
+  }
+
   /**
    * Returns all the column names of this table
    *
@@ -104,6 +111,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'contact_type' => [
           'name' => 'contact_type',
@@ -126,6 +134,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '1.8',
         ],
         'threshold' => [
           'name' => 'threshold',
@@ -141,6 +150,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'used' => [
           'name' => 'used',
@@ -161,6 +171,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getDedupeRuleTypes',
           ],
+          'add' => '4.3',
         ],
         'name' => [
           'name' => 'name',
@@ -174,6 +185,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'title' => [
           'name' => 'title',
@@ -190,6 +202,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -204,6 +217,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);