Defines interface that all Formagic renderers have to implement.

category Formagic
package Renderer
author Florian Sonnenburg
copyright Copyright (c) 2008-2009 Florian Sonnenburg
version $Id: Interface.php 169 2012-05-06 20:16:16Z meweasle $

 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.