Helper for passing data between otherwise segregated Views.
It's called
Placeholder to make its typical usage obvious, but can be used just as easily
for non-Placeholder things. That said, the support for this is only
guaranteed to effect subsequently rendered templates, and of course Layouts.
Methods
Does a particular container exist?
containerExists(string $key) : bool
Parameters
$key
string
Returns
bool
Set the View object
setView(\Zend\View\Renderer\RendererInterface $view) : \Zend\View\Helper\AbstractHelper
Inherited
inherited_from |
\Zend\View\Helper\AbstractHelper::setView() |
Parameters
Returns
Properties
Default container class
$containerClass : string
Placeholder items
$items : array