Dump node for object properties.
Constructor
Get the child nodes of this node.
Get the property name
Get the value
Get the property visibility
__construct(string $name, string|null $visibility, Cake\Error\Debug\NodeInterface $value)
Constructor
string $name The property name
string|null $visibility The visibility of the property.
Cake\Error\Debug\NodeInterface $value The property value node.
getChildren(): arrayCake\Error\Debug\NodeInterface>
Get the child nodes of this node.
arrayCake\Error\Debug\NodeInterface>getName(): string
Get the property name
stringgetValue(): Cake\Error\Debug\NodeInterface
Get the value
Cake\Error\Debug\NodeInterfacegetVisibility(): string
Get the property visibility
string
© 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.PropertyNode.html