EventDispatcher Component
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
* 3.1: fixed bad merge Fix PHP 7.1 related failures [VarDumper] Fix for 7.1 fixed CS Added class existence check if is_subclass_of() fails in compiler passes Fix the DBAL session handler version check for Postgresql
| Failed to load latest commit information. | |||
|
|
Debug |
|
|
|
|
DependencyInjection |
|
|
|
|
Tests |
|
|
|
|
.gitignore |
|
|
|
|
CHANGELOG.md |
|
|
|
|
ContainerAwareEventDispatcher.php |
|
|
|
|
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.