X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FFinancial%2FDAO%2FEntityFinancialAccount.php;h=6b52e2118821ee7fe74acdb3277454c334fff2c8;hb=449c4e6bf67c8a177b56e6a176bcad1ac028b95f;hp=582f0e54664fc4f26c1ab031e2646dc894022088;hpb=5ec753e358cd1692934daa7f5bd99384097fdf8c;p=civicrm-core.git diff --git a/CRM/Financial/DAO/EntityFinancialAccount.php b/CRM/Financial/DAO/EntityFinancialAccount.php index 582f0e5466..6b52e21188 100644 --- a/CRM/Financial/DAO/EntityFinancialAccount.php +++ b/CRM/Financial/DAO/EntityFinancialAccount.php @@ -6,7 +6,7 @@ * * 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. *