Method | Description | |
---|---|---|
__construct ( string $environment, boolean $debug ) | Constructor. | |
boot ( ) | Boot and define the Fork Constants. | |
defineForkConstants ( ) | This will disappear in time in favour of container-driven parameters. | |
handle ( |
Method | Description | |
---|---|---|
buildContainer ( ) : |
Builds the service container. | |
initializeContainer ( ) |
Method | Description | |
---|---|---|
getAllPossibleModuleNames ( ) : array | ||
getInstalledModules ( |
||
isInstallingModule ( ) : boolean |
public __construct ( string $environment, boolean $debug ) | ||
$environment | string | The environment |
$debug | boolean | Whether to enable debugging or not |
protected buildContainer ( ) : |
||
return | The compiled service container |
public defineForkConstants ( ) |
public handle ( |
||
$request |