Esempio n. 1
0
 /**
  * @param Form $form
  */
 public function add(Form $form)
 {
     $values = $form['basic']->getValues();
     $record = $this->xxxFacade->add($values);
     $this->xxxId = $record->id;
 }