NumericNode
NumericNode
class NumericNode extends ScalarNode
This node represents a numeric value in the config tree.
Methods
__construct(string $name, NodeInterface $parent = null, $min = null, $max = null) Constructor. | ||
setAttribute($key, $value) | from BaseNode | |
getAttribute($key, $def
|