Class ArrayItemNode
Dump node for Array Items.
        
    Namespace: Cake\Error\Debug
    
    
    
      
  
  
        Method Summary
- 
          __construct() publicConstructor 
- 
          getChildren() publicGet the child nodes of this node. 
- 
          getKey() publicGet the key 
- 
          getValue() publicGet the value 
Method Detail
__construct() ¶ public
__construct(Cake\Error\Debug\NodeInterface $key, Cake\Error\Debug\NodeInterface $value)Constructor
Parameters
- 
                Cake\Error\Debug\NodeInterface$key
- The node for the item key 
- 
                Cake\Error\Debug\NodeInterface$value
- The node for the array value 
getChildren() ¶ public
getChildren(): array<Cake\Error\Debug\NodeInterface>Get the child nodes of this node.
Returns
array<Cake\Error\Debug\NodeInterface>getKey() ¶ public
getKey(): Cake\Error\Debug\NodeInterfaceGet the key
Returns
Cake\Error\Debug\NodeInterfacegetValue() ¶ public
getValue(): Cake\Error\Debug\NodeInterfaceGet the value
Returns
Cake\Error\Debug\NodeInterface