__construct()
attach()
detach()
getContentPlaceholders()
getRenderer()
injectResponse()
selectRenderer()
setContentPlaceholders()
$contentPlaceholders
$listeners
$renderer
Abstract aggregate listener
__construct(\Zend\View\Renderer\PhpRenderer $renderer)
\Zend\View\Renderer\PhpRenderer
attach(\Zend\EventManager\EventManagerInterface $events, $priority) : void
Implementors may add an optional $priority argument; the EventManager implementation will pass this to the aggregate.
detach(\Zend\EventManager\EventManagerInterface $events) : void
inherited_from | \Zend\EventManager\AbstractListenerAggregate::detach() |
---|
getContentPlaceholders() : array
array
injectResponse(\Zend\View\ViewEvent $e) : void
Populates the content of the response object from the view rendering results.
selectRenderer(\Zend\View\ViewEvent $e) : \Zend\View\Renderer\PhpRenderer
setContentPlaceholders(array $contentPlaceholders) : \Zend\View\Strategy\PhpRendererStrategy
$contentPlaceholders : array
$listeners : \Zend\Stdlib\CallbackHandler[]
inherited_from | \Zend\EventManager\AbstractListenerAggregate::$$listeners |
---|