/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Error/Debug
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Error/Debug/ArrayItemNode.php (1681B)
key = $key;
$this->value = $value;
}
/**
* Get the value
*
* @return \Cake\Error\Debug\NodeInterface
*/
public function getValue()
{
return $this->value;
}
/**
* Get the key
*
* @return \Cake\Error\Debug\NodeInterface
*/
public function getKey()
{
return $this->key;
}
/**
* @inheritDoc
*/
public function getChildren(): array
{
return [$this->value];
}
}