Download the PHP package slince/event-dispatcher without Composer
On this page you can find all versions of the php package slince/event-dispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slince/event-dispatcher
More information about slince/event-dispatcher
Files in slince/event-dispatcher
Download slince/event-dispatcher
More information about slince/event-dispatcher
Files in slince/event-dispatcher
Please rate this library. Is it a good library?
Informations about the package event-dispatcher
Event Dispatcher
Installation
Install via composer.
Usage
Creates a event dispatcher
Adds a listener for the specified event
There are two types of listeners: callable
and Slince\EventDispatcher\Listener
-
Slince\EventDispatcher\Listener
callable
Add a subscriber
Dispatches the event to the registered listeners
Just provides the event name.
You can also dispatch with an event instance.
Propagation
You can call stopPropagation
to stop event propagation on the event instance.
Checks whether propagation is stopped
License
The MIT license. See MIT
All versions of event-dispatcher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package slince/event-dispatcher contains the following files
Loading the files please wait ....