public static function Kint_Decorators_Rich::wrapStart in Devel 8.2
Same name and namespace in other branches
- 8 kint/kint/decorators/rich.php \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\">";
}