Remove unused parameters from BaseIPN->cancelled signature
[civicrm-core.git] / CRM / Core / DAO / PrevNextCache.php
index 5bcb1c8ccf2ebaa279bd5ac852008351ea95cee3..258e3ef5c403f749302a6e7ebd01e2e93c55569c 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Core/PrevNextCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bfe0f84f9404ffcc242ca8c15de4ca14)
+ * (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');
   }
 
   /**
@@ -106,6 +111,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -119,6 +125,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_id1' => [
           'name' => 'entity_id1',
@@ -131,6 +138,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_id2' => [
           'name' => 'entity_id2',
@@ -143,6 +151,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'cachekey' => [
           'name' => 'cachekey',
@@ -156,6 +165,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'data' => [
           'name' => 'data',
@@ -168,6 +178,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '3.4',
         ],
         'is_selected' => [
           'name' => 'is_selected',
@@ -179,6 +190,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '4.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);