Esempio n. 1
0
 public function addInput(FormElement $input)
 {
     $this->inputs[] = $input;
     $this->dt->addInput($input);
 }