类 PropertyNode
对象属性的转储节点。
命名空间: Cake\Error\Debug
方法摘要
-
__construct() public
构造函数
-
getChildren() public
获取此节点的子节点。
-
getName() public
获取属性名称
-
getValue() public
获取值
-
getVisibility() public
获取属性可见性
方法详情
__construct() ¶ public
__construct(string $name, string|null $visibility, Cake\Error\Debug\NodeInterface $value)
构造函数
参数
-
string
$name 属性名称
-
string|null
$visibility 属性的可见性。
-
Cake\Error\Debug\NodeInterface
$value 属性值节点。
getChildren() ¶ public
getChildren(): arrayCake\Error\Debug\NodeInterface>
获取此节点的子节点。
返回值
arrayCake\Error\Debug\NodeInterface>
getValue() ¶ public
getValue(): Cake\Error\Debug\NodeInterface
获取值
返回值
Cake\Error\Debug\NodeInterface