-
-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki Kernel
Danijel Galić edited this page Feb 1, 2024
·
1 revision
enum Kernel
This enum was created by Danijel Galić <danijel.galic@outlook.com>
Copyright: 2024 FireHub Web Application Framework
License: <https://opensource.org/licenses/OSL-3.0> OSL Open Source License version 3
Version: GIT: $Id$ Blob checksum.
Fully Qualified Enum Name: \FireHub\Core\Initializers\Enums\Kernel
Source code: view source code
Blame: view blame
History: view history
Name | Title | Value |
---|---|---|
HTTP | ### Fully functional HTTP Kernel | |
MICRO_HTTP | ### Simplified Micro HTTP Kernel | |
CONSOLE | ### Console Kernel |
Type | Name | Title |
---|---|---|
public | run | ### Run selected Kernel |
public Kernel::run():\FireHub\Core\Initializers\Kernel
Source code: view source code
Blame: view blame
- \FireHub\Core\Initializers\Kernel - Selected Kernel.
HTTP
Source code: view source code
Blame: view blame
- \FireHub\Core\Kernel\HTTP\Kernel - To find more details on how to use this kernel.
MICRO_HTTP
Source code: view source code
Blame: view blame
- \FireHub\Core\Kernel\HTTP\Micro\Kernel - To find more details on how to use this kernel.
CONSOLE
Source code: view source code
Blame: view blame
- \FireHub\Core\Kernel\Console\Kernel - To find more details on how to use this kernel.
Build with phpDocumentor using template FireHub phpDocumentor Wiki Template.