Class NumericNode
This node represents a numeric value in the config tree
- Symfony\Component\Config\Definition\BaseNode implements Symfony\Component\Config\Definition\NodeInterface
- Symfony\Component\Config\Definition\VariableNode implements Symfony\Component\Config\Definition\PrototypeNodeInterface
- Symfony\Component\Config\Definition\ScalarNode
- Symfony\Component\Config\Definition\NumericNode
Direct known subclasses
Symfony\Component\Config\Definition\FloatNode, Symfony\Component\Config\Definition\IntegerNode
Namespace: Symfony\Component\Config\Definition
Author: David Jeanmonod <david.jeanmonod@gmail.com>
Located at config/Symfony/Component/Config/Definition/NumericNode.php
Author: David Jeanmonod <david.jeanmonod@gmail.com>
Located at config/Symfony/Component/Config/Definition/NumericNode.php
public
|
#
__construct( string $name,
Constructor. |
protected
mixed
|
validateType()
|
getDefaultValue(),
hasDefaultValue(),
mergeValues(),
normalizeValue(),
setAllowEmptyValue(),
setDefaultValue(),
setName()
|
protected
mixed
|
$min |
|
|
protected
mixed
|
$max |
|
$allowEmptyValue,
$defaultValue,
$defaultValueSet
|
$allowOverwrite,
$attributes,
$equivalentValues,
$finalValidationClosures,
$name,
$normalizationClosures,
$parent,
$required
|