Esempio n. 1
0
 public function removeUserFromGroup(RM_Account_iGroup $group)
 {
     return $this->_mapper->memberDelete($group, $this);
 }