building-sign/vendor/symfony/event-dispatcher
yin5th ad56dae1b8 feat(初始化): init 2023-01-09 16:41:41 +08:00
..
Attribute feat(初始化): init 2023-01-09 16:41:41 +08:00
Debug feat(初始化): init 2023-01-09 16:41:41 +08:00
DependencyInjection feat(初始化): init 2023-01-09 16:41:41 +08:00
CHANGELOG.md feat(初始化): init 2023-01-09 16:41:41 +08:00
EventDispatcher.php feat(初始化): init 2023-01-09 16:41:41 +08:00
EventDispatcherInterface.php feat(初始化): init 2023-01-09 16:41:41 +08:00
EventSubscriberInterface.php feat(初始化): init 2023-01-09 16:41:41 +08:00
GenericEvent.php feat(初始化): init 2023-01-09 16:41:41 +08:00
ImmutableEventDispatcher.php feat(初始化): init 2023-01-09 16:41:41 +08:00
LICENSE feat(初始化): init 2023-01-09 16:41:41 +08:00
LegacyEventDispatcherProxy.php feat(初始化): init 2023-01-09 16:41:41 +08:00
README.md feat(初始化): init 2023-01-09 16:41:41 +08:00
composer.json feat(初始化): init 2023-01-09 16:41:41 +08:00

README.md

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