ScalarNode

ScalarNode

class ScalarNode extends VariableNode

This node represents a scalar value in the config tree.

The following values are considered scalars: * booleans * strings * null * integers * floats

Methods

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

Constructor.

from BaseNode
登录查看完整内容