X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FDAO%2FCaseActivity.php;h=d699322587aa0ed568a3c889746b7df366e7f49b;hb=449c4e6bf67c8a177b56e6a176bcad1ac028b95f;hp=c2a0755fb605a40b4c8ca873e4201a52e82f6e8a;hpb=f0be7552105c404ee068bcaabc811180c4d45bb6;p=civicrm-core.git diff --git a/CRM/Case/DAO/CaseActivity.php b/CRM/Case/DAO/CaseActivity.php index c2a0755fb6..d699322587 100644 --- a/CRM/Case/DAO/CaseActivity.php +++ b/CRM/Case/DAO/CaseActivity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseActivity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:555cd1b20eead1100aa77725a7dd2057) + * (GenCodeChecksum:51e6c7e07af84da07b90145b2dd8c0df) */ /** @@ -57,6 +57,13 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO { parent::__construct(); } + /** + * Returns localized title of this entity. + */ + public static function getEntityTitle() { + return ts('Case Activities'); + } + /** * Returns foreign keys and entity references. *