Переглянути джерело

Merge pull request #42 from lsmith77/doc_tweak

added a note on how to control the handler order
Johannes 13 роки тому
батько
коміт
3ef8acf07b
1 змінених файлів з 4 додано та 0 видалено
  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
 -----