You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber 56f53d15ff Initial commit 5 years ago
..
Debug Initial commit 5 years ago
DependencyInjection Initial commit 5 years ago
Tests Initial commit 5 years ago
.gitignore Initial commit 5 years ago
CHANGELOG.md Initial commit 5 years ago
ContainerAwareEventDispatcher.php Initial commit 5 years ago
Event.php Initial commit 5 years ago
EventDispatcher.php Initial commit 5 years ago
EventDispatcherInterface.php Initial commit 5 years ago
EventSubscriberInterface.php Initial commit 5 years ago
GenericEvent.php Initial commit 5 years ago
ImmutableEventDispatcher.php Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Initial commit 5 years ago
composer.json Initial commit 5 years ago
phpunit.xml.dist Initial commit 5 years ago

README.md

EventDispatcher Component

The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Resources