final class NeonAdapter implements Adapter

Reading and generating NEON files.

Constants

private PreventMergingSuffix

Methods

array
load(string $file)

Reads configuration from NEON file.

array
process(array $arr) deprecated

No description

string
dump(array $data)

Generates configuration in NEON format.

Details

at line 35
array load(string $file)

Reads configuration from NEON file.

Parameters

string $file

Return Value

array

at line 59
array process(array $arr) deprecated

deprecated

No description

Parameters

array $arr

Return Value

array

at line 68
string dump(array $data)

Generates configuration in NEON format.

Parameters

array $data

Return Value

string