final class Helpers

deprecated

Configuration helpers.

Constants

PREVENT_MERGING

Methods

static array|string
merge($left, $right)

Merges configurations. Left has higher priority than right one.

static bool
takeParent($data)

Return true if array prevents merging and removes this information.

Details

at line 30
static array|string merge($left, $right)

Merges configurations. Left has higher priority than right one.

Parameters

$left
$right

Return Value

array|string

at line 39
static bool takeParent($data)

Return true if array prevents merging and removes this information.

Parameters

$data

Return Value

bool

Traits

Static class.