Interface Zend_View_InterfaceInterface class for Zend_View compatible template engine implementations
Located in /View/Interface.php (line 30)
assign (line 92)
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.
clearVars (line 102)
Clear all assigned variables
Clears all variables assigned to Zend_View either via assign() or property overloading (__get()/__set()).
getEngine (line 41)
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.
render (line 110)
Processes a view script and returns the output.
setScriptPath (line 51)
Set the path to find the view script used by render()
__isset (line 68)
Allows testing with empty() and isset() to work
__set (line 60)
Assign a variable to the view
__unset (line 76)
Allows unset() on object properties to work
Documentation generated on Sun, 27 May 2007 23:25:07 -0700 by phpDocumentor 1.3.2