final class LoadEnvironmentVariablesFromArray

internal  
 

Methods

__construct(array $environmentVariables)

Construct a new environment bootstrapper.

void
bootstrap(Application $app)

Bootstrap the given application.

Details

at line 24
__construct(array $environmentVariables)

Construct a new environment bootstrapper.

Parameters

array $environmentVariables

at line 32
void bootstrap(Application $app)

Bootstrap the given application.

Parameters

Application $app

Return Value

void