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