You are here

public static function kintParser::reset in Devel 8.2

Same name and namespace in other branches
  1. 8 kint/kint/inc/kintParser.class.php \kintParser::reset()
2 calls to kintParser::reset()
Kint::dump in kint/kint/Kint.class.php
* Dump information about variables, accepts any number of parameters, supports modifiers: * * clean up any output before kint and place the dump at the top of page: * - Kint::dump() * ***** * expand all nodes on display: * !…
Kint_Decorators_Rich::decorateTrace in kint/kint/decorators/rich.php

File

kint/kint/inc/kintParser.class.php, line 34

Class

kintParser

Code

public static function reset() {
  self::$_level = 0;
  self::$_objects = self::$_marker = null;
}