如何在Symfony 3 Bundle中找到可用的功能?

时间:2017-06-09 00:58:33

标签: symfony-3.1 symfony-3.3

有多种Symfony捆绑包可供选择?但是我们如何知道Symfony包中可用的函数及其语法?

1 个答案:

答案 0 :(得分:0)

Can you explains more what you would like to achieve?

You can get all available bundle from the container. See this answer https://stackoverflow.com/a/34844924/3965970

or perhaps you are looking for the API document. http://api.symfony.com/3.3/index.html

ps: Sorry if I didn't answer your question, I don't have enough reputation to leave you a comment.