Abstract base class for Horde_View to get private constructs out of template scope.
Located in /View/lib/Horde/View/Base.php (line 14)
Class | Description |
---|---|
![]() |
Concrete class for handling views. |
Constructor.
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).
Use to include the template in a scope that only allows public members.
Finds a template from the available directories.
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:15:31 +0000 by phpDocumentor 1.4.3