Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/event-dispatcher
Yannick Warnier 437d57b218 Add static resources and remove tests dir for release 9 years ago
..
Debug Add static resources and remove tests dir for release 9 years ago
DependencyInjection Add static resources and remove tests dir for release 9 years ago
Tests Add static resources and remove tests dir for release 9 years ago
.gitignore Add static resources and remove tests dir for release 9 years ago
CHANGELOG.md Add static resources and remove tests dir for release 9 years ago
ContainerAwareEventDispatcher.php Add static resources and remove tests dir for release 9 years ago
Event.php Add static resources and remove tests dir for release 9 years ago
EventDispatcher.php Add static resources and remove tests dir for release 9 years ago
EventDispatcherInterface.php Add static resources and remove tests dir for release 9 years ago
EventSubscriberInterface.php Add static resources and remove tests dir for release 9 years ago
GenericEvent.php Add static resources and remove tests dir for release 9 years ago
ImmutableEventDispatcher.php Add static resources and remove tests dir for release 9 years ago
LICENSE Add static resources and remove tests dir for release 9 years ago
README.md Add static resources and remove tests dir for release 9 years ago
composer.json Add static resources and remove tests dir for release 9 years ago
phpunit.xml.dist Add static resources and remove tests dir for release 9 years 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