class MergeBuilder
This class builds merge conditions.
| protected | $node | ||
| $allowFalse | |||
| $allowOverwrite |
| __construct(NodeDefinition $node) | ||
| $this | allowUnset(bool $allow = true) Sets whether the node can be unset. | |
| $this | denyOverwrite(bool $deny = true) Sets whether the node can be overwritten. | |
| NodeDefinition|ArrayNodeDefinition|VariableNodeDefinition | end() Returns the related node. |
| NodeDefinition | $node |
Sets whether the node can be unset.
| bool | $allow |
| $this |
Sets whether the node can be overwritten.
| bool | $deny | Whether the overwriting is forbidden or not |
| $this |
Returns the related node.
| NodeDefinition|ArrayNodeDefinition|VariableNodeDefinition |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Config/Definition/Builder/MergeBuilder.html