[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-eventmanager/src/ -> SharedListenerAggregateInterface.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 38 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SharedListenerAggregateInterface:: (2 methods):
  attachShared()
  detachShared()


Interface: SharedListenerAggregateInterface  - X-Ref

Interface for self-registering event listeners.

Classes implementing this interface may be registered by name or instance
with a SharedEventManager, without an event name. The {@link attach()} method will
then be called with the current SharedEventManager instance, allowing the class to
wire up one or more listeners.
attachShared(SharedEventManagerInterface $events)   X-Ref
Attach one or more listeners

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

param: SharedEventManagerInterface $events

detachShared(SharedEventManagerInterface $events)   X-Ref
Detach all previously attached listeners

param: SharedEventManagerInterface $events



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1