Author: masaki
Date: 2010-03-25 11:19:22 +0100 (Thu, 25 Mar 2010)
New Revision: 28780
Modified:
doc/branches/1.4/reference/ja/10-Routing.markdown
Log:
[doc-ja][1.4] reflected the change of r28349
Modified: doc/branches/1.4/reference/ja/10-Routing.markdown
===================================================================
--- doc/branches/1.4/reference/ja/10-Routing.markdown 2010-03-25 09:17:20 UTC
(rev 28779)
+++ doc/branches/1.4/reference/ja/10-Routing.markdown 2010-03-25 10:19:22 UTC
(rev 28780)
@@ -295,13 +295,19 @@
*デフォルト*: 空の配列
-`collection_actions` オプションはコレクションルートで利用可能な追加アクションの配列を定義します。
+`collection_actions`
オプションはコレクションルートで利用可能な追加アクションの配列を定義します。キーはアクションの名前で値はそのアクションに対して有効なメソッドです:
+ [yml]
+ articles:
+ options:
+ collection_actions: { filter: post }
+ # ...
+
### ~`object_actions`~
*デフォルト*: 空の配列
-`object_actions` オプションはオブジェクトルートで利用可能な追加アクションの配列を定義します。
+`object_actions`
オプションはオブジェクトルートで利用可能な追加アクションの配列を定義します。キーはアクションの名前で値はそのアクションに対して有効なメソッドです:
[yml]
articles:
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.