类 ArrayNode
数组值的转储节点。
命名空间: Cake\Error\Debug
方法摘要
-
__construct() public
构造函数
-
add() public
添加一个项目
-
getChildren() public
获取项目节点
-
getValue() public
获取包含的项目
方法详情
__construct() ¶ public
__construct(arrayCake\Error\Debug\ArrayItemNode> $items = [])
构造函数
参数
-
arrayCake\Error\Debug\ArrayItemNode>
$items optional 数组的项目
add() ¶ public
add(Cake\Error\Debug\ArrayItemNode $node): void
添加一个项目
参数
-
Cake\Error\Debug\ArrayItemNode
$node 要添加的项目。
返回值
void
getChildren() ¶ public
getChildren(): arrayCake\Error\Debug\ArrayItemNode>
获取项目节点
返回值
arrayCake\Error\Debug\ArrayItemNode>
getValue() ¶ public
getValue(): arrayCake\Error\Debug\ArrayItemNode>
获取包含的项目
返回值
arrayCake\Error\Debug\ArrayItemNode>