Interface ScalarNode
A single, static value that is not composed of other values (like an array). The following are all valid ScalarNodes:
- Non-interpolated strings:
'Herro'
,"Why the long face?"
- Integers: 0, 30, -1
- Floats: 3.141, 8.75
- Booleans:
TRUE
,FALSE
- Null
- Pharborist\Types\ScalarNode implements Pharborist\NodeInterface
Direct known implementers
Pharborist\Types\BooleanNode, Pharborist\Types\FloatNode, Pharborist\Types\IntegerNode, Pharborist\Types\NullNode, Pharborist\Types\StringNode
public
mixed
|