示例#1
0
 /**
  * Creates the head of the form.
  *
  * @param ModelForm $form
  */
 protected function prepareHeadForm(ModelForm $form)
 {
     $this->output = "<form name='input' action='{$form->getAction()}' method='{$form->getMethod()}'>";
 }