FOF30\Form\HeaderInterface::setForm PHP Метод

setForm() публичный Метод

Method to attach a Form object to the header.
С версии: 2.0
public setForm ( Form $form ) : FOF30\Form\HeaderInterface
$form Form The Form object to attach to the form field.
Результат FOF30\Form\HeaderInterface The form field object so that the method can be used in a chain.
    public function setForm(Form $form);
HeaderInterface