1
0
Fork 0
forked from lino/radar-wp
radar-wp-custom/vendor/symfony/event-dispatcher
2017-06-09 13:30:20 +01:00
..
Debug Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
DependencyInjection Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
Tests Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
.gitignore Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
CHANGELOG.md Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
composer.json Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
ContainerAwareEventDispatcher.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
Event.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
EventDispatcher.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
EventDispatcherInterface.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
EventSubscriberInterface.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
GenericEvent.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
ImmutableEventDispatcher.php Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
LICENSE Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
phpunit.xml.dist Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00
README.md Upgrading to 1.0.0-beta1 version of the API PHP implementation. 2017-06-09 13:30:20 +01:00

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