Abstract class for Zend_View to help enforce private constructs.
Note: all private variables in this class are prefixed with “__”. This is to mark them as part of the internal implementation, and thus prevent conflict with variables injected into the renderer.
Constructor.
| Parameters: | array – Configuration key-value pairs. |
|---|
Return the template engine object
Returns the object instance, as it is its own template engine
| Return type: | PhpRenderer |
|---|
Allow custom object initialization when extending Zend_View_Abstract or Zend_View
Triggered by {@link __construct() the constructor} as its final action.
| Return type: | void |
|---|
Set filter chain
| Parameters: | FilterChain – |
|---|---|
| Return type: | ConsoleRenderer |
Retrieve filter chain for post-filtering script content
| Return type: | FilterChain |
|---|
Recursively processes all ViewModels and returns output.
| Parameters: |
|
|---|---|
| Return type: | string Console output. |