소스 검색

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