interface ConfigInterface

Methods

array|null
getData()

No description

mixed
getValue(array $keys, mixed $default = null)

No description

Details

at line 12
array|null getData()

Return Value

array|null

at line 19
mixed getValue(array $keys, mixed $default = null)

Parameters

array $keys
mixed $default

Return Value

mixed