浏览代码

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
 -----