class NeonAdapter extends Object implements IAdapter

Reading and generating NEON files.

Constants

internal INHERITING_SEPARATOR

internal PREVENT_MERGING

Methods

array
load($file)

Reads configuration from NEON file.

string
dump(array $data)

Generates configuration in NEON format.

static Entity
statementToEntity(Statement $val)

No description

Details

at line 30
array load($file)

Reads configuration from NEON file.

Parameters

$file

Return Value

array

at line 85
string dump(array $data)

Generates configuration in NEON format.

Parameters

array $data

Return Value

string

at line 111
static Entity statementToEntity(Statement $val)

internal  
 

No description

Parameters

Statement $val

Return Value

Entity