HttpKernel
in package
implements
Kernel
Class HttpKernel
Interfaces, Classes and Traits
- Kernel
- Interface Kernel
Table of Contents
- $application : Application
- bootstrap() : void
- Bootstraps the application.
- run() : void
- Runs the application.
Properties
$application
private
Application
$application
Methods
bootstrap()
Bootstraps the application.
public
bootstrap(Application $application, Bootstrapper $bootstrapper) : void
Parameters
- $application : Application
- $bootstrapper : Bootstrapper
Tags
Return values
void —run()
Runs the application.
public
run() : void