Add titles and icons to entities
[civicrm-core.git] / CRM / Financial / DAO / EntityFinancialAccount.php
index eed52f4a7f260a803a5b04f8d79e46e6456fe60e..6b52e2118821ee7fe74acdb3277454c334fff2c8 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/Financial/EntityFinancialAccount.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9d665341d7a4293411adf33acafdae1d)
+ * (GenCodeChecksum:52f632fb4083dc1e94f1d252a4eeec99)
  */
 
 /**
@@ -71,6 +71,13 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Entity Financial Accounts');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *