FOF30\Form\HeaderInterface::setForm PHP Method

setForm() public method

Method to attach a Form object to the header.
Since: 2.0
public setForm ( Form $form ) : FOF30\Form\HeaderInterface
$form Form The Form object to attach to the form field.
return FOF30\Form\HeaderInterface The form field object so that the method can be used in a chain.
    public function setForm(Form $form);
HeaderInterface