__construct()
attach()
detach()
getCharset()
injectResponse()
selectRenderer()
setCharset()
$charset
$listeners
$multibyteCharsets
$renderer
Abstract aggregate listener
__construct(\Zend\View\Renderer\JsonRenderer $renderer)
\Zend\View\Renderer\JsonRenderer
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() |
---|
getCharset() : string
string
injectResponse(\Zend\View\ViewEvent $e) : void
selectRenderer(\Zend\View\ViewEvent $e) : null | \Zend\View\Renderer\JsonRenderer
$charset : string
$listeners : \Zend\Stdlib\CallbackHandler[]
inherited_from | \Zend\EventManager\AbstractListenerAggregate::$$listeners |
---|
$multibyteCharsets : array