Class ArrayNode
Represents an Array node in the config tree.
- Symfony\Component\Config\Definition\BaseNode implements Symfony\Component\Config\Definition\NodeInterface
- Symfony\Component\Config\Definition\ArrayNode implements Symfony\Component\Config\Definition\PrototypeNodeInterface
Direct known subclasses
Symfony\Component\Config\Definition\PrototypedArrayNode
Namespace: Symfony\Component\Config\Definition
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at config/Symfony/Component/Config/Definition/ArrayNode.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at config/Symfony/Component/Config/Definition/ArrayNode.php
public
|
#
__construct( string $name,
Constructor. |
public
|
|
protected
array
|
|
public
array
|
|
public
|
|
public
|
#
setAddIfNotSet( Boolean $boolean )
Sets whether to add default values for this array if it has not been defined in any of the configuration files. |
public
|
#
setAllowFalse( Boolean $allow )
Sets whether false is allowed as value indicating that the array should be unset. |
public
|
#
setAllowNewKeys( Boolean $allow )
Sets whether new keys can be defined in subsequent configurations. |
public
|
|
public
|
#
setIgnoreExtraKeys( Boolean $boolean )
Whether extra keys should just be ignore without an exception. |
public
|
|
public
Boolean
|
|
public
array
|
|
public
|
|
protected
mixed
|
|
protected
|
|
protected
mixed
|
|
protected
array
|
|
protected
mixed
|
protected
mixed
|
$xmlRemappings |
|
|
protected
mixed
|
$children |
|
|
protected
mixed
|
$allowFalse |
|
|
protected
mixed
|
$allowNewKeys |
|
|
protected
mixed
|
$addIfNotSet |
|
|
protected
mixed
|
$performDeepMerging |
|
|
protected
mixed
|
$ignoreExtraKeys |
|
|
protected
mixed
|
$normalizeKeys |
|
$allowOverwrite,
$attributes,
$equivalentValues,
$finalValidationClosures,
$name,
$normalizationClosures,
$parent,
$required
|