Darken\Kernel

class

Kernel This class is the base class for the application. It provides the necessary methods to initalize the application and register the services.

Properties

$whoops Whoops\Run

Methods

Property Details

public Whoops\Run $whoops Kernel.php#26

Method Details

public __construct (Darken\Config\ConfigInterface $config) Kernel.php#30
$config Darken\Config\ConfigInterface
public Darken\Service\ContainerService getContainerService () Kernel.php#65
Return Darken\Service\ContainerService
public Darken\Service\EventService getEventService () Kernel.php#70
Return Darken\Service\EventService
public Darken\Service\MiddlewareService getMiddlewareService () Kernel.php#75
Return Darken\Service\MiddlewareService
public Darken\Service\ExtensionService getExtensionService () Kernel.php#80
Return Darken\Service\ExtensionService
public void initalize () Kernel.php#85
Return void