X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FPrevNextCache.php;h=258e3ef5c403f749302a6e7ebd01e2e93c55569c;hb=01ebb9d33e22edd72600a1b03845703bc4da1627;hp=cb581127894658cce9f0bbbf3c4a4540f31d47e1;hpb=868c96cc9d2ae67985ed47fce63697b42ce7ea34;p=civicrm-core.git diff --git a/CRM/Core/DAO/PrevNextCache.php b/CRM/Core/DAO/PrevNextCache.php index cb58112789..258e3ef5c4 100644 --- a/CRM/Core/DAO/PrevNextCache.php +++ b/CRM/Core/DAO/PrevNextCache.php @@ -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'); } /**