FOF30\Form\FieldInterface::renderField PHP Метод

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

Method to get a control group with label and input.
public renderField ( array $options = [] ) : string
$options array Options to be passed into the rendering of the field
Результат string A string containing the html for the control group
    public function renderField($options = array());