From: Evan Prodromou Date: Thu, 14 Jul 2011 16:02:58 +0000 (-0400) Subject: add Notice::multiGet() method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=42b11f862a0e96205b105b90fdc727287719c598;p=quix0rs-gnu-social.git add Notice::multiGet() method --- diff --git a/classes/Notice.php b/classes/Notice.php index 29824ab700..517fb01be2 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -84,6 +84,11 @@ class Notice extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE + function multiGet($kc, $kvs) + { + return Memcached_DataObject::multiGet('Notice', $kc, $kvs); + } + /* Notice types */ const LOCAL_PUBLIC = 1; const REMOTE_OMB = 0;