| 1 | <?php  | 
            ||
| 12 | class HandlebarsProfileExtension  | 
            ||
| 13 | { | 
            ||
| 14 | private $actives = array();  | 
            ||
| 15 | private $stopwatch;  | 
            ||
| 16 | private $events;  | 
            ||
| 17 | |||
| 18 | 4 | public function __construct(\Twig_Profiler_Profile $profile, Stopwatch $stopwatch = null)  | 
            |
| 25 | |||
| 26 | 3 | public function enter(\Twig_Profiler_Profile $profile)  | 
            |
| 35 | |||
| 36 | 3 | public function leave(\Twig_Profiler_Profile $profile)  | 
            |
| 49 | |||
| 50 | /**  | 
            ||
| 51 |      * {@inheritdoc} | 
            ||
| 52 | */  | 
            ||
| 53 | 1 | public function getName()  | 
            |
| 57 | }  | 
            ||
| 58 |