1 | <?php |
||
24 | final class ProfilerListener implements EventListenerInterface |
||
25 | { |
||
26 | /** |
||
27 | * Return implemented events. |
||
28 | * |
||
29 | * @return array |
||
30 | */ |
||
31 | 1 | public function implementedEvents(): array |
|
37 | |||
38 | /** |
||
39 | * Event handler. |
||
40 | * |
||
41 | * @param \WyriHaximus\TwigView\Event\ConstructEvent $event Event. |
||
42 | * |
||
43 | */ |
||
44 | 1 | public function construct(ConstructEvent $event) |
|
55 | } |
||
56 |