Abstract aggregate listener

 Methods

Attach one or more listeners

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

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

Parameters

Detach all previously attached listeners

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

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

Parameters

getOverwrite()

getOverwrite() : bool

Returns

bool

Take parameters from RouteMatch and inject them into the request.

injectParams(\Zend\Mvc\MvcEvent $e) : void

Parameters

Should RouteMatch parameters replace existing Request params?

setOverwrite(bool $overwrite) 

Parameters

$overwrite

bool

 Properties

 

$listeners

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

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

Should request params overwrite existing request params?

$overwrite : bool