class VariableNode extends BaseNode implements PrototypeNodeInterface
This node represents a value of variable type in the config tree. This node is intended for values of arbitrary type. Any PHP type is accepted as a value.
Methods
__construct(string $name, NodeInterface $parent = null) Constructor. from BaseNode setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode