Class PropertyNode

Dump node for object properties.

Namespace: Cake\Error\Debug

Method Summary

Method Detail

__construct() public

__construct(string $name, ?string $visibility, \Cake\Error\Debug\NodeInterface $value)

Constructor

Parameters

string $name

The property name

string $visibility

The visibility of the property.

\Cake\Error\Debug\NodeInterface $value

The property value node.

getChildren() public

getChildren()

Get the child nodes of this node.

Returns

\Cake\Error\Debug\NodeInterface[]

getName() public

getName()

Get the property name

Returns

string

getValue() public

getValue()

Get the value

Returns

\Cake\Error\Debug\NodeInterface

getVisibility() public

getVisibility()

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.1/class-Cake.Error.Debug.PropertyNode.html