Regenerate DAO files
[civicrm-core.git] / CRM / Contribute / DAO / ContributionPage.php
index adc5656538a1e66d38f207f99257e94f4165c937..516090d4c531dd581cedba8f0b6476f00294c7a1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionPage.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a8f42298c3fbe5b8c1986c81d77a8a0f)
+ * (GenCodeChecksum:7184516d11bf5c76f3f2604202b81cbf)
  */
 
 /**
@@ -39,7 +39,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
   public static $_log = TRUE;
 
   /**
-   * Contribution Id
+   * Contribution ID
    *
    * @var int
    */
@@ -407,13 +407,16 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page ID'),
-          'description' => ts('Contribution Id'),
+          'description' => ts('Contribution ID'),
           'required' => TRUE,
           'where' => 'civicrm_contribution_page.id',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => '1.3',
         ],
         'title' => [
@@ -450,7 +453,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
         'financial_type_id' => [
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Financial Type'),
+          'title' => ts('Financial Type ID'),
           'description' => ts('default financial type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution'),
           'where' => 'civicrm_contribution_page.financial_type_id',
           'table_name' => 'civicrm_contribution_page',
@@ -973,7 +976,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
         'created_id' => [
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Contribution Page Created By'),
+          'title' => ts('Created By Contact ID'),
           'description' => ts('FK to civicrm_contact, who created this contribution page'),
           'where' => 'civicrm_contribution_page.created_id',
           'table_name' => 'civicrm_contribution_page',
@@ -981,6 +984,9 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'html' => [
+            'label' => ts("Created By"),
+          ],
           'add' => '3.0',
         ],
         'created_date' => [
@@ -1025,7 +1031,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
         'campaign_id' => [
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Contribution Page Campaign ID'),
+          'title' => ts('Campaign ID'),
           'description' => ts('The campaign for which we are collecting contributions with this page.'),
           'where' => 'civicrm_contribution_page.campaign_id',
           'table_name' => 'civicrm_contribution_page',
@@ -1033,6 +1039,9 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
           'FKClassName' => 'CRM_Campaign_DAO_Campaign',
+          'html' => [
+            'label' => ts("Campaign"),
+          ],
           'add' => '3.4',
         ],
         'is_share' => [