Abstract aggregate listener
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
inherited_from | \Zend\EventManager\AbstractListenerAggregate::detach() |
---|
onRoute(\Zend\Mvc\MvcEvent $e) : null
If the route match contains a parameter key matching the MODULE_NAMESPACE constant, that value will be prepended, with a namespace separator, to the matched controller parameter.
null
$listeners : \Zend\Stdlib\CallbackHandler[]
inherited_from | \Zend\EventManager\AbstractListenerAggregate::$$listeners |
---|
MODULE_NAMESPACE
ORIGINAL_CONTROLLER