Пример #1
0
 public function removeUserFromGroup(RM_Account_iGroup $group)
 {
     $this->_groups = NULL;
     return $this->_mapper->memberDelete($group, $this);
 }