web-proxy/vendor/symfony/event-dispatcher
2019-11-12 16:59:19 +01:00
..
Debug Initial commit 2019-11-12 16:59:19 +01:00
DependencyInjection Initial commit 2019-11-12 16:59:19 +01:00
Tests Initial commit 2019-11-12 16:59:19 +01:00
.gitignore Initial commit 2019-11-12 16:59:19 +01:00
CHANGELOG.md Initial commit 2019-11-12 16:59:19 +01:00
composer.json Initial commit 2019-11-12 16:59:19 +01:00
ContainerAwareEventDispatcher.php Initial commit 2019-11-12 16:59:19 +01:00
Event.php Initial commit 2019-11-12 16:59:19 +01:00
EventDispatcher.php Initial commit 2019-11-12 16:59:19 +01:00
EventDispatcherInterface.php Initial commit 2019-11-12 16:59:19 +01:00
EventSubscriberInterface.php Initial commit 2019-11-12 16:59:19 +01:00
GenericEvent.php Initial commit 2019-11-12 16:59:19 +01:00
ImmutableEventDispatcher.php Initial commit 2019-11-12 16:59:19 +01:00
LICENSE Initial commit 2019-11-12 16:59:19 +01:00
phpunit.xml.dist Initial commit 2019-11-12 16:59:19 +01:00
README.md Initial commit 2019-11-12 16:59:19 +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