1 | <?php |
||
23 | class PotentialDangerous extends AbstractExtension |
||
24 | { |
||
25 | /** |
||
26 | * Get declared filters. |
||
27 | * |
||
28 | * @return \Twig\TwigFilter[] |
||
29 | */ |
||
30 | 1 | public function getFilters() |
|
36 | |||
37 | /** |
||
38 | * Get declared functions. |
||
39 | * |
||
40 | * @return \Twig\TwigFunction[] |
||
41 | */ |
||
42 | 1 | public function getFunctions() |
|
48 | |||
49 | /** |
||
50 | * Get extension name. |
||
51 | * |
||
52 | * @return string |
||
53 | */ |
||
54 | 1 | public function getName() |
|
58 | } |
||
59 |