class Helpers

Configuration helpers.

Constants

EXTENDS_KEY

OVERWRITE

Methods

static array|string
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 29
static array|string merge($left, $right)

Merges configurations. Left has higher priority than right one.

Parameters

$left
$right

Return Value

array|string

at line 61
static mixed takeParent($data)

Finds out and removes information about the parent.

Parameters

$data

Return Value

mixed

at line 74
static bool isOverwriting($data)

No description

Parameters

$data

Return Value

bool

at line 83
static bool isInheriting($data)

No description

Parameters

$data

Return Value

bool

Traits

StaticClass