Kernel
in
Interface Kernel
Table of Contents
- bootstrap() : void
- Bootstraps the application.
- run() : void
- Runs the application.
Methods
bootstrap()
Bootstraps the application.
public
bootstrap(Application $application, Bootstrapper $bootstrapper) : void
The bootstrapper is usually composed of other bootstrapper. They perform all tasks to setup the application core stack.
Parameters
- $application : Application
- $bootstrapper : Bootstrapper
Return values
void —run()
Runs the application.
public
run() : void