1 | <?php |
||
15 | class ProfileEvent extends Event |
||
16 | { |
||
17 | const EVENT = 'TwigView.TwigView.profile'; |
||
18 | |||
19 | /** |
||
20 | * @param \Twig_Profiler_Profile $profile |
||
21 | * @return static |
||
22 | */ |
||
23 | 1 | public static function create(\Twig_Profiler_Profile $profile) |
|
27 | |||
28 | /** |
||
29 | * @return \Twig_Profiler_Profile |
||
30 | */ |
||
31 | public function getLoader() |
||
35 | } |
||
36 |