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>
getValue() ¶ public
getValue(): Cake\Error\Debug\NodeInterface
Get the value
Returns
Cake\Error\Debug\NodeInterface
getVisibility() ¶ public
getVisibility(): string|null
Get the property visibility
Returns
string|null