szk93030800
2015-05-17 20:44
/**
* @Route("/index",name="index",options={"expose"=true})
* @Template("WebBundle:Test:redirect.html.twig")
*/
public function indexAction(){
return array();
}
在用FOSJsRoutingBundle的时候,请问大师这个路由里面的 options = {expose = true} 是什么意思啊?查了官方文档一直没有找到
看上去是FOSjsRoutingBundle特有的参数,参考文档:https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Resources/doc/index.md
洪大师带你解读Symfony 2框架
20610 学习 · 245 问题
相似问题