Server_AccessControl/vendor/symfony/event-dispatcher
2020-10-06 14:27:47 +07:00
..
Debug init 2020-10-06 14:27:47 +07:00
DependencyInjection init 2020-10-06 14:27:47 +07:00
Tests init 2020-10-06 14:27:47 +07:00
.gitignore init 2020-10-06 14:27:47 +07:00
CHANGELOG.md init 2020-10-06 14:27:47 +07:00
composer.json init 2020-10-06 14:27:47 +07:00
ContainerAwareEventDispatcher.php init 2020-10-06 14:27:47 +07:00
Event.php init 2020-10-06 14:27:47 +07:00
EventDispatcher.php init 2020-10-06 14:27:47 +07:00
EventDispatcherInterface.php init 2020-10-06 14:27:47 +07:00
EventSubscriberInterface.php init 2020-10-06 14:27:47 +07:00
GenericEvent.php init 2020-10-06 14:27:47 +07:00
ImmutableEventDispatcher.php init 2020-10-06 14:27:47 +07:00
LICENSE init 2020-10-06 14:27:47 +07:00
phpunit.xml.dist init 2020-10-06 14:27:47 +07:00
README.md init 2020-10-06 14:27:47 +07: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