This renderer does not output anything itself, it returns the form structure as an
object. This object can later be used for generating the output. A usage example is
available for this renderer and the Flexy template engine, look in
docs/renderers
directory.
The form object structure is similar to the following:
HTML_QuickForm::toObject() method uses the object renderer internally.