Example #1
0
 public function addUserToGroup(RM_Account_iGroup $group)
 {
     return $this->_mapper->memberAdd($group, $this);
 }