methods on User to grant, check, and revoke roles
This commit is contained in:
@@ -40,4 +40,9 @@ class User_role extends Memcached_DataObject
|
||||
|
||||
/* the code above is auto generated do not remove the tag below */
|
||||
###END_AUTOCODE
|
||||
|
||||
function &pkeyGet($kv)
|
||||
{
|
||||
return Memcached_DataObject::pkeyGet('User_role', $kv);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user