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 有一些默认服务,例如
$this->get("session")
等等..服务在哪里定义?
该服务在 Symfony2 中定义:
Symfony\Component\HttpFoundation\Session\Session;
并运行此命令并查看 symfony2 所有服务:
php app/console container:debug