Browse Source

Merge pull request #42 from lsmith77/doc_tweak

added a note on how to control the handler order
Johannes 13 năm trước cách đây
mục cha
commit
3ef8acf07b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Resources/doc/index.rst

+ 4 - 0
Resources/doc/index.rst

@@ -97,6 +97,10 @@ suit your needs::
                     namespace_prefix: My\BarBundle
                     path: @MyBarBundle/Resources/config/serializer
 
+Note the order in which the handlers are listed in the "handlers" section defines
+in which they are called while processing. See "extending.rst" for details for how
+to define custom handlers, which then also need to be configured as shown here.
+
 Usage
 -----