From 1316c0bdf238e5f97548ae3a576aaa76c007cc58 Mon Sep 17 00:00:00 2001 From: Dan Patrick Date: Sat, 17 Sep 2011 18:27:16 -0500 Subject: [PATCH] Made a little more clear where priority is set for DIC yml tag. --- reference/dic_tags.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index ae21b5fc482..42e42224eb6 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -112,9 +112,10 @@ will be called: .. note:: - You can also specify a priority as a positive or negative integer, which - allows you to make sure your listener will always be called before or after - another one. + You can also specify priority as an attribute of the kernel.event_listener + tag (much like the method or event attributes), with either a positive + or negative integer. This allows you to make sure your listener will always + be called before or after another listener listening for the same event. Enabling Custom Template Engines --------------------------------