Remove unused parameters from BaseIPN->cancelled signature
[civicrm-core.git] / CRM / Core / DAO / PrevNextCache.php
index cb581127894658cce9f0bbbf3c4a4540f31d47e1..258e3ef5c403f749302a6e7ebd01e2e93c55569c 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Core/PrevNextCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3e1ec2353f61b542cca9c3c9efc73e80)
+ * (GenCodeChecksum:325d605774498631dd0a2742963d1032)
  */
 
 /**
  * Database access object for the PrevNextCache entity.
  */
 class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '3.4';
 
   /**
    * Static instance to hold the table name.
@@ -83,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');
   }
 
   /**