class FileEnvironmentVariablesLoader implements EnvironmentVariablesLoaderInterface (View source)

Methods

void
__construct( Filesystem $files, string $path = null)

Create a new file environment loader instance.

array
load( string $environment = null)

Load the environment variables for the given environment.

Details

at line line 28
void __construct( Filesystem $files, string $path = null)

Create a new file environment loader instance.

Parameters

Filesystem $files
string $path

Return Value

void

at line line 40
array load( string $environment = null)

Load the environment variables for the given environment.

Parameters

string $environment

Return Value

array