EventDispatcher Component
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
Debug |
|
|
|
|
DependencyInjection |
|
|
|
|
Tests |
|
|
|
|
.gitignore |
|
|
|
|
CHANGELOG.md |
|
|
|
|
Event.php |
|
|
|
|
EventDispatcher.php |
|
|
|
|
EventDispatcherInterface.php |
|
|
|
|
EventSubscriberInterface.php |
|
|
|
|
GenericEvent.php |
|
|
|
|
ImmutableEventDispatcher.php |
|
|
|
|
LICENSE |
|
|
|
|
README.md |
|
|
|
|
composer.json |
|
|
|
|
phpunit.xml.dist |
|
|
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.