| METHODS | |
|---|---|
evaluate()
| evaluates a template. |
setEngine()
| sets the template engine associated with this renderer. |
Evaluates a template.
| ARGUMENTS | |
|---|---|
$template |
The template to render |
$parameters |
An array of parameters to pass to the template |
returns The evaluated template, or false if the renderer is unable to render the template
Sets the template engine associated with this renderer.
| ARGUMENTS | |
|---|---|
$engine |
A sfTemplateEngine instance |
