MergeBuilder
class MergeBuilder
This class builds merge conditions.
Properties
$allowFalse | |||
$allowOverwrite |
Methods
allowUnset(bool $allow = true)
Sets whether the node can be unset.
denyOverwrite(bool $deny = true)
Sets whether the node can be overwritten.
end()
Returns the related node.
Details
at line line 30
__construct(NodeDefinition $node)
Constructor.
at line line 42
MergeBuilder
allowUnset(bool $allow = true)
Sets whether the node can be unset.
at line line 56
MergeBuilder
denyOverwrite(bool $deny = true)
Sets whether the node can be overwritten.
at line line 68
NodeDefinition
end()
Returns the related node.