Example #1
0
 /**
  * @param Form $form
  */
 protected function buildFormPrototype(Form $form)
 {
     $form->setCssBaseTypeClass('zingularForm')->setViewName(View::FORM)->setComponentBaseType('form')->setErrorBuilder(Builder::ERROR);
 }