function BaseDumper::formatTime
1 call to BaseDumper::formatTime()
- BaseDumper::dumpProfile in vendor/
twig/ twig/ src/ Profiler/ Dumper/ BaseDumper.php
2 methods override BaseDumper::formatTime()
- HtmlDumper::formatTime in vendor/
twig/ twig/ src/ Profiler/ Dumper/ HtmlDumper.php - TextDumper::formatTime in vendor/
twig/ twig/ src/ Profiler/ Dumper/ TextDumper.php
File
-
vendor/
twig/ twig/ src/ Profiler/ Dumper/ BaseDumper.php, line 32
Class
- BaseDumper
- @author Fabien Potencier <fabien@symfony.com>
Namespace
Twig\Profiler\DumperCode
protected abstract function formatTime(Profile $profile, $percent) : string;