define Reply::pkeyGet()
This commit is contained in:
parent
02880f5a8c
commit
14fe22e430
|
@ -22,6 +22,11 @@ class Reply extends Memcached_DataObject
|
|||
/* the code above is auto generated do not remove the tag below */
|
||||
###END_AUTOCODE
|
||||
|
||||
function pkeyGet($kv)
|
||||
{
|
||||
return Memcached_DataObject::pkeyGet('Reply',$kv);
|
||||
}
|
||||
|
||||
/**
|
||||
* Wrapper for record insertion to update related caches
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user