Helpers deprecated
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.
at line 39
static bool
takeParent($data)
Return true if array prevents merging and removes this information.
Traits
StaticClass