Defines interface that all Formagic renderers have to implement.

package Formagic\Renderer
author Florian Sonnenburg
since 1.0.0 First time introduced

 Methods

Renders form item information into a specific data format.

render(\Formagic $form) : mixed

Parameters

$form

\Formagic

The formagic object to be rendered.

Returns

mixedThe assembled form representation.