/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/ReferenceNode.php (1680B)
class = $class;
$this->id = $id;
}
/**
* Get the class name/value
*
* @return string
*/
public function getValue(): string
{
return $this->class;
}
/**
* Get the reference id for this node.
*
* @return int
*/
public function getId(): int
{
return $this->id;
}
/**
* @inheritDoc
*/
public function getChildren(): array
{
return [];
}
}