Horde_View_Interface is a reference for classes to be used as Horde Views. Implementing it is optional; type hinting is not used to enforce the interface.
Located in /View/lib/Horde/View/Interface.php (line 15)
Adds to the stack of helpers in LIFO order.
Adds to the stack of template paths in LIFO order.
Assigns multiple variables to the view.
The array keys are used as names, each assigned their corresponding array value.
Escapes a value for output in a template.
If escaping mechanism is one of htmlspecialchars or htmlentities, uses $_encoding setting.
Return current escape encoding
Processes a template and returns the output.
Set encoding to use with htmlentities() and htmlspecialchars()
Sets the escape() callback.
Resets the stack of template paths.
To clear all paths, use Horde_View::setTemplatePath(null).
Accesses a helper object from within a template.
Return a view variable
Assign a single view variable
Documentation generated on Sun, 30 Jan 2011 05:18:36 +0000 by phpDocumentor 1.4.3