__construct()
canRenderTrees()
getEngine()
getFilterChain()
init()
render()
setFilterChain()
setResolver()
$__filterChain
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.
__construct(array $config)
| todo | handle passing helper manager, options |
|---|---|
| todo | handle passing filter chain, options |
| todo | handle passing variables object, options |
| todo | handle passing resolver object, options |
arrayConfiguration key-value pairs.
canRenderTrees() : bool
| see | \Zend\View\Renderer\TreeRendererInterface |
|---|
boolgetEngine() : \Zend\View\Renderer\PhpRenderer
Returns the object instance, as it is its own template engine
getFilterChain() : \Zend\Filter\FilterChain
init() : void
Triggered by the constructor as its final action.
render(string | \Zend\View\Model\ModelInterface $model, null | array | \Traversable $values) : string
nullarray\TraversableValues to use when rendering. If none provided, uses those in the composed variables container.
stringConsole output.setFilterChain(\Zend\Filter\FilterChain $filters) : \Zend\View\Renderer\ConsoleRenderer
setResolver(\Zend\View\Resolver\ResolverInterface $resolver) : \Zend\View\Renderer\RendererInterface