FOF30\Form\Field\SelectRow::getInput PHP Method

getInput() protected method

Method to get the field input markup for this field type.
Since: 2.0
protected getInput ( ) : string
return string The field input markup.
    protected function getInput()
    {
        throw new GetInputNotAllowed(__CLASS__);
    }