bztang-admin/vendor/symfony/http-kernel
wuhui_zzw 819d549907 初始化 2023-09-25 17:52:31 +08:00
..
Bundle 初始化 2023-09-25 17:52:31 +08:00
CacheClearer 初始化 2023-09-25 17:52:31 +08:00
CacheWarmer 初始化 2023-09-25 17:52:31 +08:00
Config 初始化 2023-09-25 17:52:31 +08:00
Controller 初始化 2023-09-25 17:52:31 +08:00
ControllerMetadata 初始化 2023-09-25 17:52:31 +08:00
DataCollector 初始化 2023-09-25 17:52:31 +08:00
Debug 初始化 2023-09-25 17:52:31 +08:00
DependencyInjection 初始化 2023-09-25 17:52:31 +08:00
Event 初始化 2023-09-25 17:52:31 +08:00
EventListener 初始化 2023-09-25 17:52:31 +08:00
Exception 初始化 2023-09-25 17:52:31 +08:00
Fragment 初始化 2023-09-25 17:52:31 +08:00
HttpCache 初始化 2023-09-25 17:52:31 +08:00
Log 初始化 2023-09-25 17:52:31 +08:00
Profiler 初始化 2023-09-25 17:52:31 +08:00
Resources 初始化 2023-09-25 17:52:31 +08:00
CHANGELOG.md 初始化 2023-09-25 17:52:31 +08:00
Client.php 初始化 2023-09-25 17:52:31 +08:00
HttpClientKernel.php 初始化 2023-09-25 17:52:31 +08:00
HttpKernel.php 初始化 2023-09-25 17:52:31 +08:00
HttpKernelBrowser.php 初始化 2023-09-25 17:52:31 +08:00
HttpKernelInterface.php 初始化 2023-09-25 17:52:31 +08:00
Kernel.php 初始化 2023-09-25 17:52:31 +08:00
KernelEvents.php 初始化 2023-09-25 17:52:31 +08:00
KernelInterface.php 初始化 2023-09-25 17:52:31 +08:00
LICENSE 初始化 2023-09-25 17:52:31 +08:00
README.md 初始化 2023-09-25 17:52:31 +08:00
RebootableInterface.php 初始化 2023-09-25 17:52:31 +08:00
TerminableInterface.php 初始化 2023-09-25 17:52:31 +08:00
UriSigner.php 初始化 2023-09-25 17:52:31 +08:00

README.md

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.

Resources