コード例 #1
0
 public function setField(FormInput $input)
 {
     $fieldName = $input->getName();
     $this->formFields[$fieldName] = $input;
 }