class MergeBuilder

This class builds merge conditions.

Properties

protected $node
$allowFalse
$allowOverwrite

Methods

__construct(NodeDefinition $node)

No description

$this
allowUnset(bool $allow = true)

Sets whether the node can be unset.

$this
denyOverwrite(bool $deny = true)

Sets whether the node can be overwritten.

Details

__construct(NodeDefinition $node)

Parameters

NodeDefinition $node

$this allowUnset(bool $allow = true)

Sets whether the node can be unset.

Parameters

bool $allow

Return Value

$this

$this denyOverwrite(bool $deny = true)

Sets whether the node can be overwritten.

Parameters

bool $deny Whether the overwriting is forbidden or not

Return Value

$this