| METHODS | |
|---|---|
setEngine()
| sets the template engine associated with this renderer. |
__call()
| forwards the call to the associated template instance. |
__get()
| forwards the call to the associated template instance. |
Sets the template engine associated with this renderer.
| ARGUMENTS | |
|---|---|
$engine |
A sfTemplateEngine instance |
Forwards the call to the associated template instance.
| ARGUMENTS | |
|---|---|
$method |
The method name |
$arguments |
The array of arguments |
returns The return value returned by the associated template instance method
Forwards the call to the associated template instance.
| ARGUMENTS | |
|---|---|
$name |
The property name |
returns The value returned by the associated template instance
