Static Public Member Functions | |
static | render ($formObj) |
static | buildTemplateAttributes ($formObj) |
Static Protected Member Functions | |
static | renderSmarty ($formObj, $tplAttributes=Array()) |
static | renderPHP ($formObj, $tplAttributes=Array()) |
Definition at line 26 of file FormRenderer.php.
static buildTemplateAttributes | ( | $ | formObj ) | [static] |
Gather all template variables needed. Should play well with Smarty or Zend templates
EasyView | $formObj |
Definition at line 62 of file FormRenderer.php.
static render | ( | $ | formObj ) | [static] |
Render form object
EasyForm | $formObj |
Definition at line 35 of file FormRenderer.php.
static renderPHP | ( | $ | formObj, |
$ | tplAttributes = Array() |
||
) | [static, protected] |
Render PHP template for form object
EasyForm | $formObj | |
string | $tplFile |
Definition at line 137 of file FormRenderer.php.
static renderSmarty | ( | $ | formObj, |
$ | tplAttributes = Array() |
||
) | [static, protected] |
Render smarty template for form object
EasyForm | $formObj | |
string | $tplFile |
Definition at line 110 of file FormRenderer.php.