__construct()
attach()
detach()
getContentPlaceholders()
getRenderer()
injectResponse()
selectRenderer()
setContentPlaceholders()
$contentPlaceholders
$listeners
$renderer
__construct(\Zend\View\Renderer\PhpRenderer $renderer)
\Zend\View\Renderer\PhpRenderer
attach(\Zend\EventManager\EventManagerInterface $events, int $priority) : void
Implementors may add an optional $priority argument; the EventManager implementation will pass this to the aggregate.
int
detach(\Zend\EventManager\EventManagerInterface $events) : void
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