Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
Debug/ | H | 03-May-2022 | - | 475 | 295 | |
DependencyInjection/ | H | 03-May-2022 | - | 140 | 92 | |
Symfony/Component/EventDispatcher/ | H | 03-May-2022 | - | 1,648 | 806 | |
Tests/ | H | 03-May-2022 | - | 1,419 | 997 | |
CHANGELOG.md | H A D | 25-Mar-2019 | 1.3 KiB | 43 | 32 | |
ContainerAwareEventDispatcher.php | H A D | 25-Mar-2019 | 7 KiB | 198 | 110 | |
Event.php | H A D | 25-Mar-2019 | 1.6 KiB | 59 | 14 | |
EventDispatcher.php | H A D | 25-Mar-2019 | 7 KiB | 237 | 147 | |
EventDispatcherInterface.php | H A D | 25-Mar-2019 | 3.1 KiB | 94 | 13 | |
EventSubscriberInterface.php | H A D | 25-Mar-2019 | 1.5 KiB | 47 | 6 | |
GenericEvent.php | H A D | 25-Mar-2019 | 3.6 KiB | 176 | 63 | |
ImmutableEventDispatcher.php | H A D | 25-Mar-2019 | 2.1 KiB | 92 | 42 | |
LICENSE | H A D | 25-Mar-2019 | 1 KiB | 20 | 16 | |
README.md | H A D | 25-Mar-2019 | 610 | 16 | 12 | |
composer.json | H A D | 25-Mar-2019 | 1.2 KiB | 48 | 47 | |
phpunit.xml.dist | H A D | 25-Mar-2019 | 893 | 32 | 28 |
README.md
1EventDispatcher Component 2========================= 3 4The EventDispatcher component provides tools that allow your application 5components to communicate with each other by dispatching events and listening to 6them. 7 8Resources 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) 16