moonsflyer 976fd6d369 initial commit of the project 7 months ago
..
Debug 976fd6d369 initial commit of the project 7 months ago
DependencyInjection 976fd6d369 initial commit of the project 7 months ago
Tests 976fd6d369 initial commit of the project 7 months ago
.gitignore 976fd6d369 initial commit of the project 7 months ago
CHANGELOG.md 976fd6d369 initial commit of the project 7 months ago
ContainerAwareEventDispatcher.php 976fd6d369 initial commit of the project 7 months ago
Event.php 976fd6d369 initial commit of the project 7 months ago
EventDispatcher.php 976fd6d369 initial commit of the project 7 months ago
EventDispatcherInterface.php 976fd6d369 initial commit of the project 7 months ago
EventSubscriberInterface.php 976fd6d369 initial commit of the project 7 months ago
GenericEvent.php 976fd6d369 initial commit of the project 7 months ago
ImmutableEventDispatcher.php 976fd6d369 initial commit of the project 7 months ago
LICENSE 976fd6d369 initial commit of the project 7 months ago
README.md 976fd6d369 initial commit of the project 7 months ago
composer.json 976fd6d369 initial commit of the project 7 months ago
phpunit.xml.dist 976fd6d369 initial commit of the project 7 months ago

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