v1.0.0
English

Parser.php

system/ThirdParty/Kint/Parser/Parser.php
1 class 20 methods

class Parser

__construct (int $depth_limit = 0, ?string $caller = null) public
setCallerClass (?string $caller = null) public
getCallerClass () public
setDepthLimit (int $depth_limit = 0) public
getDepthLimit () public
parse (&$var, ContextInterface $c) public
addPlugin (PluginInterface $p) public
clearPlugins () public
noRecurseCall () protected
parseFixedWidth (&$var, ContextInterface $c) private
parseString (string &$var, ContextInterface $c) private
parseArray (array &$var, ContextInterface $c) private
getPropsOrdered (ReflectionClass $r) private
getPropsOrderedOld (ReflectionClass $r) private
parseObject (object &$var, ContextInterface $c) private
parseResource (&$var, ContextInterface $c) private
parseResourceClosed (&$var, ContextInterface $c) private
parseUnknown (&$var, ContextInterface $c) private
applyPluginsBegin (&$var, ContextInterface $c, string $type) private
applyPluginsComplete (&$var, AbstractValue $v, int $trigger) private
phpDG v1.0.0 Parser.php 662 files 498 classes 763 fn
Generated