FOF30\Render\RenderBase::renderFormEdit PHP Method

renderFormEdit() public method

Renders a F0FForm for an Edit view and returns the corresponding HTML
public renderFormEdit ( Form &$form, DataModel $model ) : string
$form FOF30\Form\Form
$model FOF30\Model\DataModel The model providing our data
return string The HTML rendering of the form
    function renderFormEdit(Form &$form, DataModel $model)
    {
        throw new \LogicException(sprintf('Renderer class %s must implement the %s method', get_class($this), __METHOD__));
    }