Display public title and description on profiles and unsubscribe/subscribe forms...
[civicrm-core.git] / CRM / Contact / DAO / GroupContactCache.php
index 3ee02aa7e2097f2ab0801e4452706d194b555b11..e4310747a9dbb84608b5dd80fd15343d95b1af6b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContactCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a169b776ec9bfc8864a05750d4ae6b95)
+ * (GenCodeChecksum:424f49d5c972e05144c327cf7ba0992c)
  */
 
 /**
@@ -61,9 +61,12 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
 
   /**
    * Returns localized title of this entity.
+   *
+   * @param bool $plural
+   *   Whether to return the plural version of the title.
    */
-  public static function getEntityTitle() {
-    return ts('Group Contact Caches');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Group Contact Caches') : ts('Group Contact Cache');
   }
 
   /**