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