/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Error/Debug
NameSizeModeActions
ArrayItemNode.php16810644editdlrm
ArrayNode.php17090644editdlrm
ClassNode.php19560644editdlrm
ConsoleFormatter.php77850644editdlrm
DebugContext.php25380644editdlrm
dumpHeader.html73180644editdlrm
FormatterInterface.php13800644editdlrm
HtmlFormatter.php86390644editdlrm
NodeInterface.php10630644editdlrm
PropertyNode.php20020644editdlrm
ReferenceNode.php16800644editdlrm
ScalarNode.php15720644editdlrm
SpecialNode.php12970644editdlrm
TextFormatter.php49860644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Error/Debug/PropertyNode.php (2002B)
name = $name; $this->visibility = $visibility; $this->value = $value; } /** * Get the value * * @return \Cake\Error\Debug\NodeInterface */ public function getValue(): NodeInterface { return $this->value; } /** * Get the property visibility * * @return string */ public function getVisibility(): ?string { return $this->visibility; } /** * Get the property name * * @return string */ public function getName(): string { return $this->name; } /** * @inheritDoc */ public function getChildren(): array { return [$this->value]; } }