class EnumNode extends ScalarNode
Node which only allows a finite set of values.
Methods
__construct(string $name, NodeInterface $parent = null, array $values = array()) Constructor.
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(string $info) Sets an info me