class FloatNode extends NumericNode
This node represents a float value in the config tree.
Methods
__construct(string $name, NodeInterface $parent = null, $min = null, $max = null) Constructor. from NumericNode setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(st