1 | <?php |
||
23 | abstract class AbstractMeteoconsTwigExtension extends AbstractTwigExtension { |
||
24 | |||
25 | /** |
||
26 | * Displays a Meteocons icon. |
||
27 | * |
||
28 | * @param string $name The name. |
||
29 | * @param string $style The style. |
||
30 | * @return string Returns the Meteocons icon. |
||
31 | */ |
||
32 | protected function meteoconsIcon($name, $style) { |
||
42 | } |
||
43 |