Interface class for Zend_View compatible template engine implementations
Return the template engine object, if any
If using a third-party template engine, such as Smarty, patTemplate, phplib, etc, return the template engine object. Useful for calling methods on these objects, such as for setting filters, modifiers, etc.
| Return type: | mixed |
|---|
Set the resolver used to map a template name to a resource the renderer may consume.
| Parameters: | Resolver – |
|---|---|
| Return type: | FeedRenderer |
Renders values as JSON
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | string The script output. |