function Kint_Decorators_Rich::wrapStart
* called for each dump, opens the html tag * *
Parameters
array $callee caller information taken from debug backtrace: * * @return string
File
-
kint/
kint/ decorators/ rich.php, line 178
Class
Code
public static function wrapStart() {
return "<div class=\"kint\">";
}