On this page
Class PropertyNode
Dump node for object properties.
Namespace: Cake\Error\Debug
Method Summary
__construct() public
Constructor
getChildren() public
Get the child nodes of this node.
getName() public
Get the property name
getValue() public
Get the value
getVisibility() public
Get the property visibility
Method Detail
__construct() public
__construct(string $name, string|null $visibility, Cake\Error\Debug\NodeInterface $value)
Constructor
Parameters
string
$name-
The property name
string|null
$visibility-
The visibility of the property.
Cake\Error\Debug\NodeInterface
$value-
The property value node.
getChildren() public
getChildren(): arrayCake\Error\Debug\NodeInterface>
Get the child nodes of this node.
Returns
arrayCake\Error\Debug\NodeInterface>
getName() public
getName(): string
Get the property name
Returns
string
getValue() public
getValue(): Cake\Error\Debug\NodeInterface
Get the value
Returns
Cake\Error\Debug\NodeInterface
getVisibility() public
getVisibility(): string
Get the property visibility
Returns
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