FileEnvironmentVariablesLoader
class FileEnvironmentVariablesLoader implements EnvironmentVariablesLoaderInterface (View source)
Methods
void
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.
at line line 40
array
load(
string $environment = null)
Load the environment variables for the given environment.