/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Error/Debug
NameSizeModeActions
ArrayItemNode.php16810644editdlrm
ArrayNode.php16890644editdlrm
ClassNode.php19460644editdlrm
ConsoleFormatter.php77960644editdlrm
DebugContext.php25420644editdlrm
dumpHeader.html50950644editdlrm
FormatterInterface.php13800644editdlrm
HtmlFormatter.php80390644editdlrm
NodeInterface.php10580644editdlrm
PropertyNode.php19970644editdlrm
ReferenceNode.php16800644editdlrm
ScalarNode.php15720644editdlrm
SpecialNode.php12970644editdlrm
TextFormatter.php49940644editdlrm
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 []; } }