1 | <?php |
||
18 | final class ProfileEvent extends Event |
||
19 | { |
||
20 | public const EVENT = 'TwigView.TwigView.profile'; |
||
21 | |||
22 | /** |
||
23 | * @param \Twig\Profiler\Profile $profile |
||
24 | * @return static |
||
25 | */ |
||
26 | public static function create(Profile $profile): ProfileEvent |
||
30 | |||
31 | /** |
||
32 | * @return \Twig\Profiler\Profile |
||
33 | */ |
||
34 | public function getLoader(): Profile |
||
38 | } |
||
39 |