diff --git a/Resources/doc/param_converter.markdown b/Resources/doc/param_converter.markdown index 20d2ebe..1c14d02 100644 --- a/Resources/doc/param_converter.markdown +++ b/Resources/doc/param_converter.markdown @@ -1,7 +1,7 @@ The PropelParamConverter ======================== -You can use the PropelParamConverter with the [SensioFrameworkExtraBundle](http://github.com/sensio/SensioFrameworkExtraBundle). +You can use the `PropelParamConverter` with the [SensioFrameworkExtraBundle](http://github.com/sensio/SensioFrameworkExtraBundle). You just need to put the right _Annotation_ on top of your controller: ``` php @@ -27,6 +27,22 @@ public function myAction(Post $post) } ``` +**New** with last version of `SensioFrameworkExtraBundle`, +you can ommit the `class` parameter if your controller parameter is typed, +this is usefull when you need to set extra `options`. + +``` php +