FOFRenderAbstract::renderFormRaw
Renders a raw FOFForm and returns the corresponding HTML
Signature
protected function renderFormRaw(FOFForm&
$form,
FOFModel
$model,
FOFInput
$input,
string
$formType )
Parameters
-
$form
-
$model
- The model providing our data
-
$input
- The input object
-
$formType
- The form type e.g. 'edit' or 'read'
Returns
- string
- The HTML rendering of the form