类 ScalarNode
用于标量值的转储节点。
命名空间: Cake\Error\Debug
方法摘要
-
__construct() public
构造函数
-
getChildren() public
获取此节点的子节点。
-
getType() public
获取值类型
-
getValue() public
获取值
方法详情
__construct() ¶ public
__construct(string $type, resource|string|float|int|bool|null $value)
构造函数
参数
-
string
$type 标量值的类型。
-
resource|string|float|int|bool|null
$value 包装的值。
getChildren() ¶ public
getChildren(): arrayCake\Error\Debug\NodeInterface>
获取此节点的子节点。
返回
arrayCake\Error\Debug\NodeInterface>
getValue() ¶ public
getValue(): resource|string|float|int|bool|null
获取值
返回
resource|string|float|int|bool|null