Abstract aggregate listener

 Methods

Constructor

__construct(\Zend\View\Renderer\FeedRenderer $renderer) 

Parameters

Attach one or more listeners

attach(\Zend\EventManager\EventManagerInterface $events, $priority) : void

Implementors may add an optional $priority argument; the EventManager implementation will pass this to the aggregate.

Parameters

$priority

Detach all previously attached listeners

detach(\Zend\EventManager\EventManagerInterface $events) : void
Inherited

inherited_from \Zend\EventManager\AbstractListenerAggregate::detach()

Parameters

Inject the response with the feed payload and appropriate Content-Type header

injectResponse(\Zend\View\ViewEvent $e) : void

Parameters

Detect if we should use the FeedRenderer based on model type and/or Accept header

selectRenderer(\Zend\View\ViewEvent $e) : null | \Zend\View\Renderer\FeedRenderer

 Properties

 

$listeners

$listeners : \Zend\Stdlib\CallbackHandler[]
Inherited

inherited_from \Zend\EventManager\AbstractListenerAggregate::$$listeners
 

$renderer

$renderer : \Zend\View\Renderer\FeedRenderer