1 | <?php |
||
20 | trait MeteoconsTwigExtensionTrait { |
||
21 | |||
22 | /** |
||
23 | * Meteocons Twig extension. |
||
24 | * |
||
25 | * @var MeteoconsTwigExtension |
||
26 | */ |
||
27 | private $meteoconsTwigExtension; |
||
28 | |||
29 | /** |
||
30 | * Get the Meteocons Twig extension. |
||
31 | * |
||
32 | * @return MeteoconsTwigExtension Returns the Meteocons Twig extension. |
||
33 | */ |
||
34 | public function getMeteoconsTwigExtension() { |
||
37 | |||
38 | /** |
||
39 | * Set the Meteocons Twig extension. |
||
40 | * |
||
41 | * @param MeteoconsTwigExtension|null $meteoconsTwigExtension The Meteocons Twig extension. |
||
42 | */ |
||
43 | protected function setMeteoconsTwigExtension(MeteoconsTwigExtension $meteoconsTwigExtension = null) { |
||
47 | } |
||
48 |