public function Twig_Profiler_Dumper_Html::dump in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php \Twig_Profiler_Dumper_Html::dump()
Overrides Twig_Profiler_Dumper_Text::dump
File
- vendor/
twig/ twig/ lib/ Twig/ Profiler/ Dumper/ Html.php, line 24
Class
- Twig_Profiler_Dumper_Html
- @author Fabien Potencier <fabien@symfony.com>
Code
public function dump(Twig_Profiler_Profile $profile) {
return '<pre>' . parent::dump($profile) . '</pre>';
}