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

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

Method to attach a Form object to the header.
public setup ( SimpleXMLElement $element, string $group = null ) : boolean
$element SimpleXMLElement The SimpleXMLElement object representing the
tag for the form header object.
$group string The header name group control value. This acts as as an array container for the header. For example if the header has name="foo" and the group value is set to "bar" then the full header name would end up being "bar[foo]".
Результат boolean True on success.
    public function setup(\SimpleXMLElement $element, $group = null);
HeaderInterface