标签: php symfony annotations
我想制作一个像Route annotation一样加载的自定义注释。我找到了注释教程,这不是问题所在。我遇到的问题是加载行为。
我想设置我的自定义注释:
customannotation: resource: "Bundle\Controller\Class"
然后我想得到像我可以使用的RouteCollection之类的东西。当路线加载或几乎同时时,应该加载注释。
Symfony 2.7 PHP 5.6.9