FOF30\Render\RenderBase::renderFormRaw PHP Метод

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

Renders a F0FForm for an Edit view and returns the corresponding HTML
public renderFormRaw ( Form &$form, DataModel $model, string $formType = null ) : string
$form FOF30\Form\Form
$model FOF30\Model\DataModel The model providing our data
$formType string The form type: edit, browse or read
Результат string The HTML rendering of the form
    function renderFormRaw(Form &$form, DataModel $model, $formType = null)
    {
        throw new \LogicException(sprintf('Renderer class %s must implement the %s method', get_class($this), __METHOD__));
    }