/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/ScalarNode.php (1572B)
type = $type;
$this->value = $value;
}
/**
* Get the type of value
*
* @return string
*/
public function getType(): string
{
return $this->type;
}
/**
* Get the value
*
* @return string|int|float|bool|null
*/
public function getValue()
{
return $this->value;
}
/**
* @inheritDoc
*/
public function getChildren(): array
{
return [];
}
}