Ejemplo n.º 1
0
 /**
  * Saves the group
  */
 protected function OnSuccess()
 {
     $this->group->SetName($this->Value('Name'));
     $this->group->Save();
     Response::Redirect(BackendRouter::ModuleUrl(new MembergroupList()));
 }