X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FDAO%2FContributionSoft.php;h=efcf47ff94336c0546cc9e2c72fc95cfbbd10e0b;hb=449c4e6bf67c8a177b56e6a176bcad1ac028b95f;hp=7ff24621cf1aed0d03c6922efce345159b1038cf;hpb=54744051dea726c2b1495f24fc1cf7ba7fa25e11;p=civicrm-core.git diff --git a/CRM/Contribute/DAO/ContributionSoft.php b/CRM/Contribute/DAO/ContributionSoft.php index 7ff24621cf..efcf47ff94 100644 --- a/CRM/Contribute/DAO/ContributionSoft.php +++ b/CRM/Contribute/DAO/ContributionSoft.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2020 + * @copyright CiviCRM LLC https://civicrm.org/licensing * * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4b5e273fabfbab2591c227fed3d0214a) + * (GenCodeChecksum:c03f89f9fba7d8b9c3b863393e617a78) */ /** @@ -100,6 +100,13 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { parent::__construct(); } + /** + * Returns localized title of this entity. + */ + public static function getEntityTitle() { + return ts('Contribution Softs'); + } + /** * Returns foreign keys and entity references. *