You are here

abstract protected function kintParser::_parse in Devel 8.2

Same name and namespace in other branches
  1. 8 kint/kint/inc/kintParser.class.php \kintParser::_parse()

* main and usually single method a custom parser must implement * *

Parameters

mixed $variable: * * @return mixed [!!!] false is returned if the variable is not of current type

10 methods override kintParser::_parse()
Kint_Parsers_ClassMethods::_parse in kint/kint/parsers/custom/classmethods.php
* main and usually single method a custom parser must implement * *
Kint_Parsers_ClassStatics::_parse in kint/kint/parsers/custom/classstatics.php
* main and usually single method a custom parser must implement * *
Kint_Parsers_Color::_parse in kint/kint/parsers/custom/color.php
* main and usually single method a custom parser must implement * *
Kint_Parsers_FsPath::_parse in kint/kint/parsers/custom/fspath.php
* main and usually single method a custom parser must implement * *
Kint_Parsers_Json::_parse in kint/kint/parsers/custom/json.php
* main and usually single method a custom parser must implement * *

... See full list

File

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

Class

kintParser

Code

protected abstract function _parse(&$variable);