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.
ELF d3bdb1eaa0 initial 5 years ago
..
Debug initial 5 years ago
DependencyInjection initial 5 years ago
Tests initial 5 years ago
.gitignore initial 5 years ago
CHANGELOG.md initial 5 years ago
ContainerAwareEventDispatcher.php initial 5 years ago
Event.php initial 5 years ago
EventDispatcher.php initial 5 years ago
EventDispatcherInterface.php initial 5 years ago
EventSubscriberInterface.php initial 5 years ago
GenericEvent.php initial 5 years ago
ImmutableEventDispatcher.php initial 5 years ago
LICENSE initial 5 years ago
README.md initial 5 years ago
composer.json initial 5 years ago
phpunit.xml.dist initial 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