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 5961ea1 commit 794c4ffCopy full SHA for 794c4ff
event_dispatcher.rst
@@ -162,7 +162,9 @@ having to add any configuration in external files::
162
}
163
164
165
-You can add multiple ``#[AsEventListener()]`` attributes to configure different methods::
+You can add multiple ``#[AsEventListener()]`` attributes to configure different methods.
166
+In the below example, for ``foo`` event, ``onFoo`` method will be called
167
+implicitly if method attribute is not set::
168
169
namespace App\EventListener;
170
0 commit comments