class Helpers

Configuration helpers.

Constants

EXTENDS_KEY

OVERWRITE

Methods

static array
merge($left, $right)

Merges configurations. Left has higher priority than right one.

static mixed
takeParent($data)

Finds out and removes information about the parent.

static bool
isOverwriting($data)

No description

static bool
isInheriting($data)

No description

Details

at line 28
static array merge($left, $right)

Merges configurations. Left has higher priority than right one.

Parameters

$left
$right

Return Value

array

at line 60
static mixed takeParent($data)

Finds out and removes information about the parent.

Parameters

$data

Return Value

mixed

at line 73
static bool isOverwriting($data)

No description

Parameters

$data

Return Value

bool

at line 82
static bool isInheriting($data)

No description

Parameters

$data

Return Value

bool