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 ea275aec7f Add static resources and remove tests dir for 1.10.8 release 9 years ago
..
Debug
DependencyInjection
Tests
.gitignore
CHANGELOG.md
ContainerAwareEventDispatcher.php
Event.php
EventDispatcher.php
EventDispatcherInterface.php
EventSubscriberInterface.php
GenericEvent.php
ImmutableEventDispatcher.php
LICENSE
README.md
composer.json
phpunit.xml.dist

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