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.
__construct()
Retrieve container registry from Placeholder\Registry, or create new one and register it.
__invoke(string $name) : \Zend\View\Helper\Placeholder\Container\AbstractContainer
getRegistry() : \Zend\View\Helper\Placeholder\Registry
getView() : null | \Zend\View\Renderer\RendererInterface
inherited_from | \Zend\View\Helper\AbstractHelper::getView() |
---|
setView(\Zend\View\Renderer\RendererInterface $view) : \Zend\View\Helper\AbstractHelper
inherited_from | \Zend\View\Helper\AbstractHelper::setView() |
---|
$items : array
$view : \Zend\View\Renderer\RendererInterface
inherited_from | \Zend\View\Helper\AbstractHelper::$$view |
---|