X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FDAO%2FContributionPage.php;h=69a3cefef865f8cc684bad2ad6eac628060c08fd;hb=8b056441a3578c3e29f545865cbc951ddaa740c0;hp=e7d37109d37084c79482581a9981215832501733;hpb=4c274652821b1e1a4410c12318820fe76d3cdf44;p=civicrm-core.git diff --git a/CRM/Contribute/DAO/ContributionPage.php b/CRM/Contribute/DAO/ContributionPage.php index e7d37109d3..69a3cefef8 100644 --- a/CRM/Contribute/DAO/ContributionPage.php +++ b/CRM/Contribute/DAO/ContributionPage.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionPage.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c6e11bf69550f2253d2a287e8ebeae3d) + * (GenCodeChecksum:35e26556fcbed13acc434279f2ebaee5) */ /** @@ -343,6 +343,13 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { */ public $is_billing_required; + /** + * Contribution Page Public title + * + * @var string + */ + public $frontend_title; + /** * Class constructor. */ @@ -949,6 +956,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'keyColumn' => 'name', 'labelColumn' => 'full_name', 'nameColumn' => 'name', + 'abbrColumn' => 'symbol', ], ], 'campaign_id' => [ @@ -992,6 +1000,23 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionPage', 'localizable' => 0, ], + 'contribution_page_frontend_title' => [ + 'name' => 'frontend_title', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('Public Title'), + 'description' => ts('Contribution Page Public title'), + 'maxlength' => 255, + 'size' => CRM_Utils_Type::HUGE, + 'where' => 'civicrm_contribution_page.frontend_title', + 'default' => 'NULL', + 'table_name' => 'civicrm_contribution_page', + 'entity' => 'ContributionPage', + 'bao' => 'CRM_Contribute_BAO_ContributionPage', + 'localizable' => 1, + 'html' => [ + 'type' => 'Text', + ], + ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); }