Dump node for scalar values.
Constructor
Get the child nodes of this node.
Get the type of value
Get the value
__construct(string $type, string|float|int|bool|null $value)
Constructor
string $type The type of scalar value.
string|float|int|bool|null $value The wrapped value.
getChildren(): arrayCake\Error\Debug\NodeInterface>
Get the child nodes of this node.
arrayCake\Error\Debug\NodeInterface>getType(): string
Get the type of value
stringgetValue(): string|float|int|bool|null
Get the value
string|float|int|bool|null
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/class-Cake.Error.Debug.ScalarNode.html