Classes Summary | |
---|---|
Kernel | The Kernel is the heart of the Symfony system. It manages an environment made of bundles. |
Interfaces Summary | |
---|---|
KernelInterface | The Kernel is the heart of the Symfony system. It manages an environment made of bundles. |
HttpKernelInterface | HttpKernelInterface handles a Request to convert it to a Response. |
TerminableInterface | Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel. |