1 | <?php |
||
24 | abstract class AbstractMeteoconsTwigExtension extends AbstractTwigExtension { |
||
25 | |||
26 | /** |
||
27 | * Constructor. |
||
28 | * |
||
29 | * @param Twig_Environment $twigEnvironment The twig environment. |
||
30 | */ |
||
31 | protected function __construct(Twig_Environment $twigEnvironment) { |
||
34 | |||
35 | /** |
||
36 | * Displays a Meteocons icon. |
||
37 | * |
||
38 | * @param string $name The name. |
||
39 | * @param string $style The style. |
||
40 | * @return string Returns the Meteocons icon. |
||
41 | */ |
||
42 | protected function meteoconsIcon($name, $style) { |
||
54 | |||
55 | } |
||
56 |