Add titles and icons to entities
[civicrm-core.git] / CRM / Contribute / DAO / ContributionSoft.php
index 7ff24621cf1aed0d03c6922efce345159b1038cf..efcf47ff94336c0546cc9e2c72fc95cfbbd10e0b 100644 (file)
@@ -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.
    *