tikiwiki/packages/tiki-pkg-tikimanager/symfony/event-dispatcher
2023-11-20 20:52:04 +00:00
..
Debug Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
DependencyInjection Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
Tests Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
.gitattributes Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
.gitignore Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
CHANGELOG.md Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
composer.json Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
Event.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
EventDispatcher.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
EventDispatcherInterface.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
EventSubscriberInterface.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
GenericEvent.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
ImmutableEventDispatcher.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
LegacyEventDispatcherProxy.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
LegacyEventProxy.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
LICENSE Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
phpunit.xml.dist Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
README.md Update: Tiki 26 path 2023-11-20 20:52:04 +00: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