Methods
Attach one or more listeners
attach(\Zend\EventManager\EventManagerInterface $events) : void
Inherited
Implementors may add an optional $priority argument; the EventManager
implementation will pass this to the aggregate.
inherited_from |
\Zend\EventManager\ListenerAggregateInterface::attach() |
inherited_from |
\Zend\EventManager\AbstractListenerAggregate::attach() |
Parameters
Detach all previously attached listeners
detach(\Zend\EventManager\EventManagerInterface $events) : void
Inherited
inherited_from |
\Zend\EventManager\AbstractListenerAggregate::detach() |
Parameters
Properties