Interface class for Zend_View compatible template engine implementations
Located in /View/Interface.php (line 31)
Add an additional path to view resources
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.
Retrieve all view script paths
Processes a view script and returns the output.
Set a base path to all view resources
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 Mon, 21 Jun 2010 15:29:30 -0400 by phpDocumentor 1.4.3