contributte / event-dispatcher

:boom: Best events support (symfony/event-dispatcher) to Nette Framework (@nette)
https://contributte.org/packages/contributte/event-dispatcher.html
MIT License
28 stars 8 forks source link

Use EventName::class or EventName::NAME instead of Something::XYZ_EVENT #2

Closed JanMikes closed 7 years ago

JanMikes commented 7 years ago

As described in symplify/symplify#168 it is much better to work with in IDE as you can cmd(ctrl)+click to class and directly see what event is passed and what methods does it have.

f3l1x commented 7 years ago

Solved via https://github.com/contributte/event-application-bridge/blob/master/.docs/README.md#bridge-wrench.

Thanks for reporting.