We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc4077 commit 1e83a1dCopy full SHA for 1e83a1d
src/AppBundle/Events.php
@@ -12,14 +12,17 @@
12
namespace AppBundle;
13
14
/**
15
- * Contains all events thrown in the Symfony demo application.
+ * This class defines the names of all the events dispatched in
16
+ * the Symfony Demo application. It's not mandatory to create a
17
+ * class like this, but it's considered a good practice.
18
*
19
* @author Oleg Voronkovich <oleg-voronkovich@yandex.ru>
20
*/
21
final class Events
22
{
23
- * See http://symfony.com/doc/current/components/event_dispatcher.html#naming-conventions.
24
+ * For the event naming conventions, see:
25
+ * http://symfony.com/doc/current/components/event_dispatcher.html#naming-conventions.
26
27
* @Event("Symfony\Component\EventDispatcher\GenericEvent")
28
0 commit comments