class FileSaver implements SaverInterface (View source)

Properties

protected Filesystem $files

The filesystem instance.

Methods

__construct(Filesystem $files)

No description

getStorageDirectory()

No description

getFilename($group, $path = null)

No description

bool
save(string $item, string $value, string $environment, string $group, string|null $namespace = null)

Save config item.

Details

__construct(Filesystem $files)

No description

Parameters

Filesystem $files

protected getStorageDirectory()

No description

protected getFilename($group, $path = null)

No description

Parameters

$group
$path

bool save(string $item, string $value, string $environment, string $group, string|null $namespace = null)

Save config item.

Parameters

string $item
string $value
string $environment
string $group
string|null $namespace

Return Value

bool