Example #1
0
 private function save()
 {
     $model = new RuleGroupModel(['name' => $this->name]);
     $model->save();
     $this->dbid = $model->id;
     $this->model = $model;
     $this->saveRules();
 }