问答详情
源自:-

请问路由中的 exposed 是什么意思

/**
* @Route("/index",name="index",options={"expose"=true})
* @Template("WebBundle:Test:redirect.html.twig")
*/
public function indexAction(){

return array();

}


在用FOSJsRoutingBundle的时候,请问大师这个路由里面的 options = {expose = true} 是什么意思啊?查了官方文档一直没有找到

提问者:szk93030800 2015-05-17 20:44

个回答

  • 洪涛
    2015-05-18 12:02:58

    看上去是FOSjsRoutingBundle特有的参数,参考文档:https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Resources/doc/index.md