Zend_View_AbstractAbstract class for Zend_View to help enforce private constructs.
Located in /Zend/View/Abstract.php (line 36)
| Class | Description |
|---|---|
Zend_View
|
Concrete class for handling view scripts. |
Constructor __construct (line 90)
Constructor.
addFilter (line 276)
Add one or more filters to the stack in FIFO order.
addFilterPath (line 252)
Adds to the stack of filter paths in LIFO order.
addHelperPath (line 228)
Adds to the stack of helper paths in LIFO order.
addScriptPath (line 203)
Adds to the stack of view script paths in LIFO order.
assign (line 323)
Assigns variables to the view script via differing strategies.
Zend_View::assign('name', $value) assigns a variable called 'name' with the corresponding $value.
Zend_View::assign($array) assigns the array keys as variable names (with the corresponding array values).
escape (line 378)
Escapes a value for output in a view script.
render (line 346)
Processes a view script and returns the output.
setEscape (line 303)
Sets the _escape() callback.
setFilter (line 291)
Resets the filter stack.
To clear all filters, use Zend_View::setFilter(null).
setFilterPath (line 265)
Resets the stack of filter paths.
To clear all paths, use Zend_View::setFilterPath(null).
setHelperPath (line 241)
Resets the stack of helper paths.
To clear all paths, use Zend_View::setHelperPath(null).
setScriptPath (line 216)
Resets the stack of view script paths.
To clear all paths, use Zend_View::setScriptPath(null).
_script (line 389)
Finds a view script from the available directories.
__call (line 181)
Accesses a helper object from within a script.
__get (line 150)
Retrieves an assigned variable.
Note that variable names may not be prefixed with '_'.
__isset (line 168)
Allows testing with empty() and isset() to work inside templates -- only available on PHP 5.1
__set (line 132)
Directly assigns a variable to the view script.
Note that variable names may not be prefixed with '_'.
Documentation generated on Tue, 11 Jul 2006 12:16:27 -0500 by phpDocumentor 1.3.0RC6