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

来源:-

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} 是什么意思啊?查了官方文档一直没有找到

写回答 关注

1回答

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

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

洪大师带你解读Symfony 2框架

洪大师教你玩转强大的框架-Symfony2,提高代码性能

20610 学习 · 245 问题

查看课程

相似问题