Interface for allowing attachment of shared aggregate listeners.
attachAggregate(\Zend\EventManager\SharedListenerAggregateInterface $aggregate, int $priority) : mixed
int
If provided, a suggested priority for the aggregate to use
mixed
return value of {@link SharedListenerAggregateInterface::attachShared()}detachAggregate(\Zend\EventManager\SharedListenerAggregateInterface $aggregate) : mixed
mixed
return value of {@link SharedListenerAggregateInterface::detachShared()}