/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/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 []; } }