VariableNode

VariableNode

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 登录查看完整内容