Display public title and description on profiles and unsubscribe/subscribe forms...
[civicrm-core.git] / CRM / Contact / DAO / GroupContactCache.php
index 19c2f738cf3c9313df5478a267ac14ab0d1295f0..e4310747a9dbb84608b5dd80fd15343d95b1af6b 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContactCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:78446b0939b21d995dd17476d11030e7)
+ * (GenCodeChecksum:424f49d5c972e05144c327cf7ba0992c)
  */
 
 /**
  * Database access object for the GroupContactCache entity.
  */
 class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '2.1';
 
   /**
    * Static instance to hold the table name.
@@ -59,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');
   }
 
   /**