Class ArrayItemNode
Dump node for Array Items.
        
    Namespace: Cake\Error\Debug
    
    
    
      
  
  
        Method Summary
- 
          
__construct() public
Constructor
 - 
          
getChildren() public
Get the child nodes of this node.
 - 
          
getKey() public
Get the key
 - 
          
getValue() public
Get 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\NodeInterface
      Get the key
Returns
Cake\Error\Debug\NodeInterfacegetValue() ¶ public
getValue(): Cake\Error\Debug\NodeInterface
      Get the value
Returns
Cake\Error\Debug\NodeInterface