Interface Zend_View_InterfaceInterface class for Zend_View compatible template engine implementations
Located in /View/Interface.php (line 31)
		addBasePath (line 77)
	Add an additional path to view resources
		assign (line 118)
	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 128)
	Clear all assigned variables
Clears all variables assigned to Zend_View either via assign() or property overloading (__get()/__set()).
		getEngine (line 42)
	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.
		getScriptPaths (line 59)
	Retrieve all view script paths
		render (line 136)
	Processes a view script and returns the output.
		setBasePath (line 68)
	Set a base path to all view resources
		setScriptPath (line 52)
	Set the path to find the view script used by render()
		__isset (line 94)
	Allows testing with empty() and isset() to work
		__set (line 86)
	Assign a variable to the view
		__unset (line 102)
	Allows unset() on object properties to work
Documentation generated on Mon, 21 Jun 2010 15:29:30 -0400 by phpDocumentor 1.4.3