function 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 * *
File
-
kint/
kint/ inc/ kintParser.class.php, line 47
Class
Code
protected abstract function _parse(&$variable);