]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add Notice::multiGet() method
authorEvan Prodromou <evan@status.net>
Thu, 14 Jul 2011 16:02:58 +0000 (12:02 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Jul 2011 16:02:58 +0000 (12:02 -0400)
classes/Notice.php

index 29824ab700587eef371e1737d834914c2f332dd3..517fb01be22d589bf125d987b0a8425844214713 100644 (file)
@@ -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;