请问路由中的 exposed 是什么意思
/**
* @Route("/index",name="index",options={"expose"=true})
* @Template("WebBundle:Test:redirect.html.twig")
*/
public function indexAction(){
return array();
}
在用FOSJsRoutingBundle的时候,请问大师这个路由里面的 options = {expose = true} 是什么意思啊?查了官方文档一直没有找到