IntegerNode

IntegerNode

class IntegerNode extends NumericNode

This node represents an integer value in the config tree.

Methods

__construct(string $name, NodeInterface $parent = null, $min = null, $max = null)

Constructor.

from NumericNode
setAttribute($key, $value) from 登录查看完整内容