public function Twig_Profiler_Dumper_Text::dump in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php \Twig_Profiler_Dumper_Text::dump()
1 call to Twig_Profiler_Dumper_Text::dump()
- Twig_Profiler_Dumper_Html::dump in vendor/
twig/ twig/ lib/ Twig/ Profiler/ Dumper/ Html.php
1 method overrides Twig_Profiler_Dumper_Text::dump()
- Twig_Profiler_Dumper_Html::dump in vendor/
twig/ twig/ lib/ Twig/ Profiler/ Dumper/ Html.php
File
- vendor/
twig/ twig/ lib/ Twig/ Profiler/ Dumper/ Text.php, line 19
Class
- Twig_Profiler_Dumper_Text
- @author Fabien Potencier <fabien@symfony.com>
Code
public function dump(Twig_Profiler_Profile $profile) {
return $this
->dumpProfile($profile);
}