Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我确实知道如何Symfony从我ContainerAwareCommand的一个小例子中调用服务会很糟糕
Symfony
ContainerAwareCommand
这里有详细描述:
http://symfony.com/doc/master/cookbook/console/console_command.html#getting-services-from-the-service-container
实现的命令ContainerAwareCommand将直接访问服务容器,您可以照常获取/使用服务。