You are here

private static property Twig_Profiler_Dumper_Html::$colors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php \Twig_Profiler_Dumper_Html::colors

File

vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php, line 17

Class

Twig_Profiler_Dumper_Html
@author Fabien Potencier <fabien@symfony.com>

Code

private static $colors = array(
  'block' => '#dfd',
  'macro' => '#ddf',
  'template' => '#ffd',
  'big' => '#d44',
);