Remove unused parameters from BaseIPN->cancelled signature
[civicrm-core.git] / CRM / Core / DAO / PrevNextCache.php
index a39549db9e6c467e88ef7eefa66dd14b9feb57ef..258e3ef5c403f749302a6e7ebd01e2e93c55569c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PrevNextCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8086ffe55554b0fba698136fd6dee894)
+ * (GenCodeChecksum:325d605774498631dd0a2742963d1032)
  */
 
 /**
@@ -85,9 +85,12 @@ class CRM_Core_DAO_PrevNextCache 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('Prev Next Caches');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Prev Next Caches') : ts('Prev Next Cache');
   }
 
   /**