How to create and dispatch custom events in Symfony2
Custom events can be useful for adding your own functionality to the Symfony2
framework. Symfony2 makes it easy to add to their existing dispatcher.
Custom events can be useful for adding your own functionality to the Symfony2
framework. Symfony2 makes it easy to add to their existing dispatcher.