类 ClassNode
用于对象/类实例的转储节点。
命名空间: Cake\Error\Debug
方法摘要
-
__construct() public
构造函数
-
addProperty() public
添加属性
-
getChildren() public
获取属性节点
-
getId() public
获取引用 ID
-
getValue() public
获取类名
方法详情
__construct() ¶ public
__construct(string $class, int $id)
构造函数
参数
-
string
$class 类名
-
int
$id 此对象在 DumpContext 中的引用 ID
addProperty() ¶ public
addProperty(Cake\Error\Debug\PropertyNode $node): void
添加属性
参数
-
Cake\Error\Debug\PropertyNode
$node 要添加的属性。
返回值
void
getChildren() ¶ public
getChildren(): arrayCake\Error\Debug\PropertyNode>
获取属性节点
返回值
arrayCake\Error\Debug\PropertyNode>