Documentation

MergeBuilder
in package

This class builds merge conditions.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

$allowFalse  : mixed
$allowOverwrite  : mixed
$node  : mixed
__construct()  : mixed
allowUnset()  : $this
Sets whether the node can be unset.
denyOverwrite()  : $this
Sets whether the node can be overwritten.
end()  : NodeDefinition|ArrayNodeDefinition|VariableNodeDefinition
Returns the related node.

Properties

Methods

allowUnset()

Sets whether the node can be unset.

public allowUnset([bool $allow = true ]) : $this
Parameters
$allow : bool = true
Return values
$this

denyOverwrite()

Sets whether the node can be overwritten.

public denyOverwrite([bool $deny = true ]) : $this
Parameters
$deny : bool = true
Return values
$this

Search results