comparison vendor/symfony/event-dispatcher/README.md @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 EventDispatcher Component
2 =========================
3
4 The EventDispatcher component provides tools that allow your application
5 components to communicate with each other by dispatching events and listening to
6 them.
7
8 Resources
9 ---------
10
11 * [Documentation](https://symfony.com/doc/current/components/event_dispatcher/index.html)
12 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
13 * [Report issues](https://github.com/symfony/symfony/issues) and
14 [send Pull Requests](https://github.com/symfony/symfony/pulls)
15 in the [main Symfony repository](https://github.com/symfony/symfony)