This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/vendor/symfony/event-dispatcher
2020-04-25 22:20:29 +08:00
..
Debug 1.1.38 2020-04-25 22:20:29 +08:00
DependencyInjection 1.1.38 2020-04-25 22:20:29 +08:00
Tests 1.1.38 2020-04-25 22:20:29 +08:00
.gitignore 1.1.38 2020-04-25 22:20:29 +08:00
CHANGELOG.md 1.1.38 2020-04-25 22:20:29 +08:00
composer.json 1.1.38 2020-04-25 22:20:29 +08:00
ContainerAwareEventDispatcher.php 1.1.38 2020-04-25 22:20:29 +08:00
Event.php 1.1.38 2020-04-25 22:20:29 +08:00
EventDispatcher.php 1.1.38 2020-04-25 22:20:29 +08:00
EventDispatcherInterface.php 1.1.38 2020-04-25 22:20:29 +08:00
EventSubscriberInterface.php 1.1.38 2020-04-25 22:20:29 +08:00
GenericEvent.php 1.1.38 2020-04-25 22:20:29 +08:00
ImmutableEventDispatcher.php 1.1.38 2020-04-25 22:20:29 +08:00
LICENSE 1.1.38 2020-04-25 22:20:29 +08:00
phpunit.xml.dist 1.1.38 2020-04-25 22:20:29 +08:00
README.md 1.1.38 2020-04-25 22:20:29 +08: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