Interface class for Zend_View compatible template engine implementations
Located in /View/Interface.php (line 30)
Assign variables to the view script via differing strategies.
Suggested implementation is to allow setting a specific key to the specified value, OR passing an array of key => value pairs to set en masse.
Clear all assigned variables
Clears all variables assigned to Zend_View either via assign() or property overloading (__get()/__set()).
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.
Processes a view script and returns the output.
Set the path to find the view script used by render()
Allows testing with empty() and isset() to work
Assign a variable to the view
Allows unset() on object properties to work
Documentation generated on Sun, 27 May 2007 23:25:07 -0700 by phpDocumentor 1.3.2