-
-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki FireHub
Danijel Galić edited this page Feb 1, 2024
·
1 revision
final class \FireHub\Core\FireHub()
Important
This class is marked as final.
This class contains all system definitions, constants and dependant components for FireHub bootstrapping.
This class 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 Class Name: \FireHub\Core\FireHub
Source code: view source code
Blame: view blame
History: view history
Type | Name | Title |
---|---|---|
public static | boot | ### Light the torch |
public static FireHub::boot(\FireHub\Core\Initializers\Enums\Kernel $kernel):string
This methode serves for instantiating the FireHub framework.
Source code: view source code
Blame: view blame
- \FireHub\Core\Initializers\Enums\Kernel $kernel - Pick Kernel from Kernel enum, process your request and return the appropriate response.
- \Error - If a system cannot load constant, helper or autoload files, or a system cannot load autoload files, or failed to register autoloader.
- string - Response from Kernel.
Build with phpDocumentor using template FireHub phpDocumentor Wiki Template.