Skip to content

Wiki FireHub

Danijel Galić edited this page Feb 1, 2024 · 1 revision
final class \FireHub\Core\FireHub()

Important

This class is marked as final.

### Main FireHub class for bootstrapping

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

Methods

Type Name Title
public static boot ### Light the torch
public static FireHub::boot(\FireHub\Core\Initializers\Enums\Kernel $kernel):string

### Light the torch

This methode serves for instantiating the FireHub framework.

Source code:  view source code
Blame:  view blame

Parameters

Throws

  • \Error - If a system cannot load constant, helper or autoload files, or a system cannot load autoload files, or failed to register autoloader.

Returns

  • string - Response from Kernel.
Clone this wiki locally