You are here

private static function kintParser::_checkDepth in Devel 8.2

Same name and namespace in other branches
  1. 8 kint/kint/inc/kintParser.class.php \kintParser::_checkDepth()
2 calls to kintParser::_checkDepth()
kintParser::_parse_array in kint/kint/inc/kintParser.class.php
kintParser::_parse_object in kint/kint/inc/kintParser.class.php

File

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

Class

kintParser

Code

private static function _checkDepth() {
  return Kint::$maxLevels != 0 && self::$_level >= Kint::$maxLevels;
}