add Notice::multiGet() method

This commit is contained in:
Evan Prodromou 2011-07-14 12:02:58 -04:00
parent 75b280b4bb
commit 42b11f862a
1 changed files with 5 additions and 0 deletions

View 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;