X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FDAO%2FGroupContact.php;h=55c67491a103707708fe23a90463247e55ac2308;hb=449c4e6bf67c8a177b56e6a176bcad1ac028b95f;hp=e60843a92483babb77d2fed1ca53e817e0bdf4cc;hpb=c735fb7e38514eb6d7732ffb11ac21ac33e570b9;p=civicrm-core.git diff --git a/CRM/Contact/DAO/GroupContact.php b/CRM/Contact/DAO/GroupContact.php index e60843a924..55c67491a1 100644 --- a/CRM/Contact/DAO/GroupContact.php +++ b/CRM/Contact/DAO/GroupContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2c54dc849ac565362f938a8145f5f0fb) + * (GenCodeChecksum:a2d4155bf9e67023136598c9ca86be31) */ /** @@ -78,6 +78,13 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO { parent::__construct(); } + /** + * Returns localized title of this entity. + */ + public static function getEntityTitle() { + return ts('Group Contacts'); + } + /** * Returns foreign keys and entity references. *