DUF: Declarative Ugly Forms  v0.1-94-g0b7957c
 All Classes Functions Variables Pages
Static Public Member Functions | List of all members
Form Class Reference

HTML5 <form>, the root element. More...

Inheritance diagram for Form:
Inheritance graph

Static Public Member Functions

static renderForm (\Duf::Form $form, $template_engine)
 Render the form. More...
 

Detailed Description

HTML5 <form>, the root element.

Member Function Documentation

static renderForm ( \Duf::Form  $form,
  $template_engine 
)
static

Render the form.

This should call $form->renderRootWidget($template_engine).

Parameters
$formis the Form.
$template_engineis templating engine which may be used for rendering (optional).

Implements IFormRenderer.