Static Public Member Functions | |
static | render ($viewObj) |
static | buildTemplateAttributes ($viewObj) |
Static Protected Member Functions | |
static | renderSmarty ($viewObj, $tplAttributes=Array()) |
static | renderPHP ($viewObj, $tplAttributes=Array()) |
static | setHeaders ($viewObj) |
Definition at line 26 of file ViewRenderer.php.
static buildTemplateAttributes | ( | $ | viewObj ) | [static] |
Gather all template variables needed. Should play well with Smarty or Zend templates
EasyView | $viewObj |
Definition at line 52 of file ViewRenderer.php.
static render | ( | $ | viewObj ) | [static] |
Render view object
EasyView | $viewObj |
Definition at line 35 of file ViewRenderer.php.
static renderPHP | ( | $ | viewObj, |
$ | tplAttributes = Array() |
||
) | [static, protected] |
Render PHP template for view object
EasyForm | $formObj | |
string | $tplFile |
Definition at line 143 of file ViewRenderer.php.
static renderSmarty | ( | $ | viewObj, |
$ | tplAttributes = Array() |
||
) | [static, protected] |
Render smarty template for view object
EasyView | $viewObj | |
string | $tplFile |
Definition at line 115 of file ViewRenderer.php.
static setHeaders | ( | $ | viewObj ) | [static, protected] |
Set headers of view
EasyView | $viewObj |
Definition at line 169 of file ViewRenderer.php.